FHIR IG analytics| Package | hl7.fhir.us.bser |
| Resource Type | Location |
| Id | Location-location-us-core-location-st-luke.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location location-us-core-location-st-luke
Profile: US Core Location Profile
status: Active
name: Referral Center A, St. Lukes
type: Hospital
telecom: ph: (+1) (555)555-3001, fax: (+1) (555)555-3002, mail@smc.org
address: 4401 Wornall Rd, Amherst MA 64111
managingOrganization: Organization Saint Luke's Hospital of Kansas City
{
"resourceType": "Location",
"id": "location-us-core-location-st-luke",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Referral Center A, St. Lukes",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "(+1) (555)555-3001"
},
{
"system": "fax",
"value": "(+1) (555)555-3002"
},
{
"system": "email",
"value": "mail@smc.org"
}
],
"address": {
"line": [
"4401 Wornall Rd,"
],
"city": "Amherst",
"state": "MA",
"postalCode": "64111"
},
"managingOrganization": {
"reference": "Organization/organization-us-core-organization-saint-luke"
}
}