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