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-clearinghouse

Raw xml


<Organization xmlns="http://hl7.org/fhir">
  <id value="cdex-example-clearinghouse"/>
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2019-06-06T21:55:32.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-clearinghouse</p><p><b>meta</b>: </p><p><b>identifier</b>: ACME Clearinghouse</p><p><b>telecom</b>: ph: 888-888-8888(WORK)</p><p><b>address</b>: 45 Atlas St, Erie, CO 80400, US(WORK)</p></div>
  </text>
  <identifier>
    <system value="http://www.ACME.com/edi"/>
    <value value="ACME Clearinghouse"/>
  </identifier>
  <telecom id="1">
    <system value="phone"/>
    <value value="888-888-8888"/>
    <use value="work"/>
  </telecom>
  <address id="1">
    <use value="work"/>
    <type value="postal"/>
    <text value="45 Atlas St, Erie, CO 80400, US"/>
    <line value="45 Atlas St"/>
    <city value="Erie"/>
    <state value="CO"/>
    <postalCode value="80400"/>
    <country value="US"/>
  </address>
</Organization>