Cumuluz Translate Implementation Guide
0.1.0 - ci-build

Cumuluz Translate Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: bundle-transform-request - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "bundle-transform-request",
  "parameter" : [
    {
      "name" : "source",
      "resource" : {
        "resourceType" : "Bundle",
        "type" : "batch",
        "entry" : [
          {
            "fullUrl" : "urn:uuid:11111111-1111-4111-8111-111111111111",
            "resource" : {
              "resourceType" : "Patient",
              "id" : "patient-1",
              "meta" : {
                "profile" : [
                  🔗 "http://nictiz.nl/fhir/StructureDefinition/BgZ-Patient"
                ]
              },
              "identifier" : [
                {
                  "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
                  "value" : "999998779"
                }
              ],
              "name" : [
                {
                  "family" : "de Vries",
                  "given" : [
                    "Anja"
                  ]
                }
              ],
              "gender" : "female",
              "birthDate" : "1964-05-12"
            },
            "request" : {
              "extension" : [
                {
                  "url" : "http://cumuluz/fhir/StructureDefinition/translation-target-profile",
                  "valueUri" : "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
                }
              ],
              "method" : "POST",
              "url" : "Patient"
            }
          },
          {
            "fullUrl" : "urn:uuid:22222222-2222-4222-8222-222222222222",
            "resource" : {
              "resourceType" : "Procedure",
              "id" : "procedure-1",
              "meta" : {
                "profile" : [
                  "http://nictiz.nl/fhir/StructureDefinition/BgZ-Procedure"
                ]
              },
              "status" : "completed",
              "code" : {
                "coding" : [
                  {
                    "system" : "http://snomed.info/sct",
                    "code" : "80146002",
                    "display" : "Appendectomy"
                  }
                ]
              },
              "subject" : {
                "reference" : "urn:uuid:11111111-1111-4111-8111-111111111111"
              },
              "performedDateTime" : "2015-01-03"
            },
            "request" : {
              "extension" : [
                {
                  "url" : "http://cumuluz/fhir/StructureDefinition/translation-target-profile",
                  "valueUri" : "http://hl7.eu/fhir/base/StructureDefinition/procedure-eu-core"
                }
              ],
              "method" : "POST",
              "url" : "Procedure"
            }
          }
        ]
      }
    },
    {
      "name" : "validationMode",
      "valueCode" : "enforce"
    }
  ]
}