HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1
1.0.1 - ci-build International flag

HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1, published by My Organization. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HBosires/Starter-FHIR-IG/ and changes regularly. See the Directory of published versions

: Kenya Patient Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "KenyaPatientExample",
  "meta" : {
    "profile" : [
      🔗 "http://jembi.org/fhir/StructureDefinition/kenya-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient KenyaPatientExample</b></p><a name=\"KenyaPatientExample\"> </a><a name=\"hcKenyaPatientExample\"> </a><a name=\"KenyaPatientExample-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Boss Hez Kimbo  Male, DoB: 1900-01-01 ( http://jembi.org/fhir/ImplementationGuide/starter-fhir-ig-hezekiah/identifier/nid#MRN0000001)</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 M}\">Married</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/ImplementationGuide/starter-fhir-ig-hezekiah/identifier/nid</code>/0012016867</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0705642206</li><li><a href=\"mailto:sd@gmail.com\">sd@gmail.com</a></li><li>East Nairobi Nairobi Kenya </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Key Population Status Extension\"><a href=\"StructureDefinition-key-population-status-extension.html\">Key Population Status Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://snomed.ifo/sct 472986005}\">472986005</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://jembi.org/fhir/StructureDefinition/key-population-status-extension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.ifo/sct",
            "code" : "472986005"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://jembi.org/fhir/ImplementationGuide/starter-fhir-ig-hezekiah/identifier/nid",
      "value" : "MRN0000001"
    },
    {
      "system" : "http://jembi.org/fhir/ImplementationGuide/starter-fhir-ig-hezekiah/identifier/nid",
      "value" : "0012016867"
    }
  ],
  "name" : [
    {
      "family" : "Kimbo",
      "given" : [
        "John",
        "Boss",
        "Hez"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "0705642206"
    },
    {
      "system" : "email",
      "value" : "sd@gmail.com"
    }
  ],
  "gender" : "male",
  "birthDate" : "1900-01-01",
  "address" : [
    {
      "line" : [
        "East"
      ],
      "city" : "Nairobi",
      "district" : "Riruta",
      "state" : "Nairobi",
      "country" : "Kenya"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "M"
      }
    ]
  }
}