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 |
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="medicationrequest-for-study-medication-administration-ABC"/>
<text>
<status value="generated"/>
<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 (use: official)</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>
</text>
<identifier>
<use value="official"/>
<system value="http://www.bmc.nl/portal/medstatements"/>
<value value="medABC-studyDrug"/>
</identifier>
<status value="stopped"/>
<intent value="order"/>
<medicationReference>🔗
<reference value="Medication/study-medication-ABC"/>
<display value="study-medication-ABC 10 mg tablet"/>
</medicationReference>
<subject>🔗
<reference value="Patient/SCHJO"/>
</subject>
<supportingInformation>🔗
<reference value="ResearchStudy/research-study-XYZ"/>
<display
value="http://baseUrlOfHospitalHolding/PlanDefinition/protocol-for-the-ResearchStudy"/>
</supportingInformation>
<authoredOn value="2021-06-12"/>
<requester>
<display
value="Could be reference to inline contained profile such as Reference(practitioner-1) Ronald Bone, MD"/>
</requester>
<reasonCode>
<coding>
<system value="http://snomed.info/sct"/>
<code value="49436004"/>
<display value="Atrial fibrillation"/>
</coding>
</reasonCode>
<dosageInstruction>
<sequence value="1"/>
<text value="10 mg PO daily every morning"/>
<timing>
<repeat>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="26643006"/>
<display value="Oral route (qualifier value)"/>
</coding>
</route>
<doseAndRate>
<type>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
<code value="ordered"/>
<display value="Ordered"/>
</coding>
</type>
<doseQuantity>
<value value="10"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
<dispenseRequest>
<numberOfRepeatsAllowed value="1"/>
<quantity>
<value value="1000"/>
<unit value="mg"/>
<system value="http://unitsofmeasure.org"/>
<code value="mg"/>
</quantity>
<expectedSupplyDuration>
<value value="100"/>
<unit value="days"/>
<system value="http://unitsofmeasure.org"/>
<code value="d"/>
</expectedSupplyDuration>
</dispenseRequest>
</MedicationRequest>