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

: patient-transform-request - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "patient-transform-request",
  "parameter" : [
    {
      "name" : "source",
      "resource" : {
        "resourceType" : "Patient",
        "meta" : {
          "profile" : [
            🔗 "http://nictiz.nl/fhir/StructureDefinition/BgZ-Patient"
          ]
        },
        "contained" : [
          {
            "resourceType" : "Organization",
            "id" : "org-1",
            "name" : "Huisartsenpraktijk De Linden"
          },
          {
            "resourceType" : "Practitioner",
            "id" : "gp-1",
            "name" : [
              {
                "family" : "Peters",
                "given" : [
                  "J.",
                  "H.",
                  "R."
                ]
              }
            ],
            "telecom" : [
              {
                "system" : "phone",
                "value" : "+31102030405",
                "use" : "work"
              },
              {
                "system" : "email",
                "value" : "j.peters@huisarts.nl",
                "use" : "work"
              }
            ]
          },
          {
            "resourceType" : "Patient",
            "id" : "previous-patient",
            "identifier" : [
              {
                "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
                "value" : "999998778"
              }
            ],
            "name" : [
              {
                "family" : "de Vries",
                "given" : [
                  "Anja"
                ]
              }
            ],
            "gender" : "female",
            "birthDate" : "1964-05-12"
          }
        ],
        "identifier" : [
          {
            "system" : "http://fhir.nl/fhir/NamingSystem/bsn",
            "value" : "999998779"
          }
        ],
        "name" : [
          {
            "use" : "official",
            "family" : "de Vries",
            "given" : [
              "Anja"
            ],
            "_given" : [
              {
                "extension" : [
                  {
                    "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                    "valueCode" : "BR"
                  }
                ]
              }
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "phone",
            "value" : "+31611234567",
            "use" : "home"
          },
          {
            "system" : "email",
            "value" : "anja.devries@example.org",
            "use" : "home"
          }
        ],
        "gender" : "female",
        "birthDate" : "1964-05-12",
        "address" : [
          {
            "use" : "home",
            "type" : "both",
            "line" : [
              "1e Jacob van Campenstr 15"
            ],
            "city" : "Hoogmade",
            "district" : "Kaag en Braassem",
            "postalCode" : "1012 NX",
            "country" : "Nederland"
          }
        ],
        "maritalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
              "code" : "D",
              "display" : "Divorced"
            }
          ]
        },
        "multipleBirthBoolean" : false,
        "contact" : [
          {
            "relationship" : [
              {
                "coding" : [
                  {
                    "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
                    "code" : "HUSB",
                    "display" : "husband"
                  }
                ]
              }
            ],
            "name" : {
              "use" : "official",
              "text" : "Peter de Vries",
              "family" : "de Vries",
              "given" : [
                "Peter"
              ],
              "_given" : [
                {
                  "extension" : [
                    {
                      "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
                      "valueCode" : "IN"
                    }
                  ]
                }
              ]
            },
            "telecom" : [
              {
                "system" : "phone",
                "value" : "+31622334455",
                "use" : "home"
              }
            ]
          }
        ],
        "communication" : [
          {
            "language" : {
              "coding" : [
                {
                  "system" : "urn:ietf:bcp:47",
                  "code" : "nl-NL",
                  "display" : "Dutch (Netherlands)"
                }
              ]
            }
          }
        ],
        "generalPractitioner" : [
          {
            "reference" : "#gp-1",
            "type" : "Practitioner",
            "display" : "Healthcare professional (person), J.H.R. Peters"
          }
        ],
        "managingOrganization" : {
          "reference" : "#org-1",
          "type" : "Organization",
          "display" : "Huisartsenpraktijk De Linden"
        },
        "link" : [
          {
            "other" : {
              "reference" : "#previous-patient",
              "type" : "Patient",
              "display" : "Anja de Vries (vorige registratie)"
            },
            "type" : "seealso"
          }
        ]
      }
    },
    {
      "name" : "sourceProfile",
      "valueCanonical" : "http://nictiz.nl/fhir/StructureDefinition/BgZ-Patient"
    },
    {
      "name" : "targetProfile",
      "valueCanonical" : "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
    },
    {
      "name" : "validationMode",
      "valueCode" : "enforce"
    }
  ]
}