FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-NgMedicationRequest-003.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest NgMedicationRequest-003
Profile: NG MedicationRequest
identifier: https://sandbox.dhin-hie.org/ig/ValueSet/ng-atc-all-medications-vs/A10-INSULIN-NPH
status: Active
intent: Order
category: Community
reported: false
medication: Medication
subject: Kemi Adebayo Female, DoB: 1995-02-14 ( nin)
requester: Practitioner Kehinde Adebayo
reasonCode: Type 1 diabetes mellitus
courseOfTherapyType: Long-term (chronic) therapy
| Text |
| Inject 10 units subcutaneously before breakfast daily. |
dispenseRequest
numberOfRepeatsAllowed: 3
quantity: 10 mL (Details: UCUM codemL = 'mL')
ExpectedSupplyDurations
Value Unit System Code 30 days http://unitsofmeasure.org d performer: Organization Kano Central Hospital Pharmacy
{
"resourceType": "MedicationRequest",
"id": "NgMedicationRequest-003",
"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": "A10-INSULIN-NPH"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "community"
}
]
}
],
"reportedBoolean": false,
"medicationReference": {
"reference": "Medication/NgMedication-003"
},
"subject": {
"reference": "Patient/00114455-e5f6-4789-a123-456789abcdef"
},
"requester": {
"reference": "Practitioner/00124455-e5f6-4789-a123-456789abcdef"
},
"reasonCode": [
{
"text": "Type 1 diabetes mellitus"
}
],
"courseOfTherapyType": {
"text": "Long-term (chronic) therapy"
},
"dosageInstruction": [
{
"text": "Inject 10 units subcutaneously before breakfast daily."
}
],
"dispenseRequest": {
"numberOfRepeatsAllowed": 3,
"quantity": {
"value": 10,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"expectedSupplyDuration": {
"value": 30,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"performer": {
"reference": "Organization/NgOrganization-002"
}
}
}