FHIR IG analytics| Package | hl7.fhir.us.ph-library.r4b |
| Resource Type | Encounter |
| Id | Encounter-us-ph-encounter-eve-everywoman-outpatient.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter us-ph-encounter-eve-everywoman-outpatient
Profile: US Public Health Encounter
identifier: http://example.org/hospital-smarthealthit/9937012
status: Finished
class: ActCode AMB: ambulatory
type: Office Visit
subject: Eve Everywoman
| Type | Individual |
| attender | Henry Seven, MD |
period: 2018-04-01 10:00:00-0500 --> 2018-04-02 10:15:00-0500
| Condition | Use |
| Condition Diabetes mellitus (disorder) | Chief complaint |
| Location |
| Clinic Bldg A, Salem Medical Center, 4444 Healthcare Drive, Ann Arbor MI, 99999 |
serviceProvider: Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999
{
"resourceType": "Encounter",
"id": "us-ph-encounter-eve-everywoman-outpatient",
"meta": {
"profile": [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/hospital-smarthealthit",
"value": "9937012"
}
],
"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": "99202"
}
],
"text": "Office Visit"
}
],
"subject": {
"reference": "Patient/us-ph-patient-eve-everywoman",
"display": "Eve Everywoman"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "ATND",
"display": "attender"
}
]
}
],
"individual": {
"reference": "PractitionerRole/us-ph-practitionerrole-henry-seven",
"display": "Henry Seven, MD"
}
}
],
"period": {
"start": "2018-04-01T10:00:00-05:00",
"end": "2018-04-02T10:15:00-05:00"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/us-ph-condition-encounter-diagnosis-diabetes"
},
"use": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code": "CC"
}
]
}
}
],
"location": [
{
"location": {
"reference": "Location/us-ph-location-salem-medical-center",
"display": "Clinic Bldg A, Salem Medical Center, 4444 Healthcare Drive, Ann Arbor MI, 99999"
}
}
],
"serviceProvider": {
"reference": "Organization/us-ph-organization-salem-medical-center",
"display": "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999"
}
}