Implementation Guide
ePA Basisfunktionalitäten
Version 1.1.5 - ballot

: ExampleSearchsetBundlePatient - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "example-searchset-patient",
  "type" : "searchset",
  "total" : 1,
  "entry" : [
    {
      "fullUrl" : "http://epa4all/epa/patient/api/v1/fhir/Patient/7eeb4e81-ce38-4d70-84fc-9ca4c7d0939c",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "7eeb4e81-ce38-4d70-84fc-9ca4c7d0939c",
        "meta" : {
          "profile" : [
            🔗 "https://gematik.de/fhir/epa/StructureDefinition/epa-patient"
          ]
        },
        "identifier" : [
          {
            "system" : "http://fhir.de/sid/gkv/kvid-10",
            "value" : "G995030566"
          }
        ],
        "active" : true,
        "name" : [
          {
            "use" : "official",
            "family" : "Mustermann",
            "given" : [
              "Erika"
            ]
          },
          {
            "use" : "maiden",
            "family" : "Gabler",
            "_family" : {
              "extension" : [
                {
                  "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
                  "valueString" : "Gabler"
                }
              ]
            }
          }
        ],
        "gender" : "female",
        "birthDate" : "1964-08-12"
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}