FHIR IG analytics| Package | hl7.fhir.uv.ae-research-backport-ig.r4 |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-medicationrequest-for-study-medication-administration-ABC.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest
Resource MedicationRequest "medicationrequest-for-study-medication-administration-ABC"
identifier: id: medABC-studyDrug (use: OFFICIAL)
status: stopped
intent: order
medication: Medication/study-medication-ABC: study-medication-ABC 10 mg tablet
subject: Patient/SCHJO ""
supportingInformation: ResearchStudy/research-study-XYZ: http://baseUrlOfHospitalHolding/PlanDefinition/protocol-for-the-ResearchStudy
authoredOn: 2021-06-12
requester: : Could be reference to inline contained profile such as Reference(practitioner-1) Ronald Bone, MD
reasonCode: Atrial fibrillation (SNOMED CT#49436004)
dosageInstruction
sequence: 1
text: 10 mg PO daily every morning
timing: Once per 1 days
route: Oral route (qualifier value) (SNOMED CT#26643006)
doseAndRate
dispenseRequest
numberOfRepeatsAllowed: 1
quantity: 1000 mg (Details: UCUM code mg = 'mg')
ExpectedSupplyDurations
Value Unit System Code 100 days Unified Code for Units of Measure (UCUM) d
{
"resourceType": "MedicationRequest",
"id": "medicationrequest-for-study-medication-administration-ABC",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "http://www.bmc.nl/portal/medstatements",
"value": "medABC-studyDrug"
}
],
"status": "stopped",
"intent": "order",
"medicationReference": {
"reference": "Medication/study-medication-ABC",
"display": "study-medication-ABC 10 mg tablet"
},
"subject": {
"reference": "Patient/SCHJO"
},
"supportingInformation": [
{
"reference": "ResearchStudy/research-study-XYZ",
"display": "http://baseUrlOfHospitalHolding/PlanDefinition/protocol-for-the-ResearchStudy"
}
],
"authoredOn": "2021-06-12",
"requester": {
"display": "Could be reference to inline contained profile such as Reference(practitioner-1) Ronald Bone, MD"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "49436004",
"display": "Atrial fibrillation"
}
]
}
],
"dosageInstruction": [
{
"sequence": 1,
"text": "10 mg PO daily every morning",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral route (qualifier value)"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 10,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
],
"dispenseRequest": {
"numberOfRepeatsAllowed": 1,
"quantity": {
"value": 1000,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"expectedSupplyDuration": {
"value": 100,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}