FHIR IG analytics| Package | ihe.pharm.mpd |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-100-3-medication-prescription-request3.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest 100-3-medication-prescription-request3
Profile: IHE Medication Order
identifier: 100-3/3
groupIdentifier: 100
status: Active
intent: Order
| Concept |
| Prednisone 50 mg oral tablet |
subject: Thomas Engine Male, DoB: 1950-09-15 ( 12345)
authoredOn: 2024-10-03
requester: PractitionerRole Clinical oncologist
| Concept |
| Multiple myeloma |
dosageInstruction
timing: Once per 1 day
DoseAndRates
Dose[x] 3 Tablet (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)')
| ValidityPeriod | NumberOfRepeatsAllowed | Quantity |
| 2024-10-03 --> 2024-12-03 | 1 | 12 Tablet (Details: SNOMED CT code732936001 = 'Tablet (unit of presentation)') |
{
"resourceType": "MedicationRequest",
"id": "100-3-medication-prescription-request3",
"meta": {
"profile": [
"https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationOrder"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "100-3/3"
}
],
"groupIdentifier": {
"value": "100"
},
"status": "active",
"intent": "order",
"medication": {
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "374072009",
"display": "Prednisone 50 mg oral tablet"
}
]
}
},
"subject": {
"reference": "Patient/patient1"
},
"authoredOn": "2024-10-03",
"requester": {
"reference": "PractitionerRole/doctor1"
},
"reason": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "109989006",
"display": "Multiple myeloma"
}
]
}
}
],
"dosageInstruction": [
{
"timing": {
"repeat": {
"boundsDuration": {
"value": 4,
"unit": "day",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 3,
"unit": "Tablet",
"system": "http://snomed.info/sct",
"code": "732936001"
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2024-10-03",
"end": "2024-12-03"
},
"numberOfRepeatsAllowed": 1,
"quantity": {
"value": 12,
"unit": "Tablet",
"system": "http://snomed.info/sct",
"code": "732936001"
}
}
}