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

Raw json | Download

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