US Core Implementation Guide
4.0.0 - STU4 Release

This page is part of the US Core (v4.0.0: STU4) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

: Saint Luke W Endpoint Example - XML Representation

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="saint-luke-w-endpoint"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Saint Luke W Endpoint Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a saint luke w endpoint example for the *US Core Organization Profile*."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <h1>Organization</h1>
            <div>
                <p>ID: 393872</p>
                <p>Name: Saint Luke's Hospital of Kansas City </p>
                <p>NPI: 1063494177</p>
                <p>Phone:(816)932-2000</p>
                <p>Address:4401 Wornall Rd,, MO, 64111</p>
            </div>
        </div>
  </text>
  <contained>
    <Endpoint>
      <id value="75"/>
      <status value="active"/>
      <connectionType>
        <system
                value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
        <code value="direct-project"/>
      </connectionType>
      <name value="Dr. Ronald Bone Direct Address"/>
      <managingOrganization>
        <reference value="Organization/example-organization-2"/>
      </managingOrganization>
      <payloadType>
        <coding>
          <system value="urn:oid:1.3.6.1.4.1.19376.1.2.3"/>
          <code value="urn:hl7-org:sdwg:ccda-structuredBody:1.1"/>
        </coding>
      </payloadType>
      <payloadMimeType value="text/xml"/>
      <address value="mailto:Interoperability@DirectAddress.com"/>
    </Endpoint>
  </contained>
  <identifier>
    <system value="http://example.org/fhir/sid/us-npi"/>
    <value value="1063494177"/>
  </identifier>
  <identifier>
    <system value="http://example.org/fhir/us/argo/sid/us-ein"/>
    <value value="00-0000000"/>
  </identifier>
  <active value="true"/>
  <name value="Saint Luke&#39;s Hospital of Kansas City"/>
  <telecom>
    <system value="phone"/>
    <value value="(816)932-2000"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="other"/>
    <value
           value="http://www.saintlukeshealthsystem.org/locations/saint-lukes-hospital-kansas-city"/>
    <use value="work"/>
  </telecom>
  <address>
    <text value="3300 Washtenaw Avenue, Suite 227 Amherst MA 01002"/>
    <line value="4401 Wornall Rd,"/>
    <city value="Amherst"/>
    <state value="MA"/>
    <postalCode value="64111"/>
  </address>
  <endpoint>
    <reference value="#75"/>
  </endpoint>
</Organization>