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

: KenyanPractitionerExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Practitioner",
  "id" : "KenyanPractitionerExample",
  "meta" : {
    "profile" : [
      🔗 "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/KenyanPractitioner"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner KenyanPractitionerExample</b></p><a name=\"KenyanPractitionerExample\"> </a><a name=\"hcKenyanPractitionerExample\"> </a><a name=\"KenyanPractitionerExample-en-US\"> </a><p><b>KenyaAdministrativeGenderExtension</b>: 53994</p><p><b>identifier</b>: <code>https://chanjoke.intellisoftkenya.com/fhir/kenya/practitioner</code>/123456\u00a0(use:\u00a0official,\u00a0)</p><p><b>name</b>: John Doe </p><p><b>telecom</b>: ph: 0722000000</p><p><b>birthDate</b>: 1980-01-01</p></div>"
  },
  "extension" : [
    {
      "url" : "https://chanjoke.intellisoftkenya.com/fhir/StructureDefinition/kenya-administrative-gender-extension",
      "valueCode" : "53994"
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://chanjoke.intellisoftkenya.com/fhir/kenya/practitioner",
      "value" : "123456"
    }
  ],
  "name" : [
    {
      "family" : "Doe",
      "given" : [
        "John"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0722000000"
    }
  ],
  "birthDate" : "1980-01-01"
}