FHIR IG analytics| Package | gov.cdc.nhsn.dqm |
| Resource Type | Encounter |
| Id | Encounter-encounter-example-ach-daily-rsvlabbtg.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-rsvlabbtg
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 SS: Short Stay (version = 9.0.0 )
type: Emergency hospital admission
subject: ACHDaily, rsvlabbtg
period: 2024-01-01 08:00:00+0000 --> 2024-01-02 06:00:00+0000
reasonCode: Sore throat
| AdmitSource | DischargeDisposition |
| Pediatrician's office | Home |
| Location | Period |
| EMERGENCY - PAVILION | 2024-01-14 08:00:00+0000 --> 2024-01-22 12:00:00+0000 |
{
"resourceType": "Encounter",
"id": "encounter-example-ach-daily-rsvlabbtg",
"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": "SS",
"display": "Short Stay"
},
"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-rsvlabbtg",
"display": "ACHDaily, rsvlabbtg"
},
"period": {
"start": "2024-01-01T08:00:00Z",
"end": "2024-01-02T06:00:00Z"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "162397003",
"display": "Throat pain"
}
],
"text": "Sore throat"
}
],
"hospitalization": {
"admitSource": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/admit-source",
"code": "gp",
"display": "General Practitioner referral"
}
],
"text": "Pediatrician's office"
},
"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": "2024-01-14T08:00:00Z",
"end": "2024-01-22T12:00:00Z"
}
}
]
}