HL7 FHIR Implementation Guide: KenyaTraining IG Release 1 - Kenya Realm | STU1
1.0.0 - DSTU International flag

HL7 FHIR Implementation Guide: KenyaTraining IG Release 1 - Kenya Realm | STU1, published by ICAP Kenya. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/briankariuki/fhir-training/ and changes regularly. See the Directory of published versions

: Kenya Training Patient Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "KenyaTrainingPatientExample1",
  "meta" : {
    "profile" : [
      🔗 "http://jembi.org/fhir/StructureDefinition/kenya-training-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient KenyaTrainingPatientExample1</b></p><a name=\"KenyaTrainingPatientExample1\"> </a><a name=\"hcKenyaTrainingPatientExample1\"> </a><a name=\"KenyaTrainingPatientExample1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Juma Tano Mosi (official) Male, DoB: 1905-08-23 ( http://jembi.org/fhir/kenya-training-bk/identifier/mrn#MRN00022345)</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 T}\">Has a domestic partner</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://jembi.org/fhir/kenya-training-bk/identifier/nid</code>/12345678</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:+254723123456\">+254723123456</a></li><li><a href=\"mailto:juma.mosi@example.com\">juma.mosi@example.com</a></li><li>Ngong town Kibiko Kajiado KEN (home)</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://jembi.org/fhir/kenya-training-bk/identifier/mrn",
      "value" : "MRN00022345"
    },
    {
      "system" : "http://jembi.org/fhir/kenya-training-bk/identifier/nid",
      "value" : "12345678"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Mosi",
      "given" : [
        "Juma",
        "Tano"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+254723123456"
    },
    {
      "system" : "email",
      "value" : "juma.mosi@example.com"
    }
  ],
  "gender" : "male",
  "birthDate" : "1905-08-23",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "Ngong town"
      ],
      "city" : "Kibiko",
      "district" : "Kajiado North",
      "state" : "Kajiado",
      "country" : "KEN"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "T",
        "display" : "Domestic partner"
      }
    ],
    "text" : "Has a domestic partner"
  }
}