OZO FHIR implementation guide
0.1.0 - ci-build

OZO FHIR implementation guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient-H-de-Boer - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "Patient-H-de-Boer",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2024-12-05T16:24:54.948+00:00",
    "source" : "#ZFwWdA2IltYo7EPn"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Patient-H-de-Boer</b></p><a name=\"Patient-H-de-Boer\"> </a><a name=\"hcPatient-H-de-Boer\"> </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\">version: 1; Last updated: 2024-12-05 16:24:54+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #ZFwWdA2IltYo7EPn</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">H. de Boer Male, DoB: 3875-09-25 ( OZO/Person#784384)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">ph: 611234567</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "OZO/Person",
      "value" : "784384"
    }
  ],
  "name" : [
    {
      "text" : "H. de Boer",
      "family" : "de Boer",
      "given" : [
        "H.",
        "Hans"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "611234567"
    }
  ],
  "gender" : "male",
  "birthDate" : "3875-09-25"
}