FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cl.corecl
Resource TypeBundle
IdBundle-BundleEx.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "BundleEx",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/CoreCL/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"
      }
    }
  ]
}