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

: Palliative Care ServiceRequest - XML Representation

Raw xml | Download



<ServiceRequest xmlns="http://hl7.org/fhir">
  <id value="palliative-care"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: ServiceRequest</b><a name="palliative-care"> </a><a name="hcpalliative-care"> </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 ServiceRequest &quot;palliative-care&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>: active</p><p><b>intent</b>: order</p><p><b>code</b>: Palliative care <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#103735009)</span></p><p><b>subject</b>: <a href="Patient-example-opioidcds.html">Patient/example-opioidcds</a> &quot; EXAMPLE&quot;</p><p><b>authoredOn</b>: 2023-03-31</p></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"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="103735009"/>
      <display value="Palliative care"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example-opioidcds"/>
  </subject>
  <authoredOn value="2023-03-31"/>
</ServiceRequest>