FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-ExampleSGHIMedicationRequest.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest ExampleSGHIMedicationRequest
Profile: SGHI MedicationRequest
identifier: Prescription Number/RX123456789 (use: official, )
status: Active
intent: Plan
category: Inpatient
priority: Routine
| Concept |
| Hibiscus 500mg Capsule |
subject: James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)
authoredOn: 2025-01-22
requester: Organization SGHI Healthcare Organization
recorder: Dr. John Doe
| Reference |
| Condition Hypertension |
effectiveDosePeriod: 2025-01-22 --> 2025-02-01
dosageInstruction
sequence: 1
text: Take 500 mg by mouth twice daily for 10 days after meals
additionalInstruction: Take with food
patientInstruction: Drink plenty of water with each dose
timing: 2 per 1 day
asNeeded: false
site: Oral cavity structure
route: Oral
method: Swallow whole
DoseAndRates
Type Dose[x] Rate[x] Calculated dose 500 mg (Details: UCUM codemg = 'mg') 100 mL (Details: UCUM codemL = 'mL')/1 hr (Details: UCUM codeh = 'h')
{
"resourceType": "MedicationRequest",
"id": "ExampleSGHIMedicationRequest",
"meta": {
"profile": [
"https://fhir.slade360.co.ke/fhir/StructureDefinition/medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "RX",
"display": "Prescription Number"
}
]
},
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"value": "RX123456789",
"assigner": {
"reference": "Organization/ExampleSGHIOrganization"
}
}
],
"status": "active",
"intent": "plan",
"category": [
{
"coding": [
{
"code": "inpatient",
"display": "Inpatient"
}
]
}
],
"priority": "routine",
"medication": {
"concept": {
"coding": [
{
"code": "123456",
"display": "Hibiscus 500mg Capsule"
}
]
}
},
"subject": {
"reference": "Patient/ExampleSGHIPatient"
},
"encounter": {
"reference": "Encounter/ExampleSGHIEncounter"
},
"authoredOn": "2025-01-22",
"requester": {
"reference": "Organization/ExampleSGHIOrganization"
},
"recorder": {
"reference": "Practitioner/ExampleSGHIPractitioner",
"display": "Dr. John Doe"
},
"reason": [
{
"reference": {
"reference": "Condition/ExampleSGHICondition"
}
}
],
"effectiveDosePeriod": {
"start": "2025-01-22",
"end": "2025-02-01"
},
"dosageInstruction": [
{
"sequence": 1,
"text": "Take 500 mg by mouth twice daily for 10 days after meals",
"additionalInstruction": [
{
"coding": [
{
"system": "http://example.org/fhir/CodeSystem/AdditionalInstructions",
"code": "withFood",
"display": "Take with food"
}
]
}
],
"patientInstruction": "Drink plenty of water with each dose",
"timing": {
"repeat": {
"boundsPeriod": {
"start": "2025-01-22",
"end": "2025-02-01"
},
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"asNeeded": false,
"site": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "N",
"display": "Oral cavity structure"
}
]
},
"route": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
"code": "PO",
"display": "Oral"
}
]
},
"method": {
"coding": [
{
"system": "http://example.org/fhir/CodeSystem/MedicationAdministrationMethod",
"code": "SWALLOW",
"display": "Swallow whole"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "calculated",
"display": "Calculated dose"
}
]
},
"doseQuantity": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"rateRatio": {
"numerator": {
"value": 100,
"unit": "mL",
"system": "http://unitsofmeasure.org",
"code": "mL"
},
"denominator": {
"value": 1,
"unit": "hr",
"system": "http://unitsofmeasure.org",
"code": "h"
}
}
}
]
}
]
}