FHIR IG analytics| Package | hl7.fhir.us.nhsn-dqm |
| Resource Type | Location |
| Id | Location-location-example-ach-inpatient.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-inpatient
Profile: QICore Locationversion: null6.0.0)
identifier: http://www.example.org/location/2935
status: Active
name: ACH Inpatient Hospital Ward
description: ACH Inpatient Hospital Ward
type: Medical ward
{
"resourceType": "Location",
"id": "location-example-ach-inpatient",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location|6.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.example.org/location",
"value": "2935"
}
],
"status": "active",
"name": "ACH Inpatient Hospital Ward",
"description": "ACH Inpatient Hospital Ward",
"type": [
{
"coding": [
{
"system": "https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html",
"code": "1060-3",
"display": "Medical Ward"
}
],
"text": "Medical ward"
}
]
}