FHIR IG analytics| Package | ndhm.in |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest example-01
status: Active
intent: Order
medication: Azithromycin 250 mg oral tablet
subject: ABC
authoredOn: 2020-07-09
requester: Dr. DEF
reasonCode: Traveler's diarrhea
reasonReference: Condition Abdominal pain
| Text | AdditionalInstruction | Timing | Route | Method |
| One tablet at once | With or after food | Once per 1 day | Oral Route | Swallow |
{
"resourceType": "MedicationRequest",
"id": "example-01",
"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": "1145423002",
"display": "Azithromycin 250 mg oral tablet"
}
]
},
"subject": {
"reference": "Patient/example-01",
"display": "ABC"
},
"authoredOn": "2020-07-09",
"requester": {
"reference": "Practitioner/example-01",
"display": "Dr. DEF"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "11840006",
"display": "Traveler's diarrhea"
}
]
}
],
"reasonReference": [
{
"reference": "Condition/example-01"
}
],
"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"
}
]
}
}
]
}