FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.nhsn-dqm
Resource TypeLocation
IdLocation-location-example-ach-nicu-level-iii.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location location-example-ach-nicu-level-iii

identifier: http://www.example.org/location/2933

name: ACH Neonatal critical care

description: ACH Neonatal critical care

type: Neonatal Critical Care (Level III)

physicalType: Ward


Source1

{
  "resourceType": "Location",
  "id": "location-example-ach-nicu-level-iii",
  "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": "2933"
    }
  ],
  "name": "ACH Neonatal critical care",
  "description": "ACH 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"
      }
    ]
  }
}