Guía de Implementación "cl core" FHIR R4, (Versión Evolutiva)
1.8.5 - ci-build Chile flag

This page is part of the Chile Core (v1.8.5: STU2 Draft) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Ejemplo Simple de Bundle de Transacción - XML Representation

Raw xml | Download



<Bundle xmlns="http://hl7.org/fhir">
  <id value="BundleEx"/>
  <meta>
    <profile
             value="https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/BundleCl"/>
  </meta>
  <identifier>
    <system value="http://sistema.cl/Transacciones/"/>
    <value value="Bundle-001"/>
  </identifier>
  <type value="transaction"/>
  <timestamp value="2020-09-25T00:00:00-03:00"/>
  <entry>
    <fullUrl value="Organization/ORG1"/>
    <request>
      <method value="POST"/>
      <url value="Organization"/>
    </request>
  </entry>
  <entry>
    <fullUrl value="Practitioner/3020"/>
    <request>
      <method value="POST"/>
      <url value="Practitioner"/>
    </request>
  </entry>
</Bundle>