0.0.1 - ci-build International flag

ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions

: Condition - Opiate Use Disorder - XML Representation

Raw xml | Download


<Condition xmlns="http://hl7.org/fhir">
  <id value="CarlFredericksonOUD"/>
  <meta>
    <profile
             value="http://shift.github.io/demo/StructureDefinition/sensitive-condition-profile"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Condition CarlFredericksonOUD</b></p><a name="CarlFredericksonOUD"> </a><a name="hcCarlFredericksonOUD"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-sensitive-condition-profile.html">Sensitive Condition Profile</a></p></div><p><b>identifier</b>: <code>http://shift.github.io/demo/condition-identifier</code>/OUD-12345</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>, <span title="Codes:{http://terminology.hl7.org/CodeSystem/condition-category encounter-diagnosis}">Encounter Diagnosis</span></p><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/icd-10-cm F11.11}, {http://snomed.info/sct 5602001}">Opioid abuse, in remission</span></p><p><b>subject</b>: <code>urn:uuid:CarlFrederickson</code></p><p><b>recordedDate</b>: 2025-04-06</p></div>
  </text>
  <identifier>
    <system value="http://shift.github.io/demo/condition-identifier"/>
    <value value="OUD-12345"/>
  </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"/>
    </coding>
  </category>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/condition-category"/>
      <code value="encounter-diagnosis"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/sid/icd-10-cm"/>
      <code value="F11.11"/>
      <display value="Opioid abuse, in remission"/>
    </coding>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="5602001"/>
      <display value="Opioid abuse"/>
    </coding>
    <text value="Opioid abuse, in remission"/>
  </code>
  <subject>
    <reference value="urn:uuid:CarlFrederickson"/>
  </subject>
  <recordedDate value="2025-04-06"/>
</Condition>