FHIR IG analytics| Package | hl7.fhir.us.bser |
| Resource Type | Organization |
| Id | Organization-organization-us-core-organization-saint-luke.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization organization-us-core-organization-saint-luke
Profile: US Core Organization Profile
identifier: NPI/1063494177
active: true
type: Healthcare Provider
name: Saint Luke's Hospital of Kansas City
telecom: ph: (816)932-2000(Work), http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city(Work)
address: 4401 Wornall Rd, Amherst MA 64111
{
"resourceType": "Organization",
"id": "organization-us-core-organization-saint-luke",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "1063494177"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Saint Luke's Hospital of Kansas City",
"telecom": [
{
"system": "phone",
"value": "(816)932-2000",
"use": "work"
},
{
"system": "other",
"value": "http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city",
"use": "work"
}
],
"address": [
{
"line": [
"4401 Wornall Rd,"
],
"city": "Amherst",
"state": "MA",
"postalCode": "64111"
}
]
}