Linked Care Implementation Guide
0.9.1 - ci-build

: Registered Patient 03: Renate Rüssel-Olifant - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "ee8d340312484aaca84774b2a0d53533",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.hl7.at/linkedcare/StructureDefinition/at-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Renate Rüssel-Olifant(OFFICIAL)</b> female, DoB: 1966-08-10 ( id:\u00a01238100866)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 00436641234568(MOBILE)</li><li>Höchstädtplatz 6 Vienna 1200 AT (HOME)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <span>: Pflegedienst Immerdar</span></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.40.0.10.1.4.3.1",
      "value" : "1238100866"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "Renate Rüssel-Olifant",
      "family" : "Rüssel-Olifant",
      "given" : [
        "Renate"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "00436641234568",
      "use" : "mobile"
    }
  ],
  "gender" : "female",
  "birthDate" : "1966-08-10",
  "address" : [
    {
      "use" : "home",
      "type" : "both",
      "line" : [
        "Höchstädtplatz 6"
      ],
      "city" : "Vienna",
      "postalCode" : "1200",
      "country" : "AT"
    }
  ],
  "managingOrganization" : {
    "identifier" : {
      "system" : "urn:oid:1.2.40.0.34.5.2",
      "value" : "2.999.40.0.34.1.1.3"
    },
    "display" : "Pflegedienst Immerdar"
  }
}