Integrierte Versorgung Diabetes (R4)
0.2.0 - ci-build

Integrierte Versorgung Diabetes (R4) - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel Diabetes Patientin - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "ex-patient",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga-austrianpatientsummary-r4/StructureDefinition/at-ips-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ex-patient</b></p><a name=\"ex-patient\"> </a><a name=\"hcex-patient\"> </a><a name=\"ex-patient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Andrea Testperson  Female, DoB: 1975-11-12 ( Social Security number: 0000121150)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Patient internal identifier/0002</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+43.1411.40400\">+43.1411.40400</a></li><li><a href=\"tel:+43.669.1234567\">+43.669.1234567</a></li><li><a href=\"mailto:andrea@test.at\">andrea@test.at</a></li><li>Schwedenplatz 1 Wien 1010 AUT (home)</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SS",
            "display" : "Social Security number"
          }
        ]
      },
      "system" : "urn:oid:1.2.40.0.10.1.4.3.1",
      "value" : "0000121150",
      "assigner" : {
        "display" : "Dachverband der österreichischen Sozialversicherungsträger"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PI",
            "display" : "Patient internal identifier"
          }
        ]
      },
      "system" : "urn:oid:1.2.3.4.5",
      "value" : "0002",
      "assigner" : {
        "display" : "Ein GDA in Österreich"
      }
    }
  ],
  "name" : [
    {
      "family" : "Testperson",
      "given" : [
        "Andrea"
      ],
      "prefix" : [
        "Dr."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+43.1411.40400",
      "use" : "home"
    },
    {
      "system" : "phone",
      "value" : "+43.669.1234567",
      "use" : "mobile"
    },
    {
      "system" : "email",
      "value" : "andrea@test.at"
    }
  ],
  "gender" : "female",
  "birthDate" : "1975-11-12",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "Schwedenplatz 1"
      ],
      "city" : "Wien",
      "postalCode" : "1010",
      "country" : "AUT"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "M",
        "display" : "Married"
      }
    ]
  }
}