IE (Ireland) Core Implementation Guide
1.0.0-ballot - Ballot Ireland flag

Publication Build: This will be filled in by the publication tooling

: 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>
    <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 *IE Core Organization Profile*."/>
    </extension>
    <profile
             value="http://iehr.ai/fhir/ie/core/StructureDefinition/ie-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="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://iehr.ai/fhir/sid/ie/crn"/>
    <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="Dublin"/>
    <postalCode value="H91 CV48"/>
  </address>
  <endpoint>
    <reference value="#75"/>
  </endpoint>
</Organization>