FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm.r4 |
| Resource Type | Encounter |
| Id | Encounter-encounter-example-ach-ach-pass2-inpatient.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Encounter encounter-example-ach-ach-pass2-inpatient
Profile: QICore Encounterversion: null6.0.0)
identifier: http://example.org/identifiers/698.8/10005104252b (use: usual, )
status: Finished
class: ActCode IMP: inpatient encounter (version = 9.0.0 )
type: Hospital Admission
subject: Pass2 ACH
period: 2024-01-31 22:02:00-0500 --> 2024-02-02 16:22:00-0500
| AdmitSource | DischargeDisposition |
| Emergency Department | Expired |
| Location | PhysicalType | Period |
| ACH Inpatient Hospital Ward | Ward | 2024-02-01 01:02:00-0500 --> 2024-02-02 16:22:00-0500 |
{
"resourceType": "Encounter",
"id": "encounter-example-ach-ach-pass2-inpatient",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter|6.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "http://example.org/identifiers/698.8",
"value": "10005104252b"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"version": "9.0.0",
"code": "IMP",
"display": "inpatient encounter"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "32485007",
"display": "Hospital admission (procedure)"
}
],
"text": "Hospital Admission"
}
],
"subject": {
"reference": "Patient/patient-example-ach-ach-pass2",
"display": "Pass2 ACH"
},
"period": {
"start": "2024-01-31T22:02:00-05:00",
"end": "2024-02-02T16:22:00-05:00"
},
"hospitalization": {
"admitSource": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/admit-source",
"code": "emd",
"display": "From accident/emergency department"
}
],
"text": "Emergency Department"
},
"dischargeDisposition": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code": "exp",
"display": "expired"
}
],
"text": "Expired"
}
},
"location": [
{
"location": {
"reference": "Location/location-example-ach-inpatient",
"display": "ACH Inpatient Hospital Ward"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "wa",
"display": "Ward"
}
]
},
"period": {
"start": "2024-02-01T01:02:00-05:00",
"end": "2024-02-02T16:22:00-05:00"
}
}
]
}