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

Raw xml | Download


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