Da Vinci Clinical Data Exchange (CDex) Implementation Guide Release 0.1.0

This page is part of the Da Vinci Clinical Documentation Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

XML Format: Organization-cdex-example-provider

Raw xml


<Organization xmlns="http://hl7.org/fhir">
  <id value="cdex-example-provider"/>
  <meta>
    <versionId value="3"/>
    <lastUpdated value="2019-06-06T21:54:34.000-04:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: cdex-example-provider</p><p><b>meta</b>: </p><p><b>contained</b>: </p><p><b>identifier</b>: Good Health</p><p><b>telecom</b>: ph: 666-444-5555(WORK)</p><p><b>address</b>: 8866 S 17th St, Indianapolis, IN 46077, US(WORK)</p><p><b>endpoint</b>: unknown resource contained</p></div>
  </text>
  <contained>
    <Endpoint>
      <id value="cdex-provider-endpoint"/>
      <status value="active"/>
      <connectionType>
        <system
                value="http://terminology.hl7.org/CodeSystem/endpoint-connection-type"/>
        <code value="hl7-fhir-rest"/>
      </connectionType>
      <payloadType>
        <text value="FHIR"/>
      </payloadType>
      <payloadMimeType value="application/fhir+xml"/>
      <payloadMimeType value="application/fhir+json"/>
      <address
               value="https://api-v8-r4.hspconsortium.org/DaVinciCDexProvider/open/"/>
    </Endpoint>
  </contained>
  <identifier>
    <system value="http://www.GoodHelath.com/edi"/>
    <value value="Good Health"/>
  </identifier>
  <telecom id="1">
    <system value="phone"/>
    <value value="666-444-5555"/>
    <use value="work"/>
  </telecom>
  <address id="1">
    <use value="work"/>
    <type value="postal"/>
    <text value="8866 S 17th St, Indianapolis, IN 46077, US"/>
    <line value="8866 S 17th St"/>
    <city value="Indianapolis"/>
    <state value="IN"/>
    <postalCode value="46077"/>
    <country value="US"/>
  </address>
  <endpoint>
    <reference value="#cdex-provider-endpoint"/>
  </endpoint>
</Organization>