Data Exchange Profiles for 2022 CDC Clinical Practice Guideline for Prescribing Opioids
1.0.0-ballot - STU 1 - Ballot United States of America flag

This page is part of the Data Exchange Profiles for 2022 CDC Clinical Practice Guideline for Prescribing Opioids (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: Milligram Morphine Equivalence MedicationRequest Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "mme",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Milligram Morphine Equivalence MedicationRequest Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "This is a milligram morphine equivalence MedicationRequest example for the *MME MedicationRequest Profile*."
      }
    ],
    "profile" : [
      🔗 "http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/MMEMedicationRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest mme</b></p><a name=\"mme\"> </a><a name=\"hcmme\"> </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-MMEMedicationRequest.html\">MME 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 311297}\">levomethadyl 10 MG/ML Oral Solution</span></p><p><b>subject</b>: <a href=\"Patient-opioid-review-useful.html\">Johnny Appleseed  Male, DoB: 1983-01-10 ( Medical Record Number:\u00a012345\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>authoredOn</b>: 2025-07-21</p><p><b>requester</b>: <a href=\"Practitioner-example.html\">Practitioner Ronald Bone </a></p><p><b>courseOfTherapyType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy continuous}\">Continuous long term therapy</span></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 TAB<span style=\"background: LightGoldenRodYellow\"> (Details: Orderable Drug Form  codeTAB = 'Tablet')</span></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-21 00:00:00-0700 --&gt; 2025-08-22 00:00:00-0700</td><td>1</td></tr></table></div>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "311297",
        "display" : "levomethadyl 10 MG/ML Oral Solution"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/opioid-review-useful"
  },
  "authoredOn" : "2025-07-21",
  "requester" : {
    🔗 "reference" : "Practitioner/example"
  },
  "courseOfTherapyType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-course-of-therapy",
        "code" : "continuous"
      }
    ]
  },
  "dosageInstruction" : [
    {
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1.0,
          "periodUnit" : "d"
        }
      },
      "asNeededBoolean" : false,
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "TAB",
            "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
            "code" : "TAB"
          }
        }
      ]
    }
  ],
  "dispenseRequest" : {
    "validityPeriod" : {
      "start" : "2025-07-21T00:00:00-07:00",
      "end" : "2025-08-22T00:00:00-07:00"
    },
    "numberOfRepeatsAllowed" : 1
  }
}