FHIR IG analytics| Package | ndhm.in |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-example-02.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest example-02
status: Active
intent: Order
medication: Metformin hydrochloride 500 mg prolonged-release oral tablet
subject: Adarsh Agrawal
authoredOn: 2023-09-07
requester: Dr. Aayush Agrawal
reasonCode: Type 2 diabetes mellitus
reasonReference: Condition Type 2 diabetes mellitus
| Text | AdditionalInstruction | Timing | Route | Method |
| One tablet at once | With or after food | Once per 1 day | Oral Route | Swallow |
{
"resourceType": "MedicationRequest",
"id": "example-02",
"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": "765507008",
"display": "Metformin hydrochloride 500 mg prolonged-release oral tablet"
}
]
},
"subject": {
"reference": "Patient/example-01",
"display": "Adarsh Agrawal"
},
"authoredOn": "2023-09-07",
"requester": {
"reference": "Practitioner/example-01",
"display": "Dr. Aayush Agrawal"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "44054006",
"display": "Type 2 diabetes mellitus"
}
]
}
],
"reasonReference": [
{
"reference": "Condition/example-02"
}
],
"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"
}
]
}
}
]
}