Argonaut Provider Directory Implementation Guide Version 1.0.0

This page is part of the Argonaut Provider Directory Guide (v1.0.0: Release) based on FHIR R3. This is the current published version. For a full list of available versions, see the Directory of published versions

Example: Organization-example-organization-2

Formats: Narrative, XML, JSON, Turtle

Raw xml


<Organization xmlns="http://hl7.org/fhir">
  <id value="example-organization-2"/>
  <meta>
    <profile
             value="http://fhir.org/guides/argonaut-pd/StructureDefinition/argo-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="71"/>
      <status value="active"/>
      <connectionType>
        <system value="http://hl7.org/fhir/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://hl7.org/fhir/sid/us-npi"/>
    <value value="1063494177"/>
  </identifier>
  <identifier>
    <system value="http://hl7.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="#71"/>
  </endpoint>
</Organization>