Lithuanian Lifestyle Implementation Guide
0.0.1 - ci-build Lithuania vėliava

Lithuanian Lifestyle Implementation Guide, published by Lithuanian Medical Library. 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/HL7LT/ig-lt-lifestyle/ and changes regularly. See the Directory of published versions

: MedicationStatement: Screening (example)

Neapdorotas xml | Atsisiųsti


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="medication-statement-screening-example"/>
  <meta>
    <profile
             value="https://hl7.lt/fhir/lifestyle/StructureDefinition/medication-statement-lt-lifestyle"/>
  </meta>
  <language value="lt"/>
  <text>
    <status value="extensions"/>
    <div xml:lang="lt" lang="lt"><hr/><p><b>Lithuanian</b></p><hr/><p class="res-header-id"><b>Generated Narrative: MedicationStatement medication-statement-screening-example</b></p><a name="lt-medication-statement-screening-example"> </a><a name="lt-hcmedication-statement-screening-example"> </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">Language: en</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-medication-statement-lt-lifestyle.html">Medication Statement for screening programs</a></p></div><p><b>status</b>: Recorded</p><h3>Medications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">Tylenol PM</span></td></tr></table><p><b>subject</b>: <a href="Patient-patient-male-example.html">Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))</a></p><p><b>effective</b>: 2015-01-23</p><p><b>dateAsserted</b>: 2015-02-22</p><h3>Reasons</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 166643006}">Liver enzymes abnormal</span></td></tr></table><p><b>note</b>: </p><blockquote><div><p>Patient cannot take acetaminophen as per Dr instructions</p>
</div></blockquote><blockquote><p><b>dosage</b></p><p><b>Medication Timing Extension for LT Lifestyle</b>: 3 times per day after meals</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</td></tr></table></blockquote></div>
  </text>
  <status value="recorded"/>
  <medication>
    <concept>
      <text value="Tylenol PM"/>
    </concept>
  </medication>
  <subject>🔗 
    <reference value="Patient/patient-male-example"/>
  </subject>
  <effectiveDateTime value="2015-01-23"/>
  <dateAsserted value="2015-02-22"/>
  <reason>
    <concept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="166643006"/>
        <display value="Liver enzymes abnormal"/>
      </coding>
    </concept>
  </reason>
  <note>
    <text value="Patient cannot take acetaminophen as per Dr instructions"/>
  </note>
  <dosage>
    <extension
               url="https://hl7.lt/fhir/lifestyle/StructureDefinition/medication-timing-ext-lt-lifestyle">
      <valueString value="3 times per day after meals"/>
    </extension>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <unit value="tablet"/>
      </doseQuantity>
    </doseAndRate>
  </dosage>
</MedicationStatement>