FHIR IG analytics| Package | gov.cdc.nhsn.dqm |
| Resource Type | Location |
| Id | Location-location-example-ach-monthly-crit.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location location-example-ach-monthly-crit
Profile: ACH Monthly Event Location
identifier: http://www.example.com/location/2936
status: Active
name: ACH Monthly Medical Critical Care
description: ACH Monthly Medical Critical Care
type: Medical Critical Care
{
"resourceType": "Location",
"id": "location-example-ach-monthly-crit",
"meta": {
"profile": [
"http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-monthly-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.com/location",
"value": "2936"
}
],
"status": "active",
"name": "ACH Monthly Medical Critical Care",
"description": "ACH Monthly Medical Critical Care",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "hospital"
}
],
"text": "Medical Critical Care"
}
]
}