Resumen Clínico de Pacientes Embarazadas Chile
0.1.0 - ci-build Chile flag

Resumen Clínico de Pacientes Embarazadas Chile, published by HL7 Chile. 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/HL7Chile-BiomedicaUv/IPS-Embarazo/ and changes regularly. See the Directory of published versions

: Uso de Medicamento - Ejemplo - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="UsoMedicamento-Emb-Ejemplo"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Uso-de-medicamentos-cl-ips"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationStatement UsoMedicamento-Emb-Ejemplo</b></p><a name="UsoMedicamento-Emb-Ejemplo"> </a><a name="hcUsoMedicamento-Emb-Ejemplo"> </a><a name="UsoMedicamento-Emb-Ejemplo-es-CL"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <a href="Medication-Medicamento-Emb-Ejemplo.html">Tableta de calcio</a></p><p><b>subject</b>: <a href="Patient-Paciente-Emb-Ejemplo.html">Susy  Female, DoB: 1995-05-01 ( Chile: 14.241.432-8 (use: official, ))</a></p><p><b>effective</b>: 2024-08-03 --&gt; (ongoing)</p><p><b>note</b>: ### NOTA:
Se administra una tableta por día a partir de las 20 semanas hasta el final de la gestación.</p><blockquote><p><b>dosage</b></p><p><b>text</b>: Se consume una tableta de calcio de 200 mg/día</p><p><b>timing</b>: Once per 1 days</p><p><b>route</b>: <span title="Codes:{http://standardterms.edqm.eu 20002500}">Vía de administración bucal</span></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>200 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <medicationReference>🔗 
    <reference value="Medication/Medicamento-Emb-Ejemplo"/>
    <display value="Tableta de calcio"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/Paciente-Emb-Ejemplo"/>
  </subject>
  <effectivePeriod>
    <start value="2024-08-03"/>
  </effectivePeriod>
  <note>
    <text
          value="### NOTA:
Se administra una tableta por día a partir de las 20 semanas hasta el final de la gestación."/>
  </note>
  <dosage>
    <text value="Se consume una tableta de calcio de 200 mg/día"/>
    <timing>
      <repeat>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://standardterms.edqm.eu"/>
        <code value="20002500"/>
        <display value="Buccal use"/>
      </coding>
      <text value="Vía de administración bucal"/>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="200"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </doseQuantity>
    </doseAndRate>
  </dosage>
</MedicationStatement>