FHIR IG analytics| Package | hl7.fhir.us.meds |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-test2-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative
id: test2-1
meta:
status: active
intent: order
medication: Zocor (simvastatin) 20mg Tablet
authoredOn: 2016-01-15
requester: Dr. Cayr (BMC PCP)
reasonCode: Hypercholesterolemia (disorder)
dosageInstruction:
| - | NumberOfRepeatsAllowed | Quantity |
| * | 11 | 60 tablets |
{
"resourceType": "MedicationRequest",
"id": "test2-1",
"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": "104491",
"display": "Simvastatin 20 MG Oral Tablet [Zocor]",
"userSelected": false
}
],
"text": "Zocor (simvastatin) 20mg Tablet"
},
"subject": {
"reference": "Patient/test2",
"display": "Brian Z"
},
"authoredOn": "2016-01-15",
"requester": {
"display": "Dr. Cayr (BMC PCP)"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "13644009",
"display": "Hypercholesterolemia (disorder)",
"userSelected": false
}
]
}
],
"dosageInstruction": [
{
"sequence": 1,
"text": "40mg by mouth once daily",
"asNeededBoolean": false,
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "ORAL use",
"userSelected": false
}
]
}
}
],
"dispenseRequest": {
"numberOfRepeatsAllowed": 11,
"quantity": {
"value": 60,
"unit": "tablets",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
}
}
}