FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-NgMedicationRequest-002.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest NgMedicationRequest-002
Profile: NG MedicationRequest
identifier: https://sandbox.dhin-hie.org/ig/ValueSet/ng-atc-all-medications-vs/N02-PARA-SYR
status: Active
intent: Order
category: Outpatient
reported: false
medication: Medication
subject: Suleiman Bala Male, DoB: 2019-09-05 ( birthcert)
requester: Practitioner Hauwa Garba
reasonCode: Fever
courseOfTherapyType: Symptomatic short course
| Text |
| Give 5 mL orally every 6 hours as needed for fever. |
dispenseRequest
quantity: 100 mL (Details: UCUM codemL = 'mL')
ExpectedSupplyDurations
Value Unit System Code 5 days http://unitsofmeasure.org d performer: Organization Asokoro District Hospital
{
"resourceType": "MedicationRequest",
"id": "NgMedicationRequest-002",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-medication-request"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://sandbox.dhin-hie.org/ig/ValueSet/ng-atc-all-medications-vs",
"value": "N02-PARA-SYR"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "outpatient"
}
]
}
],
"reportedBoolean": false,
"medicationReference": {
"reference": "Medication/NgMedication-002"
},
"subject": {
"reference": "Patient/NgPatient-003"
},
"requester": {
"reference": "Practitioner/NgPractitioner-003"
},
"reasonCode": [
{
"text": "Fever"
}
],
"courseOfTherapyType": {
"text": "Symptomatic short course"
},
"dosageInstruction": [
{
"text": "Give 5 mL orally every 6 hours as needed for fever."
}
],
"dispenseRequest": {
"quantity": {
"value": 100,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"expectedSupplyDuration": {
"value": 5,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"performer": {
"reference": "Organization/00134455-e5f6-4789-a123-456789abcdef"
}
}
}