{
  "resourceType" : "Patient",
  "id" : "c517f75a-1e29-423b-8c59-1b275e65019a",
  "meta" : {
    "profile" : ["https://hl7.cz/fhir/core/StructureDefinition/cz-patient-core"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient c517f75a-1e29-423b-8c59-1b275e65019a</b></p><a name=\"c517f75a-1e29-423b-8c59-1b275e65019a\"> </a><a name=\"hcc517f75a-1e29-423b-8c59-1b275e65019a\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://hl7.cz/fhir/core/0.3.0/StructureDefinition-cz-patient-core.html\">Patient (CZ core)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Petra Dvorakova  Female, DoB: 1986-05-03 ( https://ncez.mzcr.cz/fhir/sid/rid#9003001122)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://ncez.mzcr.cz/fhir/sid/rcis</code>/8653034455</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Prostejov, CZ</td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "https://ncez.mzcr.cz/fhir/sid/rid",
    "value" : "9003001122"
  },
  {
    "system" : "https://ncez.mzcr.cz/fhir/sid/rcis",
    "value" : "8653034455"
  }],
  "name" : [{
    "use" : "usual",
    "family" : "Dvorakova",
    "given" : ["Petra"]
  }],
  "gender" : "female",
  "birthDate" : "1986-05-03",
  "address" : [{
    "text" : "Prostejov, CZ"
  }]
}