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

FHIR IG analytics

Packagefhir.argonaut.pd
Resource TypeOrganization
IdOrganization-example-organization-2.json
FHIR VersionR3

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

Organization

ID: 393872

Name: Saint Luke's Hospital of Kansas City

NPI: 1063494177

Phone:(816)932-2000

Address:4401 Wornall Rd,, MO, 64111


Source1

{
  "resourceType": "Organization",
  "id": "example-organization-2",
  "meta": {
    "profile": [
      "http://fhir.org/guides/argonaut-pd/StructureDefinition/argo-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Endpoint",
      "id": "71",
      "status": "active",
      "connectionType": {
        "system": "http://hl7.org/fhir/STU3/endpoint-connection-type",
        "code": "direct-project"
      },
      "name": "Dr. Ronald Bone Direct Address",
      "managingOrganization": {
        "reference": "Organization/example-organization-2"
      },
      "payloadType": [
        {
          "coding": [
            {
              "system": "urn:oid:1.3.6.1.4.1.19376.1.2.3",
              "code": "urn:hl7-org:sdwg:ccda-structuredBody:1.1"
            }
          ]
        }
      ],
      "payloadMimeType": [
        "text/xml"
      ],
      "address": "mailto:Interoperability@DirectAddress.com"
    }
  ],
  "identifier": [
    {
      "system": "http://hl7.org/fhir/STU3/sid/us-npi",
      "value": "1063494177"
    },
    {
      "system": "http://hl7.org/fhir/us/argo/sid/us-ein",
      "value": "00-0000000"
    }
  ],
  "active": true,
  "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": [
    {
      "text": "3300 Washtenaw Avenue, Suite 227 Amherst MA 01002",
      "line": [
        "4401 Wornall Rd,"
      ],
      "city": "Amherst",
      "state": "MA",
      "postalCode": "64111"
    }
  ],
  "endpoint": [
    {
      "reference": "#71"
    }
  ]
}