FHIR IG analytics| Package | hl7.fhir.us.nhsn-ade |
| Resource Type | Encounter |
| Id | Encounter-encounter-completed-inpatient-ade-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
Resource "encounter-completed-inpatient-ade-1" Version "1" Updated "2021-01-13T08:58:31.865Z"
Information Source: #aqzXMUHvXF7e4agZ!
Profile: US Core Encounter Profile
status: finished
class: inpatient encounter (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code IMP = 'inpatient encounter', stated as 'inpatient encounter')
type: Medical consultation on hospital inpatient (SNOMED CT#24882007)
subject: Patient/patient-ade-1: Name: 'masked' ""
period: 2020-08-01 --> 2020-08-12
| - | Condition |
| * | Condition/condition-diabetes-ade |
| - | DischargeDisposition |
| * | Discharged to home (Discharge disposition#home) |
| - | Location |
| * | Location/location-salem-medical-center-ade: Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368 "Clinic Bldg A, Salem Medical Center" |
serviceProvider: Organization/organization-salem-medical-center-ade: Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999 "Salem Medical Center"
{
"resourceType": "Encounter",
"id": "encounter-completed-inpatient-ade-1",
"meta": {
"versionId": "1",
"lastUpdated": "2021-01-13T08:58:31.865+00:00",
"source": "#aqzXMUHvXF7e4agZ",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "IMP",
"display": "inpatient encounter"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "24882007"
}
],
"text": "Medical consultation on hospital inpatient"
}
],
"subject": {
"reference": "Patient/patient-ade-1",
"display": "Name: 'masked'"
},
"period": {
"start": "2020-08-01",
"end": "2020-08-12"
},
"diagnosis": [
{
"condition": {
"reference": "Condition/condition-diabetes-ade"
}
}
],
"hospitalization": {
"dischargeDisposition": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code": "home"
}
],
"text": "Discharged to home"
}
},
"location": [
{
"location": {
"reference": "Location/location-salem-medical-center-ade",
"display": "Clinic Bldg A, Salem Medical Center, 4646 Brown Rd, Salem, MA 02368"
}
}
],
"serviceProvider": {
"reference": "Organization/organization-salem-medical-center-ade",
"display": "Salem Medical Center, 22222 Health Authority Drive, Ann Arbor MI, 99999"
}
}