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
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="ambulatory-opioid"/>
<meta>
<profile
value="http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/cdc-medicationrequest"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest ambulatory-opioid</b></p><a name="ambulatory-opioid"> </a><a name="hcambulatory-opioid"> </a><a name="ambulatory-opioid-en-US"> </a><blockquote><p><b>Data Date-Roller Extension</b></p><ul><li>dateLastUpdated: 2023-05-01</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>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category community}">Community</span></p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1010603}">Suboxone 2 MG / 0.5 MG Sublingual Film</span></p><p><b>subject</b>: <a href="Patient-example-opioidcds.html">opioidcds example Male, DoB: 1983-01-10</a></p><p><b>authoredOn</b>: 2023-03-31</p><blockquote><p><b>dosageInstruction</b></p></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2023-03-31 00:00:00-0600 --> 2023-07-01 00:00:00-0600</p><p><b>numberOfRepeatsAllowed</b>: 1</p><h3>ExpectedSupplyDurations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>30</td><td>days</td><td><a href="http://terminology.hl7.org/6.0.2/CodeSystem-v3-ucum.html">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></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="active"/>
<intent value="order"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
<code value="community"/>
<display value="Community"/>
</coding>
</category>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="1010603"/>
<display value="Suboxone 2 MG / 0.5 MG Sublingual Film"/>
</coding>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/example-opioidcds"/>
</subject>
<authoredOn value="2023-03-31"/>
<dosageInstruction>
<timing>
<repeat>
<frequency value="1"/>
<period value="1.0"/>
<periodUnit value="d"/>
</repeat>
</timing>
<asNeededBoolean value="false"/>
<doseAndRate>
<doseQuantity>
<value value="1.0"/>
<unit value="film"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
<dispenseRequest>
<validityPeriod>
<start value="2023-03-31T00:00:00-06:00"/>
<end value="2023-07-01T00:00:00-06:00"/>
</validityPeriod>
<numberOfRepeatsAllowed value="1"/>
<expectedSupplyDuration>
<value value="30"/>
<unit value="days"/>
<system value="http://unitsofmeasure.org"/>
<code value="d"/>
</expectedSupplyDuration>
</dispenseRequest>
</MedicationRequest>