FHIR IG analytics| Package | hl7.fhir.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
id: example-01
meta:
status: active
intent: order
medication: Azithromycin (as azithromycin dihydrate) 250 mg oral capsule
subject: ABC
authoredOn: 2020-07-09
requester: Dr. DEF
reasonCode: Traveller's Diarrhea (disorder)
reasonReference: Condition/1
dosageInstruction:
{
"resourceType": "MedicationRequest",
"id": "example-01",
"meta": {
"profile": [
"http://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": "324252006",
"display": "Azithromycin (as azithromycin dihydrate) 250 mg oral capsule"
}
]
},
"subject": {
"reference": "Patient/1",
"display": "ABC"
},
"authoredOn": "2020-07-09",
"requester": {
"reference": "Practitioner/1",
"display": "Dr. DEF"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "11840006",
"display": "Traveller's Diarrhea (disorder)"
}
]
}
],
"reasonReference": [
{
"reference": "Condition/1"
}
],
"dosageInstruction": [
{
"text": "Two tablets 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"
}
]
}
}
]
}