FHIR IG analytics| Package | gov.cdc.nhsn.dqm |
| Resource Type | Location |
| Id | Location-location-example-ach-daily-hospital.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-daily-hospital
Profile: ACH Daily Event Location
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
{
"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"
}
}