FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm.r4 |
| Resource Type | Encounter |
| Id | Encounter-encounter-example-ach-ach-pass3-acute.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-pass3-acute
Profile: QICore Encounterversion: null6.0.0)
identifier: http://example.org/identifiers/698.8/10005104253a (use: usual, )
status: Finished
class: ActCode ACUTE: inpatient acute (version = 9.0.0 )
type: Critical care visit
subject: Pass3 ACH
period: 2024-02-02 16:43:00-0500 --> 2024-02-03 19:58:00-0500
| AdmitSource | DischargeDisposition |
| From Short Stay | Home |
| Location | PhysicalType | Period |
| ACH Medical Critical Care | Ward | 2024-02-02 16:43:00-0500 --> 2024-03-02 19:58:00-0500 |
{
"resourceType": "Encounter",
"id": "encounter-example-ach-ach-pass3-acute",
"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": "10005104253a"
}
],
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"version": "9.0.0",
"code": "ACUTE",
"display": "inpatient acute"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "453701000124103",
"display": "In-person encounter"
}
],
"text": "Critical care visit"
}
],
"subject": {
"reference": "Patient/patient-example-ach-ach-pass3",
"display": "Pass3 ACH"
},
"period": {
"start": "2024-02-02T16:43:00-05:00",
"end": "2024-02-03T19:58:00-05:00"
},
"hospitalization": {
"admitSource": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/admit-source",
"code": "other",
"display": "Other"
}
],
"text": "From Short Stay"
},
"dischargeDisposition": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/discharge-disposition",
"code": "home",
"display": "Home"
}
],
"text": "Home"
}
},
"location": [
{
"location": {
"reference": "Location/location-example-ach-critical-care",
"display": "ACH Medical Critical Care"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "wa",
"display": "Ward"
}
]
},
"period": {
"start": "2024-02-02T16:43:00-05:00",
"end": "2024-03-02T19:58:00-05:00"
}
}
]
}