FHIR IG analytics| Package | SHIFT-Task-Force.privacy.examples |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-CarlFredericksonCaptopril.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest CarlFredericksonCaptopril
identifier: http://example.com/demo/medicationrequest-identifier/RX-CAPTOPRIL-45603
status: Active
intent: Order
medication: Captopril 12.5 MG Oral Tablet
subject: Carl Frederickson Male, DoB: 1950-04-22
dosageInstruction
text: 12.5mg PO BID
timing: 2 per 1 day
route: Oral route
DoseAndRates
Dose[x] 12.5 mg (Details: UCUM codemg = 'mg')
{
"resourceType": "MedicationRequest",
"id": "CarlFredericksonCaptopril",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.com/demo/medicationrequest-identifier",
"value": "RX-CAPTOPRIL-45603"
}
],
"status": "active",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "315560",
"display": "captopril 12.5 MG"
}
],
"text": "Captopril 12.5 MG Oral Tablet"
},
"subject": {
"reference": "Patient/CarlFrederickson"
},
"dosageInstruction": [
{
"text": "12.5mg PO BID",
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route"
}
]
},
"doseAndRate": [
{
"doseQuantity": {
"value": 12.5,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
]
}