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

FHIR IG analytics

Packagegov.cdc.nhsn.dqm
Resource TypeLocation
IdLocation-location-example-ach-daily-emergency.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-daily-emergency

identifier: urn:oid:2.16.840.1.113883.19.5.1.6869/100001090 (use: usual, )

name: EMERGENCY - PAVILION

alias: ED, EDPAV

mode: Instance

type: Emergency Department

telecom: ph: 916-734-3790, fax: 916-703-6549

address: 2315 Stockton Boulevard Sacramento CALIFORNIA 95817-2201


Source1

{
  "resourceType": "Location",
  "id": "location-example-ach-daily-emergency",
  "meta": {
    "profile": [
      "http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/ach-daily-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "urn:oid:2.16.840.1.113883.19.5.1.6869",
      "value": "100001090"
    }
  ],
  "name": "EMERGENCY - PAVILION",
  "alias": [
    "ED",
    "EDPAV"
  ],
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html",
          "code": "1108-0",
          "display": "Emergency Department"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "916-734-3790",
      "rank": 1
    },
    {
      "system": "fax",
      "value": "916-703-6549"
    }
  ],
  "address": {
    "line": [
      "2315 Stockton Boulevard"
    ],
    "city": "Sacramento",
    "state": "CALIFORNIA",
    "postalCode": "95817-2201"
  }
}