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
<Medication xmlns="http://hl7.org/fhir">
<id value="MedicationBuprenorphineNaltrexone"/>
<meta>
<profile
value="http://shift.github.io/demo/StructureDefinition/sensitive-medication-profile"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication MedicationBuprenorphineNaltrexone</b></p><a name="MedicationBuprenorphineNaltrexone"> </a><a name="hcMedicationBuprenorphineNaltrexone"> </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-profile.html">Sensitive Medication Profile</a></p></div><p><b>identifier</b>: <code>http://shift.github.io/demo/medication-identifier</code>/BUPR-NAL-78901</p><p><b>code</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 352364}, {http://snomed.info/sct 425741009}">Buprenorphine / Naltrexone</span></p><p><b>form</b>: <span title="Codes:{http://snomed.info/sct 385055001}">Tablet dose form</span></p></div>
</text>
<identifier>
<system value="http://shift.github.io/demo/medication-identifier"/>
<value value="BUPR-NAL-78901"/>
</identifier>
<code>
<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"/>
</code>
<form>
<coding>
<system value="http://snomed.info/sct"/>
<code value="385055001"/>
<display value="Tablet"/>
</coding>
<text value="Tablet dose form"/>
</form>
</Medication>