FHIR IG analytics| Package | synapxe.nehr |
| Resource Type | MedicationRequest |
| Id | MedicationRequestResponse.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "MedicationRequest",
"id": "medication-request-001",
"meta": {
"versionId": "1",
"lastUpdated": "2025-08-21T15:45:30.123Z"
},
"identifier": {
"system": "https://fhir.synapxe.sg/identifier/medication-request",
"value": "MR-2025-001234"
},
"status": "active",
"intent": "order",
"category": {
"coding": {
"system": "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code": "outpatient",
"display": "Outpatient"
}
},
"medication": {
"concept": {
"coding": {
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "161",
"display": "Acetaminophen"
}
}
},
"subject": {
"reference": "Patient/patient-12345"
},
"encounter": {
"reference": "Encounter/encounter-67890"
},
"authoredOn": "2025-08-21T14:30:00+08:00",
"requester": {
"identifier": {
"system": "https://fhir.synapxe.sg/identifier/practitioner",
"value": "PRAC-001"
}
},
"reason": {
"concept": {
"coding": {
"system": "http://snomed.info/sct",
"code": "25064002",
"display": "Headache"
}
}
},
"note": [
{
"text": "Take with food to reduce stomach irritation"
}
],
"dosageInstruction": [
{
"text": "Take 1 tablet by mouth every 6 hours as needed for pain",
"additionalInstruction": [
{
"text": "Take with food"
}
],
"timing": {
"repeat": {
"boundsRange": {
"low": {
"value": 1,
"unit": "day",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"high": {
"value": 7,
"unit": "day",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}
},
"route": {
"coding": {
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
},
"doseAndRate": [
{
"doseQuantity": {
"value": 500,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
],
"dispenseRequest": {
"quantity": {
"value": 30,
"unit": "tablets",
"system": "http://unitsofmeasure.org",
"code": "{tablet}"
},
"expectedSupplyDuration": {
"value": 30,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}