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 (Freetext Observations) - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "FreetextObsPatientExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient FreetextObsPatientExample</b></p><a name=\"FreetextObsPatientExample\"> </a><a name=\"hcFreetextObsPatientExample\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Klaus Beispiel  Male, DoB: 1952-11-08 ( http://fhir.de/NamingSystem/gkv/kvid-10#B111222333)</p><hr/></div>"
  },
  "identifier" : [
    {
      "system" : "http://fhir.de/NamingSystem/gkv/kvid-10",
      "value" : "B111222333"
    }
  ],
  "name" : [
    {
      "family" : "Beispiel",
      "given" : [
        "Klaus"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1952-11-08"
}