FHIR IG analytics| Package | hl7.fhir.eu.mpd-r5 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-400C-prescription-cefuroxime-singleline.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest 400C-prescription-cefuroxime-singleline
Profile: MedicationRequest: MPD
Tag: Actionable (Details: Common Tags code actionable = 'Actionable')
identifier: 10-123EP
status: Active
intent: Order
| Reference |
| Medication: extension = cefuroxime; doseForm = Powder for solution for injection or infusion |
subject: Thomas Engine Male, DoB: 1950-09-15 ( 12345)
authoredOn: 2024-12-06
requester: PractitionerRole Clinical oncologist
| Concept |
| Bronchopneumonia caused by bacteria (disorder) |
renderedDosageInstruction:
1500 mg intramuscularly every 8 hours for 3 days, then 750-1500 mg intramuscularly every 8 hours for 4 days
dosageInstruction
sequence: 1
timing: Once per 8 hours
route: Intramuscular route
DoseAndRates
Dose[x] 1500 milligram(s) (Details: UCUM codemg = 'mg')
dosageInstruction
sequence: 2
timing: Once per 8 hours
route: Intramuscular route
DoseAndRates
Dose[x] 750-1500 milligram(s)
| Extension | ValidityPeriod |
| 2024-12-06 --> 2024-12-13 |
| Allowed[x] |
| true |
{
"resourceType": "MedicationRequest",
"id": "400C-prescription-cefuroxime-singleline",
"meta": {
"profile": [
"http://hl7.eu/fhir/mpd-r5/StructureDefinition/MedicationRequest-eu-mpd"
],
"tag": [
{
"system": "http://terminology.hl7.org/CodeSystem/common-tags",
"code": "actionable"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"value": "10-123EP"
}
],
"status": "active",
"intent": "order",
"medication": {
"reference": {
"reference": "Medication/01A-Cefuroxime1500GenericExplicit"
}
},
"subject": {
"reference": "Patient/patient1"
},
"authoredOn": "2024-12-06",
"requester": {
"reference": "PractitionerRole/doctor1"
},
"reason": [
{
"concept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "10625071000119104",
"display": "Bronchopneumonia caused by bacteria (disorder)"
}
]
}
}
],
"renderedDosageInstruction": "1500 mg intramuscularly every 8 hours for 3 days, then 750-1500 mg intramuscularly every 8 hours for 4 days",
"dosageInstruction": [
{
"sequence": 1,
"timing": {
"repeat": {
"boundsDuration": {
"value": 3,
"unit": "day",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"frequency": 1,
"period": 8,
"periodUnit": "h"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "78421000",
"display": "Intramuscular route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1500,
"unit": "milligram(s)",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
},
{
"sequence": 2,
"timing": {
"repeat": {
"boundsDuration": {
"value": 4,
"unit": "day",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"frequency": 1,
"period": 8,
"periodUnit": "h"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "78421000",
"display": "Intramuscular route"
}
]
},
"doseAndRate": [
{
"doseRange": {
"low": {
"value": 750,
"unit": "milligram(s)",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"high": {
"value": 1500,
"unit": "milligram(s)",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
}
]
}
],
"dispenseRequest": {
"extension": [
{
"url": "https://profiles.ihe.net/PHARM/MPD/StructureDefinition/ihe-ext-medicationrequest-prescribedQuantity",
"valueQuantity": {
"value": 21,
"unit": "Vial",
"system": "http://standardterms.edqm.eu",
"code": "15060000"
}
}
],
"validityPeriod": {
"start": "2024-12-06",
"end": "2024-12-13"
}
},
"substitution": {
"allowedBoolean": true
}
}