FHIR IG analytics| Package | ndhm.in |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-example-03.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest example-03
status: Active
intent: Order
medication: Aspirin 75 mg oral tablet
subject: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)
authoredOn: 2023-12-11
requester: Practitioner Dr. DEF
reasonCode: Cardiac arrest
reasonReference: Condition Cardiac arrest, unspecified
| Text | AdditionalInstruction | Timing | Route | Method |
| One tablet at once | With or after food | Once per 1 day | Oral Route | Swallow |
{
"resourceType": "MedicationRequest",
"id": "example-03",
"meta": {
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/MedicationRequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "319775004",
"display": "Aspirin 75 mg oral tablet"
}
]
},
"subject": {
"reference": "Patient/example-01"
},
"authoredOn": "2023-12-11",
"requester": {
"reference": "Practitioner/example-01"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "410429000",
"display": "Cardiac arrest"
}
]
}
],
"reasonReference": [
{
"reference": "Condition/example-03"
}
],
"dosageInstruction": [
{
"text": "One tablet at once",
"additionalInstruction": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "311504000",
"display": "With or after food"
}
]
}
],
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral Route"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "421521009",
"display": "Swallow"
}
]
}
}
]
}