FHIR IG analytics| Package | hl7.fhir.us.cdc-opioid-cpg.r4b |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-subacute-pain-management.json |
| FHIR Version | R4B |
No resources found
No resources found
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
| ValidityPeriod | NumberOfRepeatsAllowed |
| 2025-07-01 --> 2025-07-30 | 1 |
{
"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
}
}