0.0.1 - ci-build International flag

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 - Buprenorphine/Naltrexone - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="CarlFredericksonBuprenorphineNaltrexone"/>
  <meta>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="R"/>
      <display value="Restricted"/>
    </security>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="SUD"/>
    </security>
    <security>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="42CFRPart2"/>
    </security>
  </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">Security Labels: Restricted (Details: Confidentiality code R = 'Restricted'), substance use disorder information sensitivity (Details: ActCode code SUD = 'substance use disorder information sensitivity'), 42 CFR Part2 (Details: ActCode code 42CFRPart2 = '42 CFR Part2')</p></div><p><b>identifier</b>: <code>http://example.com/demo/medication-identifier</code>/BUPR-NAL-78901</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>: <a href="Patient-CarlFrederickson.html">Carl Frederickson  Male, DoB: 1950-04-22</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 8mg/2mg by mouth once daily</p><p><b>timing</b>: Once per 1 day</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>8 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote></div>
  </text>
  <identifier>
    <system value="http://example.com/demo/medication-identifier"/>
    <value value="BUPR-NAL-78901"/>
  </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="Patient/CarlFrederickson"/>
  </subject>
  <dosageInstruction>
    <text value="8mg/2mg by mouth once daily"/>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <doseAndRate>
      <doseQuantity>
        <value value="8"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>