CH Health Dossier (R4)
1.0.0-preview - draft Switzerland flag

CH Health Dossier (R4), published by eHealth Suisse. This guide is not an authorized publication; it is the continuous build for version 1.0.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ehealthsuisse/ch-health-dossier/ and changes regularly. See the Directory of published versions

: PDQm Match request message with AHVN13 - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="PDQm-MatchRequestAhvn13"/>
  <meta>
    <profile
             value="http://fhir.ch/ig/ch-health-dossier/StructureDefinition/CHPDQmMatchParametersIn"/>
  </meta>
  <parameter>
    <name value="resource"/>
    <resource>
      <Patient>
        <id value="FranzMusterMatchInputAhvn13"/>
        <meta>
          <profile
                   value="http://fhir.ch/ig/ch-health-dossier/StructureDefinition/CHPDQmMatchInput"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml">Franz Muster, 27.1.1995, AHVN13 7561234567897</div>
        </text>
        <identifier>
          <system value="urn:oid:2.16.756.5.32"/>
          <value value="7561234567897"/>
        </identifier>
        <name>
          <family value="Muster"/>
          <given value="Franz"/>
        </name>
        <gender value="male"/>
        <birthDate value="1995-01-27"/>
      </Patient>
    </resource>
  </parameter>
</Parameters>