US Core Implementation Guide
7.0.0 - STU7 United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 7.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: Saint Luke W Endpoint Example - XML Representation

Page standards status: Informative

Raw xml | Download



<Organization xmlns="http://hl7.org/fhir">
  <id value="saint-luke-w-endpoint"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization|7.0.0"/>
  </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="http://ihe.net/fhir/ihe.formatcode.fhir/CodeSystem/formatcode"/>
          <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://hl7.org/fhir/sid/us-npi"/>
    <value value="1063494177"/>
  </identifier>
  <identifier>
    <system value="http://example.org/us/argo/sid/us-ein"/>
    <value value="00-0000000"/>
  </identifier>
  <active value="true"/>
  <name value="Saint Luke'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="4401 WORNALL RD AMHERST MA 01002"/>
    <line value="4401 WORNALL RD"/>
    <city value="AMHERST"/>
    <state value="MA"/>
    <postalCode value="64111"/>
  </address>
  <endpoint>
    <reference value="#75"/>
  </endpoint>
</Organization>