FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-00126455-e5f6-4789-a123-456789abcdef.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest 00126455-e5f6-4789-a123-456789abcdef
Profile: NG MedicationRequest
identifier: https://sandbox.dhin-hie.org/ig/ValueSet/ng-atc-all-medications-vs/J01-AMOX-CAP
status: Active
intent: Order
category: Outpatient
reported: false
medication: Medication
subject: Musa Abdullahi Male, DoB: 1987-07-06 ( nin)
supportingInformation: Observation Age
requester: Practitioner Nkiru Okeke
reasonCode: Acute bacterial sinusitis
courseOfTherapyType: Acute (10 days)
| Text |
| Take 1 capsule orally every 8 hours for 10 days. |
dispenseRequest
quantity: 30 1 (Details: UCUM code1 = '1')
ExpectedSupplyDurations
Value Unit System Code 10 days http://unitsofmeasure.org d
{
"resourceType": "MedicationRequest",
"id": "00126455-e5f6-4789-a123-456789abcdef",
"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": "J01-AMOX-CAP"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "outpatient"
}
]
}
],
"reportedBoolean": false,
"medicationReference": {
"reference": "Medication/NgMedication-001"
},
"subject": {
"reference": "Patient/NgPatient-002"
},
"supportingInformation": [
{
"reference": "Observation/00124455-e5f8-4789-a123-456789abcdef"
}
],
"requester": {
"reference": "Practitioner/NgPractitioner-002"
},
"reasonCode": [
{
"text": "Acute bacterial sinusitis"
}
],
"courseOfTherapyType": {
"text": "Acute (10 days)"
},
"dosageInstruction": [
{
"text": "Take 1 capsule orally every 8 hours for 10 days."
}
],
"dispenseRequest": {
"quantity": {
"value": 30,
"unit": "1",
"system": "http://unitsofmeasure.org",
"code": "1"
},
"expectedSupplyDuration": {
"value": 10,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}