Adverse Event Clinical Research R4 Backport, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ae-research-backport-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "MedicationRequest",
"id" : "medicationrequest-for-study-medication-administration-ABC",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationRequest</b><a name=\"medicationrequest-for-study-medication-administration-ABC\"> </a><a name=\"hcmedicationrequest-for-study-medication-administration-ABC\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource MedicationRequest "medicationrequest-for-study-medication-administration-ABC" </p></div><p><b>identifier</b>: <code>http://www.bmc.nl/portal/medstatements</code>/medABC-studyDrug\u00a0(use:\u00a0official)</p><p><b>status</b>: stopped</p><p><b>intent</b>: order</p><p><b>medication</b>: <a href=\"Medication-study-medication-ABC.html\">Medication/study-medication-ABC: study-medication-ABC 10 mg tablet</a></p><p><b>subject</b>: <a href=\"Patient-SCHJO.html\">Patient/SCHJO</a> ""</p><p><b>supportingInformation</b>: <a href=\"ResearchStudy-research-study-XYZ.html\">ResearchStudy/research-study-XYZ: http://baseUrlOfHospitalHolding/PlanDefinition/protocol-for-the-ResearchStudy</a></p><p><b>authoredOn</b>: 2021-06-12</p><p><b>requester</b>: <span>: Could be reference to inline contained profile such as Reference(practitioner-1) Ronald Bone, MD</span></p><p><b>reasonCode</b>: Atrial fibrillation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#49436004)</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: 10 mg PO daily every morning</p><p><b>timing</b>: Once per 1 days</p><p><b>route</b>: Oral route (qualifier value) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#26643006)</span></p><blockquote><p><b>doseAndRate</b></p></blockquote></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>numberOfRepeatsAllowed</b>: 1</p><p><b>quantity</b>: 1000 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mg = 'mg')</span></p><h3>ExpectedSupplyDurations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>100</td><td>days</td><td><a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ucum.html\">Unified Code for Units of Measure (UCUM)</a></td><td>d</td></tr></table></blockquote></div>"
},
"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"
}
}
}