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 json | Atsisiųsti

{
  "resourceType" : "MedicationStatement",
  "id" : "medication-statement-screening-example",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.lt/fhir/lifestyle/StructureDefinition/medication-statement-lt-lifestyle"
    ]
  },
  "language" : "lt",
  "text" : {
    "status" : "extensions",
    "div" : "<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\u00a0(use:\u00a0usual,\u00a0))</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>\n</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>"
  },
  "status" : "recorded",
  "medication" : {
    "concept" : {
      "text" : "Tylenol PM"
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-male-example"
  },
  "effectiveDateTime" : "2015-01-23",
  "dateAsserted" : "2015-02-22",
  "reason" : [
    {
      "concept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "166643006",
            "display" : "Liver enzymes abnormal"
          }
        ]
      }
    }
  ],
  "note" : [
    {
      "text" : "Patient cannot take acetaminophen as per Dr instructions"
    }
  ],
  "dosage" : [
    {
      "extension" : [
        {
          "url" : "https://hl7.lt/fhir/lifestyle/StructureDefinition/medication-timing-ext-lt-lifestyle",
          "valueString" : "3 times per day after meals"
        }
      ],
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "tablet"
          }
        }
      ]
    }
  ]
}