{
"resourceType": "Encounter",
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"meta": {
"lastUpdated": "2024-03-15T10:30:00Z",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
]
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"type": [
{
"coding": [
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "99213",
"display": "Office or other outpatient visit, established patient"
}
]
}
],
"subject": {
"reference": "Patient/example"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND",
"display": "attender"
}
]
}
],
"period": {
"start": "2024-03-15T09:00:00Z",
"end": "2024-03-15T09:30:00Z"
},
"individual": {
"reference": "Practitioner/example",
"display": "Dr. Jane Smith, MD"
}
}
],
"period": {
"start": "2024-03-15T09:00:00Z",
"end": "2024-03-15T09:30:00Z"
},
"reasonCode": [
{
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10-cm",
"code": "Z00.00",
"display": "Encounter for general adult medical examination without abnormal findings"
}
]
}
],
"diagnosis": [
{
"condition": {
"reference": "Condition/example"
},
"use": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code": "billing"
}
]
}
}
],
"location": [
{
"location": {
"reference": "Location/example",
"display": "Primary Care Clinic"
}
}
],
"serviceProvider": {
"reference": "Organization/example",
"display": "Example Health System"
}
}