Implementation Guide
Telematikinfrastruktur (TI) Common
Version 1.1.0 - ballot

: Example Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "ExampleTIPatient",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/ti/StructureDefinition/ti-patient"
    ]
  },
  "identifier" : [
    {
      "system" : "http://fhir.de/sid/gkv/kvid-10",
      "value" : "G995030566"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : "Gundlach",
      "given" : [
        "Monika"
      ],
      "prefix" : [
        "Dr."
      ],
      "_prefix" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "AC"
            }
          ]
        }
      ]
    },
    {
      "use" : "maiden",
      "family" : "Blohm",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "Blohm"
          }
        ]
      }
    }
  ],
  "gender" : "female",
  "birthDate" : "1954-02-27"
}