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

: Prescripción de medicamentos - Ejemplo - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="Prescripcion-CL-Ejemplo"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clembarazos/StructureDefinition/Prescripcion-embarazo-cl-ips"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest Prescripcion-CL-Ejemplo</b></p><a name="Prescripcion-CL-Ejemplo"> </a><a name="hcPrescripcion-CL-Ejemplo"> </a><a name="Prescripcion-CL-Ejemplo-es-CL"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: Original Order</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>requester</b>: <a href="Practitioner-Prestador-Emb-Ejemplo.html">Practitioner Bernarda Antonella Zuñiga (official)</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Administrar 200 mg por día hasta el final de la gestación.</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="completed"/>
  <intent value="original-order"/>
  <medicationReference>🔗 
    <reference value="Medication/Medicamento-Emb-Ejemplo"/>
    <display value="Tableta de Calcio"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/Paciente-Emb-Ejemplo"/>
  </subject>
  <requester>🔗 
    <reference value="Practitioner/Prestador-Emb-Ejemplo"/>
  </requester>
  <dosageInstruction>
    <text value="Administrar 200 mg por día hasta el final de la gestación."/>
    <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>
  </dosageInstruction>
</MedicationRequest>