Da Vinci Clinical Data Exchange (CDex)
2.1.0 - STU2 United States of America flag

Da Vinci Clinical Data Exchange (CDex), published by HL7 International / Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ecdx/ and changes regularly. See the Directory of published versions

: CDex Condition Inline Example 858 - XML Representation

Page standards status: Informative

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="cdex-condition-inline-example-858"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition cdex-condition-inline-example-858</b></p><a name="cdex-condition-inline-example-858"> </a><a name="hccdex-condition-inline-example-858"> </a><a name="cdex-condition-inline-example-858-en-US"> </a><p><b>identifier</b>: <code>urn:oid:1.3.6.1.4.1.22812.4.111.0.4.1.2.1</code>/1</p><p><b>clinicalStatus</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}">Active</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}">Problem List Item</span></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 44054006}">Type 2 Diabetes Mellitus</span></p><p><b>subject</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&amp;canonical=http://example.org/fhir/Patient/cdex-example-patient">??</a></p><p><b>onset</b>: 2006</p><p><b>asserter</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&amp;canonical=http://example.org/fhir/PractitionerRole/126">??</a></p></div>
  </text>
  <identifier>
    <system value="urn:oid:1.3.6.1.4.1.22812.4.111.0.4.1.2.1"/>
    <value value="1"/>
  </identifier>
  <clinicalStatus>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-clinical"/>
      <code value="active"/>
    </coding>
  </clinicalStatus>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="problem-list-item"/>
      <display value="Problem List Item"/>
    </coding>
    <text value="Problem List Item"/>
  </category>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="44054006"/>
      <display value="Type 2 Diabetes Mellitus"/>
    </coding>
  </code>
  <subject>
    <reference value="http://example.org/fhir/Patient/cdex-example-patient"/>
  </subject>
  <onsetDateTime value="2006"/>
  <asserter>
    <reference value="http://example.org/fhir/PractitionerRole/126"/>
  </asserter>
</Condition>