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 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "BundleEx",
  "meta" : {
    "profile" : [
      "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/BundleCl"
    ]
  },
  "identifier" : {
    "system" : "http://sistema.cl/Transacciones/",
    "value" : "Bundle-001"
  },
  "type" : "transaction",
  "timestamp" : "2020-09-25T00:00:00-03:00",
  "entry" : [
    {
      "fullUrl" : "Organization/ORG1",
      "request" : {
        "method" : "POST",
        "url" : "Organization"
      }
    },
    {
      "fullUrl" : "Practitioner/3020",
      "request" : {
        "method" : "POST",
        "url" : "Practitioner"
      }
    }
  ]
}