FHIR IG analytics| Package | hl7.fhir.uv.ae-research-backport-ig |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-medicationrequest-for-bresentrik.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-bresentrik"
identifier: http://www.bmc.nl/portal/medstatements/1234568900-studyDrug (use: official)
status: active
intent: order
medication: Medication/bresentrik: bresentrik 2mg tablet
subject: Patient/JanetPatient: Janet " CLINICAL TRIAL PATIENT"
supportingInformation: ResearchStudy/BreastCancerTrial
authoredOn: 2023-04-05
requester: : Could be reference to inline contained profile such as Reference(practitioner-1) Ronald Bone, MD
reasonCode: Breast Cancer (SNOMED CT#254837009)
instantiatesCanonical: http://baseUrlOfHospitalHolding/PlanDefinition/protocol-for-the-ResearchStudy
dosageInstruction
sequence: 1
text: 6 mg PO daily for remission induction; adjust dosage to white blood cell (WBC) count. With hold treatment if WBC is less than 15,000/µL; resume when WBC is greater than 50,000/µL
timing: Once per 1 days
route: Oral route (qualifier value) (SNOMED CT#26643006)
doseAndRate
dispenseRequest
numberOfRepeatsAllowed: 1
quantity: 600 mg (Details: UCUM code mg = 'mg')
ExpectedSupplyDurations
Value Unit System Code 30 days Unified Code for Units of Measure (UCUM) d
{
"resourceType": "MedicationRequest",
"id": "medicationrequest-for-bresentrik",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"system": "http://www.bmc.nl/portal/medstatements",
"value": "1234568900-studyDrug"
}
],
"status": "active",
"intent": "order",
"medicationReference": {
"reference": "Medication/bresentrik",
"display": "bresentrik 2mg tablet"
},
"subject": {
"reference": "Patient/JanetPatient",
"display": "Janet"
},
"supportingInformation": [
{
"reference": "ResearchStudy/BreastCancerTrial"
}
],
"authoredOn": "2023-04-05",
"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": "254837009",
"display": "Breast Cancer"
}
]
}
],
"instantiatesCanonical": [
"http://baseUrlOfHospitalHolding/PlanDefinition/protocol-for-the-ResearchStudy"
],
"dosageInstruction": [
{
"sequence": 1,
"text": "6 mg PO daily for remission induction; adjust dosage to white blood cell (WBC) count. With hold treatment if WBC is less than 15,000/µL; resume when WBC is greater than 50,000/µL",
"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": 6,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
],
"dispenseRequest": {
"numberOfRepeatsAllowed": 1,
"quantity": {
"value": 600,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
},
"expectedSupplyDuration": {
"value": 30,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
}