FHIR IG analytics| Package | hl7.fhir.us.meds |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-enca-6.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
id: enca-6
meta:
status: active
intent: order
medication: Amoxicillin 500 MG
authoredOn: 2016-09-12
requester: Dr. B
reasonCode: Pneumonia (disorder)
dosageInstruction:
| - | ValidityPeriod | Quantity | ExpectedSupplyDuration |
| * | 2016-09-12 --> 2016-10-12 | 40 Oral Capsule | 10 days |
{
"resourceType": "MedicationRequest",
"id": "enca-6",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationrequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "308191",
"display": "Amoxicillin 500 MG Oral Capsule"
}
],
"text": "Amoxicillin 500 MG"
},
"subject": {
"reference": "Patient/test2",
"display": "Brian Z"
},
"encounter": {
"reference": "Encounter/A",
"display": "Inpatient Encounter A"
},
"authoredOn": "2016-09-12",
"requester": {
"display": "Dr. B"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "233604007",
"display": "Pneumonia (disorder)"
}
]
}
],
"dosageInstruction": [
{
"sequence": 1,
"text": "Amoxicillin 500mg by mouth every 6 hours for 10 days",
"additionalInstruction": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "311504000",
"display": "With or after food"
}
]
}
],
"timing": {
"repeat": {
"frequency": 1,
"period": 6,
"periodUnit": "h"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral use",
"userSelected": false
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 1,
"unit": "Oral Capsule",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "ORCAP"
}
}
]
}
],
"dispenseRequest": {
"validityPeriod": {
"start": "2016-09-12",
"end": "2016-10-12"
},
"quantity": {
"value": 40,
"unit": "Oral Capsule",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "ORCAP"
},
"expectedSupplyDuration": {
"value": 10,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}