Data Exchange Profiles for 2022 CDC Clinical Practice Guideline for Prescribing Opioids, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cdc-opioid-cpg/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="subacute-pain-management"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString
value="Subacute Pain Management MedicationRequest Example"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="This is a subacute pain management MedicationRequest example for the *Subacute Pain Management MedicationRequest Profile*."/>
</extension>
<profile
value="http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/SubacutePainManagementMedicationRequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest subacute-pain-management</b></p><a name="subacute-pain-management"> </a><a name="hcsubacute-pain-management"> </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-SubacutePainManagementMedicationRequest.html">Subacute Pain Management MedicationRequest Profile</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</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-opioid-review-useful.html">Johnny Appleseed Male, DoB: 1983-01-10 ( Medical Record Number: 12345 (use: usual, ))</a></p><p><b>authoredOn</b>: 2025-07-21</p><p><b>requester</b>: <a href="Practitioner-example.html">Practitioner Ronald Bone </a></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Once per 1.0 days</p><p><b>asNeeded</b>: false</p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1.0 film</td></tr></table></blockquote><h3>DispenseRequests</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ValidityPeriod</b></td><td><b>NumberOfRepeatsAllowed</b></td></tr><tr><td style="display: none">*</td><td>2025-07-01 --> 2025-07-30</td><td>1</td></tr></table></div>
</text>
<status value="active"/>
<intent value="order"/>
<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/opioid-review-useful"/>
</subject>
<authoredOn value="2025-07-21"/>
<requester>🔗
<reference value="Practitioner/example"/>
</requester>
<dosageInstruction>
<timing>
<repeat>
<boundsPeriod>
<start value="2025-07-01"/>
<end value="2025-07-30"/>
</boundsPeriod>
<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="2025-07-01"/>
<end value="2025-07-30"/>
</validityPeriod>
<numberOfRepeatsAllowed value="1"/>
</dispenseRequest>
</MedicationRequest>