FHIR IG analytics| Package | hl7.fhir.us.cdc-opioid-cpg.r4b |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-methadone.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest methadone
Profile: Methadone MedicationRequest Profile
status: Active
intent: Order
medication: Medication methadone hydrochloride 10 MG Oral Tablet [Dolophine]
subject: Johnny Appleseed Male, DoB: 1983-01-10 ( Medical Record Number: 12345 (use: usual, ))
authoredOn: 2025-07-21
requester: Practitioner Ronald Bone
courseOfTherapyType: Continuous long term therapy
dosageInstruction
timing: Once per 1.0 days
asNeeded: false
DoseAndRates
Dose[x] 1 TAB (Details: Orderable Drug Form codeTAB = 'Tablet')
| ValidityPeriod | NumberOfRepeatsAllowed |
| 2025-07-21 00:00:00-0700 --> 2025-08-22 00:00:00-0700 | 1 |
{
"resourceType": "MedicationRequest",
"id": "methadone",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Methadone MedicationRequest Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a methadone MedicationRequest example for the *Methadone MedicationRequest Profile*."
}
],
"profile": [
"http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/MethadoneMedicationRequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationReference": {
"reference": "Medication/methadone"
},
"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,
"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
}
}