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 Prefetch MedicationRequest Example - JSON Representation

Raw json | Download


{
  "resourceType" : "MedicationRequest",
  "id" : "example-rec-10-patient-view-no-screenings-prefetch",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/cdc-medicationrequest"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest example-rec-10-patient-view-no-screenings-prefetch</b></p><a name=\"example-rec-10-patient-view-no-screenings-prefetch\"> </a><a name=\"hcexample-rec-10-patient-view-no-screenings-prefetch\"> </a><a name=\"example-rec-10-patient-view-no-screenings-prefetch-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; 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 1049502}\">12 HR Oxycodone Hydrochloride 10 MG Extended Release Oral Tablet</span></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>encounter</b>: <a href=\"Encounter-example-rec-10-patient-view-no-screenings-prefetch.html\">Encounter: extension = ; status = finished; class = ambulatory (ActCode#AMB); period = 2022-09-14 --&gt; 2022-09-14</a></p><p><b>authoredOn</b>: 2022-09-14</p><blockquote><p><b>dosageInstruction</b></p></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2022-09-14 00:00:00-0600 --&gt; 2022-12-13 00:00:00-0700</p><p><b>numberOfRepeatsAllowed</b>: 3</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>"
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "dateLastUpdated",
          "valueDateTime" : "2022-12-13"
        },
        {
          "url" : "frequency",
          "valueDuration" : {
            "value" : 30,
            "unit" : "days",
            "system" : "http://unitsofmeasure.org",
            "code" : "d"
          }
        }
      ],
      "url" : "http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/dataDateRoller"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
          "code" : "community"
        }
      ]
    }
  ],
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "1049502",
        "display" : "12 HR Oxycodone Hydrochloride 10 MG Extended Release Oral Tablet"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/example-rec-10-patient-view-no-screenings"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/example-rec-10-patient-view-no-screenings-prefetch"
  },
  "authoredOn" : "2022-09-14",
  "dosageInstruction" : [
    {
      "timing" : {
        "repeat" : {
          "frequency" : 3,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "asNeededBoolean" : false,
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "tablet",
            "system" : "http://unitsofmeasure.org",
            "code" : "{tablet}"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "validityPeriod" : {
      "start" : "2022-09-14T00:00:00-06:00",
      "end" : "2022-12-13T00:00:00-07:00"
    },
    "numberOfRepeatsAllowed" : 3,
    "expectedSupplyDuration" : {
      "value" : 30,
      "unit" : "days",
      "system" : "http://unitsofmeasure.org",
      "code" : "d"
    }
  }
}