FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.cdc-opioid-cpg.r4b
Resource TypeMedicationRequest
IdMedicationRequest-subacute-pain-management.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: MedicationRequest subacute-pain-management

status: Active

intent: Order

medication: Suboxone 2 MG / 0.5 MG Sublingual Film

subject: Johnny Appleseed Male, DoB: 1983-01-10 ( Medical Record Number: 12345 (use: usual, ))

authoredOn: 2025-07-21

requester: Practitioner Ronald Bone

dosageInstruction

timing: Once per 1.0 days

asNeeded: false

DoseAndRates

-Dose[x]
*1.0 film

DispenseRequests

-ValidityPeriodNumberOfRepeatsAllowed
*2025-07-01 --> 2025-07-301

Source1

{
  "resourceType": "MedicationRequest",
  "id": "subacute-pain-management",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Subacute Pain Management MedicationRequest Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is a subacute pain management MedicationRequest example for the *Subacute Pain Management MedicationRequest Profile*."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/SubacutePainManagementMedicationRequest"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code": "1010603",
        "display": "Suboxone 2 MG / 0.5 MG Sublingual Film"
      }
    ]
  },
  "subject": {
    "reference": "Patient/opioid-review-useful"
  },
  "authoredOn": "2025-07-21",
  "requester": {
    "reference": "Practitioner/example"
  },
  "dosageInstruction": [
    {
      "timing": {
        "repeat": {
          "boundsPeriod": {
            "start": "2025-07-01",
            "end": "2025-07-30"
          },
          "frequency": 1,
          "period": 1,
          "periodUnit": "d"
        }
      },
      "asNeededBoolean": false,
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 1,
            "unit": "film"
          }
        }
      ]
    }
  ],
  "dispenseRequest": {
    "validityPeriod": {
      "start": "2025-07-01",
      "end": "2025-07-30"
    },
    "numberOfRepeatsAllowed": 1
  }
}