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-hospital.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-hospital

identifier: urn:oid:2.16.840.1.113883.19.5.1.6865/100 (use: usual, )

name: Health Hospital Location

mode: Instance

type: Hospital

telecom: ph: 916-734-2011

address: 2315 Stockton Blvd Sacramento CALIFORNIA 95817


Source1

{
  "resourceType": "Location",
  "id": "location-example-ach-daily-hospital",
  "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.6865",
      "value": "100"
    }
  ],
  "name": "Health Hospital Location",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP",
          "display": "Hospital"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "916-734-2011",
      "rank": 1
    }
  ],
  "address": {
    "line": [
      "2315 Stockton Blvd"
    ],
    "city": "Sacramento",
    "state": "CALIFORNIA",
    "postalCode": "95817"
  }
}