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

FHIR IG analytics

Packagehl7.fhir.us.core
Resource TypeOrganization
IdOrganization-saint-luke-w-endpoint.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 saint-luke-w-endpoint

Profile: US Core Organization Profile version: 9.0.0

identifier: United States National Provider Identifier/1063494177, http://example.org/fhir/us/argo/sid/us-ein/00-0000000

active: true

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 01002

endpoint: Endpoint Dr. Ronald Bone Direct Address


Generated Narrative: Endpoint #75

status: Active

connectionType: Endpoint Connection Type: direct-project (Direct Project)

name: Dr. Ronald Bone Direct Address

managingOrganization: Organization Acme Clinic

payloadType: For documents following C-CDA 1.1 constraints using a structured body.

payloadMimeType: text/xml

address: Interoperability@DirectAddress.com


Source1

{
  "resourceType": "Organization",
  "id": "saint-luke-w-endpoint",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|9.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Endpoint",
      "id": "75",
      "status": "active",
      "connectionType": {
        "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
        "code": "direct-project"
      },
      "name": "Dr. Ronald Bone Direct Address",
      "managingOrganization": {
        "reference": "Organization/example-organization-2"
      },
      "payloadType": [
        {
          "coding": [
            {
              "system": "http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode",
              "code": "urn:hl7-org:sdwg:ccda-structuredBody:1.1"
            }
          ]
        }
      ],
      "payloadMimeType": [
        "text/xml"
      ],
      "address": "mailto:Interoperability@DirectAddress.com"
    }
  ],
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1063494177"
    },
    {
      "system": "http://example.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": "4401 WORNALL RD AMHERST MA 01002",
      "line": [
        "4401 WORNALL RD"
      ],
      "city": "AMHERST",
      "state": "MA",
      "postalCode": "64111"
    }
  ],
  "endpoint": [
    {
      "reference": "#75"
    }
  ]
}