FHIR IG analytics| Package | ihe.pharm.mpd.r4 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-100-3-medication-prescription-request2.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationRequest",
"id": "100-3-medication-prescription-request2",
"meta": {
"profile": [
"https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationOrder"
]
},
"identifier": [
{
"value": "100-2/3"
}
],
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "326766003",
"display": "Melphalan 2 mg oral tablet"
}
]
},
"subject": {
"reference": "Patient/patient1"
},
"authoredOn": "2024-10-03",
"requester": {
"reference": "PractitionerRole/doctor1"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "109989006",
"display": "Multiple myeloma"
}
]
}
],
"groupIdentifier": {
"value": "100"
},
"dosageInstruction": [
{
"timing": {
"repeat": {
"boundsDuration": {
"value": 4,
"unit": "day",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 4,
"unit": "Tablet",
"system": "http://snomed.info/sct",
"code": "732936001"
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2024-10-03",
"end": "2024-12-03"
},
"numberOfRepeatsAllowed": 1,
"quantity": {
"value": 16,
"unit": "Tablet",
"system": "http://snomed.info/sct",
"code": "732936001"
}
}
}