FHIR IG analytics| Package | gov.cdc.nhsn.dqm |
| Resource Type | Location |
| Id | Location-location-example-ach-monthly-nicu-level-iii.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-nicu-level-iii
Profile: ACH Monthly Event Location
identifier: http://www.example.com/location/2933
name: ACH Monthly Neonatal critical care
description: ACH Monthly Neonatal critical care
type: Neonatal Critical Care (Level III)
physicalType: Ward
{
"resourceType": "Location",
"id": "location-example-ach-monthly-nicu-level-iii",
"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": "2933"
}
],
"name": "ACH Monthly Neonatal critical care",
"description": "ACH Monthly Neonatal critical care",
"type": [
{
"coding": [
{
"system": "https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html",
"code": "1040-5",
"display": "Neonatal Critical Care (Level III)"
}
]
}
],
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "wa",
"display": "Ward"
}
]
}
}