2022 CDC Clinical Practice Guideline for Prescribing Opioids Implementation Guide
2022.1.0 - CI Build

2022 CDC Clinical Practice Guideline for Prescribing Opioids Implementation Guide, published by Centers for Disease Control and Prevention (CDC). This guide is not an authorized publication; it is the continuous build for version 2022.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/opioid-cds-r4/ and changes regularly. See the Directory of published versions

: Cancer Diagnosis Encounter - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="cancer-diagnosis"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Encounter</b><a name="cancer-diagnosis"> </a><a name="hccancer-diagnosis"> </a></p><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">Resource Encounter &quot;cancer-diagnosis&quot; </p></div><blockquote><p><b>Data Date-Roller Extension</b></p><blockquote><p><b>url</b></p><code>dateLastUpdated</code></blockquote><p><b>value</b>: 2023-05-01</p><blockquote><p><b>url</b></p><code>frequency</code></blockquote><p><b>value</b>: 30.0 days<span style="background: LightGoldenRodYellow"> (Details: UCUM code d = 'd')</span></p></blockquote><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')</p><p><b>type</b>: Office or other outpatient visit for the evaluation and management of a new patient, which requires a medically appropriate history and/or examination and low level of medical decision making. When using time for code selection, 30-44 minutes of total time is spent on the date of the encounter. <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.3.0/CodeSystem-CPT.html">Current Procedural Terminology (CPT®)</a>#99203)</span></p><p><b>subject</b>: <a href="Patient-example-opioidcds.html">Patient/example-opioidcds</a> &quot; EXAMPLE&quot;</p><p><b>period</b>: 2022-12-30 --&gt; 2022-12-30</p><h3>Diagnoses</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Condition</b></td></tr><tr><td style="display: none">*</td><td><a href="Condition-cancer-diagnosis.html">Condition/cancer-diagnosis</a></td></tr></table></div>
  </text>
  <extension
             url="http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/dataDateRoller">
    <extension url="dateLastUpdated">
      <valueDateTime value="2023-05-01"/>
    </extension>
    <extension url="frequency">
      <valueDuration>
        <value value="30.0"/>
        <unit value="days"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="d"/>
      </valueDuration>
    </extension>
  </extension>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
    <display value="ambulatory"/>
  </class>
  <type>
    <coding>
      <system value="http://www.ama-assn.org/go/cpt"/>
      <code value="99203"/>
      <display
               value="Office or other outpatient visit for the evaluation and management of a new patient, which requires a medically appropriate history and/or examination and low level of medical decision making. When using time for code selection, 30-44 minutes of total time is spent on the date of the encounter."/>
    </coding>
  </type>
  <subject>🔗 
    <reference value="Patient/example-opioidcds"/>
  </subject>
  <period>
    <start value="2022-12-30"/>
    <end value="2022-12-30"/>
  </period>
  <diagnosis>
    <condition>🔗 
      <reference value="Condition/cancer-diagnosis"/>
    </condition>
  </diagnosis>
</Encounter>