Opioid Prescribing Support Implementation Guide
2016.4.0 - CI Build

Opioid Prescribing Support 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 2016.4.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

: Recommendation 10 Patient View Context Encounter Example - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="example-rec-10-patient-view-no-screenings-context"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter example-rec-10-patient-view-no-screenings-context</b></p><a name="example-rec-10-patient-view-no-screenings-context"> </a><a name="hcexample-rec-10-patient-view-no-screenings-context"> </a><a name="example-rec-10-patient-view-no-screenings-context-en-US"> </a><blockquote><p><b>Data Date-Roller Extension</b></p><ul><li>dateLastUpdated: 2022-12-13</li><li>frequency: No display for Duration  (value: 30.0; unit: days; system: http://unitsofmeasure.org; code: d)</li></ul></blockquote><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode</a> AMB: ambulatory</p><p><b>subject</b>: <a href="Patient-example-rec-10-patient-view-no-screenings.html">Anonymous Patient Female, DoB: 2002-12-13</a></p><p><b>period</b>: 2022-12-13 --&gt; 2022-12-13</p></div>
  </text>
  <extension
             url="http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/dataDateRoller">
    <extension url="dateLastUpdated">
      <valueDateTime value="2022-12-13"/>
    </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>
  <subject>🔗 
    <reference value="Patient/example-rec-10-patient-view-no-screenings"/>
  </subject>
  <period>
    <start value="2022-12-13"/>
    <end value="2022-12-13"/>
  </period>
</Encounter>