ChanjoKE Immunization Implementation Guide
0.1.0 - ci-build

ChanjoKE Immunization Implementation Guide, published by Intellisoft Consulting Ltd. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/ChanjoKe-FHIR-IG/ and changes regularly. See the Directory of published versions

: PatientExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "PatientExample",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PatientExample</b></p><a name=\"PatientExample\"> </a><a name=\"hcPatientExample\"> </a><a name=\"PatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Grahame Grieve Male, DoB: 1969-04-13</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 Detail</td><td colspan=\"3\"><ul><li><a href=\"mailto:grahameg@gmail.com\">grahameg@gmail.com</a></li><li>Shangani Street Stone Town Tanzania (temp)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:\">English</span></td></tr></table></div>"
  },
  "active" : true,
  "name" : [
    {
      "text" : "Grahame Grieve",
      "family" : "Grieve"
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "grahameg@gmail.com"
    }
  ],
  "gender" : "male",
  "birthDate" : "1969-04-13",
  "address" : [
    {
      "use" : "temp",
      "line" : [
        "Shangani Street"
      ],
      "city" : "Stone Town",
      "district" : "Zanzibar City",
      "country" : "Tanzania"
    }
  ],
  "communication" : [
    {
      "language" : {
        "text" : "English"
      }
    }
  ]
}