0.0.1 - ci-build
ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="CarlFredericksonBuprenorphineNaltrexone"/>
<meta>
<profile
value="http://shift.github.io/demo/StructureDefinition/sensitive-medication-request-profile"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest CarlFredericksonBuprenorphineNaltrexone</b></p><a name="CarlFredericksonBuprenorphineNaltrexone"> </a><a name="hcCarlFredericksonBuprenorphineNaltrexone"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-sensitive-medication-request-profile.html">Sensitive Medication Request Profile</a></p></div><p><b>identifier</b>: <code>http://shift.github.io/demo/medicationrequest-identifier</code>/RX-BUPNALTREX-45601</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 352364}, {http://snomed.info/sct 425741009}">Buprenorphine / Naltrexone</span></p><p><b>subject</b>: <code>urn:uuid:CarlFrederickson</code></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 8mg/2mg SL daily</p><p><b>timing</b>: Once per 1 day</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 37839007}">Sublingual route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1 tablet/day<span style="background: LightGoldenRodYellow"> (Details: SNOMED CT code428673006 = 'Tablet - unit of product usage (qualifier value)')</span></td></tr></table></blockquote></div>
</text>
<identifier>
<system value="http://shift.github.io/demo/medicationrequest-identifier"/>
<value value="RX-BUPNALTREX-45601"/>
</identifier>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="352364"/>
<display value="buprenorphine / naloxone"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="425741009"/>
<display
value="Product containing buprenorphine and naloxone (medicinal product)"/>
</coding>
<text value="Buprenorphine / Naltrexone"/>
</medicationCodeableConcept>
<subject>
<reference value="urn:uuid:CarlFrederickson"/>
</subject>
<dosageInstruction>
<text value="8mg/2mg SL daily"/>
<timing>
<repeat>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="37839007"/>
<display value="Sublingual route"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="1"/>
<unit value="tablet/day"/>
<system value="http://snomed.info/sct"/>
<code value="428673006"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>