German Practice Management FHIR Profiles (R4)
0.71.0 - STU1 DE

German Practice Management FHIR Profiles (R4) - Local Development build (v0.71.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Patient (Allergy) - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "AllergyPatientExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient AllergyPatientExample</b></p><a name=\"AllergyPatientExample\"> </a><a name=\"hcAllergyPatientExample\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anna Testperson  Female, DoB: 1980-03-25 ( http://fhir.de/NamingSystem/gkv/kvid-10#C444555666)</p><hr/></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.de/NamingSystem/gkv/kvid-10",
      "value" : "C444555666"
    }
  ],
  "name" : [
    {
      "family" : "Testperson",
      "given" : [
        "Anna"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1980-03-25"
}