FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.bser
Resource TypeOrganization
IdOrganization-organization-us-core-organization-saint-luke.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: Organization organization-us-core-organization-saint-luke

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


Source1

{
  "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"
    }
  ]
}