GI Resumen IPS FALP
0.1.0 - ci-build Chile flag

GI Resumen IPS FALP, published by EstebanFredes. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI_IPS_FALP/ and changes regularly. See the Directory of published versions

: Ejemplo plan de medicamento FALP - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="EjPlanMedicacion"/>
  <meta>
    <profile
             value="https://falp.cl/fhir/ig/IPSFalp/StructureDefinition/PlanMedicacionFalp"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement EjPlanMedicacion</b></p><a name="EjPlanMedicacion"> </a><a name="hcEjPlanMedicacion"> </a><a name="EjPlanMedicacion-es-CL"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title="Codes:{http://snomed.info/sct 7904003}">Deanol</span></p><p><b>subject</b>: <a href="Patient-EjPacienteinline.html">Franchesco Perez (official) (no stated gender), DoB: 1980-01-01 ( RUN: 30.696.558-7 (use: secondary, ))</a></p><p><b>effective</b>: 2024-11-27 --&gt; 2024-12-15</p><blockquote><p><b>dosage</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: 1 tableta por día</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 260548002}">Oral</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td><td><b>Rate[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type ordered}">Ordered</span></td><td>1 Oral Tablet<span style="background: LightGoldenRodYellow"> (Details: Orderable Drug Form  codeORTAB = 'Oral Tablet')</span></td><td>1 d<span style="background: LightGoldenRodYellow"> (Details: UCUM  coded = 'd')</span></td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="7904003"/>
      <display value="Deanol"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/EjPacienteinline"/>
  </subject>
  <effectivePeriod>
    <start value="2024-11-27"/>
    <end value="2024-12-15"/>
  </effectivePeriod>
  <dosage>
    <sequence value="1"/>
    <text value="1 tableta por día"/>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="260548002"/>
        <display value="Oral"/>
      </coding>
    </route>
    <doseAndRate>
      <type>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
          <code value="ordered"/>
        </coding>
      </type>
      <doseQuantity>
        <value value="1"/>
        <unit value="Oral Tablet"/>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/>
        <code value="ORTAB"/>
      </doseQuantity>
      <rateQuantity>
        <value value="1"/>
        <unit value="d"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="d"/>
      </rateQuantity>
    </doseAndRate>
  </dosage>
</MedicationStatement>