FHIR IG analytics| Package | gov.cdc.nhsn.dqm |
| Resource Type | Encounter |
| Id | Encounter-encounter-example-ach-daily-initialpopulationpass-1.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-daily-initialpopulationpass-1
Profile: ACH Daily Event Encounter
identifier: urn:oid:2.16.840.1.113883.19.5.1.698.8/123456789987 (use: usual, )
status: Finished
class: ActCode EMER: emergency (version = 9.0.0 )
type: Emergency hospital admission
subject: ACHDaily, InitialPopulationPass
period: 2024-01-01 08:00:00+0000 --> 2024-01-01 12:00:00+0000
reasonCode: Shortness of breath
| AdmitSource | DischargeDisposition |
| Emergency Department | Home |
location
location: EMERGENCY - PAVILION
period: 2022-08-17 16:25:00+0000 --> 2022-08-17 17:01:00+0000
location
location: Health Hospital Location
period: 2022-08-11 18:52:00+0000 --> 2022-08-17 16:09:00+0000
{
"resourceType": "Encounter",
"id": "encounter-example-ach-daily-initialpopulationpass-1",
"meta": {
"profile": [
"http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-encounter"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"system": "urn:oid:2.16.840.1.113883.19.5.1.698.8",
"value": "123456789987"
}
],
"status": "finished",
"_status": {
"extension": [
{
"url": "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/link-original-element-value-extension",
"valueString": "TRIAGED"
}
]
},
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"version": "9.0.0",
"code": "EMER",
"display": "emergency"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "183452005",
"display": "Emergency hospital admission (procedure)"
}
],
"text": "Emergency hospital admission"
}
],
"subject": {
"reference": "Patient/patient-example-ach-daily-initialpopulationpass",
"display": "ACHDaily, InitialPopulationPass"
},
"period": {
"start": "2024-01-01T08:00:00Z",
"end": "2024-01-01T12:00:00Z"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "267036007",
"display": "shortness of breath"
}
],
"text": "Shortness of breath"
}
],
"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": "home",
"display": "Home"
}
],
"text": "Home"
}
},
"location": [
{
"location": {
"reference": "Location/location-example-ach-daily-emergency",
"display": "EMERGENCY - PAVILION"
},
"period": {
"start": "2022-08-17T16:25:00Z",
"end": "2022-08-17T17:01:00Z"
}
},
{
"location": {
"reference": "Location/location-example-ach-daily-hospital",
"display": "Health Hospital Location"
},
"period": {
"start": "2022-08-11T18:52:00Z",
"end": "2022-08-17T16:09:00Z"
}
}
]
}