Guía implementación interoperabilidad FHIR sectorial e intersectorial
0.10.1 - ci-build

Guía implementación interoperabilidad FHIR sectorial e intersectorial - Local Development build (v0.10.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: APH Urgencias - Medicamento administrado - XML Representation

Raw xml | Descargar


<Medication xmlns="http://hl7.org/fhir">
  <id value="Example-Medication-APH-Urgencias-81dc5cc3a0be"/>
  <meta>
    <profile
             value="https://ohapi-fhir-service-fhir-project.apps.indraclusterdes.eastus.aroapp.io/StructureDefinition-ProfileMedicationHCEU"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication Example-Medication-APH-Urgencias-81dc5cc3a0be</b></p><a name="Example-Medication-APH-Urgencias-81dc5cc3a0be"> </a><a name="hcExample-Medication-APH-Urgencias-81dc5cc3a0be"> </a><a name="Example-Medication-APH-Urgencias-81dc5cc3a0be-es-ES"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ProfileMedicationHCEU.html">HCEU - Medication</a></p></div><p><b>identifier</b>: <code>http://hospitalSystemInformation.example.org/Medications/</code>/19965499-11 (use: usual, )</p><p><b>code</b>: <span title="Codes:{https://app.invima.gov.co/cum/ 19965499-11}">LOSARTAN 50 MG TABLETA</span></p><p><b>status</b>: Active</p><p><b>manufacturer</b>: <a href="Organization-Example-APH-Urgencias-Organization-a45fafc233dc.html">Organization Red de Ambulancias - Secretaría de Salud de Bogotá</a></p><p><b>form</b>: <span title="Codes:{https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/FMED_FFAR 77}">Tableta</span></p><p><b>amount</b>: 50 mg/1 Tableta</p><h3>Batches</h3><table class="grid"><tr><td style="display: none">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style="display: none">*</td><td>HASGY131</td><td>2026-01-01</td></tr></table></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system
            value="http://hospitalSystemInformation.example.org/Medications/"/>
    <value value="19965499-11"/>
  </identifier>
  <code>
    <coding>
      <system value="https://app.invima.gov.co/cum/"/>
      <code value="19965499-11"/>
      <display value="LOSARTAN 50 MG TABLETA"/>
    </coding>
    <text value="LOSARTAN 50 MG TABLETA"/>
  </code>
  <status value="active"/>
  <manufacturer>🔗 
    <reference
               value="Organization/Example-APH-Urgencias-Organization-a45fafc233dc"/>
  </manufacturer>
  <form>
    <coding>
      <system
              value="https://bogotadigital.saludcapital.gov.co/hncat/fhir/AdminCatalogStructureRS/FMED_FFAR"/>
      <code value="77"/>
      <display value="Tableta"/>
    </coding>
    <text value="Tableta"/>
  </form>
  <amount>
    <numerator>
      <value value="50"/>
      <unit value="mg"/>
    </numerator>
    <denominator>
      <value value="1"/>
      <unit value="Tableta"/>
    </denominator>
  </amount>
  <batch>
    <lotNumber value="HASGY131"/>
    <expirationDate value="2026-01-01"/>
  </batch>
</Medication>