Eswatini HL7 FHIR Implementation Guide
0.1.0 - ci-build

Eswatini HL7 FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Sample Eswatini Patient - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "13EA147E-8E3B-498C-8D35-6FCB8BC6DEFB",
  "meta" : {
    "profile" : [
      🔗 "https://hapifhir.eswatinihie.com/fhir/StructureDefinition/SzPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient 13EA147E-8E3B-498C-8D35-6FCB8BC6DEFB</b></p><a name=\"13EA147E-8E3B-498C-8D35-6FCB8BC6DEFB\"> </a><a name=\"hc13EA147E-8E3B-498C-8D35-6FCB8BC6DEFB\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SzPatient.html\">Eswatini Patient Profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Celucolo Celani Sacolo  Male, DoB: 2000-01-01 ( Medical Record Number: Client Management Information System#M001010101-1\u00a0(use:\u00a0usual,\u00a0))</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\">Personal ID Number/2001010000001\u00a0(use:\u00a0official,\u00a0)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 7600 0000</li><li>Mbabane </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The nationality of the patient.\"><a href=\"http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-patient-nationality.html\">Patient Nationality</a></td><td colspan=\"3\"><span title=\"Codes:{urn:iso:std:iso:3166 SWZ}\">Eswatini</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extention for Eswatini Tinkhundla\"><a href=\"StructureDefinition-SzInkhundlaExtension.html\">Extention: Eswatini Inkhundla</a></td><td colspan=\"3\"><span title=\"Codes:{https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzTinkhundlaCS 3}\">LOBAMBA</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extention for Eswatini Chiefdom\"><a href=\"StructureDefinition-SzChiefdomExtension.html\">Extention: Eswatini Chiefdom</a></td><td colspan=\"3\"><span title=\"Codes:{https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzChiefdomCS 7}\">Lobamba</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extention for Eswatini Chiefdom\"><a href=\"StructureDefinition-SzRegistrationDate.html\">Extention: Patient Registration Date</a></td><td colspan=\"3\">2025-06-01 10:00:00+0000</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-nationality",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:iso:std:iso:3166",
            "code" : "SWZ",
            "display" : "Eswatini"
          }
        ],
        "text" : "Eswatini"
      }
    },
    {
      "url" : "https://hapifhir.eswatinihie.com/fhir/StructureDefinition/SzInkhundlaExtension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzTinkhundlaCS",
            "code" : "3",
            "display" : "LOBAMBA"
          }
        ],
        "text" : "LOBAMBA"
      }
    },
    {
      "url" : "https://hapifhir.eswatinihie.com/fhir/StructureDefinition/SzChiefdomExtension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzChiefdomCS",
            "code" : "7",
            "display" : "Lobamba"
          }
        ],
        "text" : "Lobamba"
      }
    },
    {
      "url" : "https://hapifhir.eswatinihie.com/fhir/StructureDefinition/SzRegistrationDate",
      "valueDateTime" : "2025-06-01T10:00:00Z"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzPersonIdentificationsCS",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ]
      },
      "system" : "urn:health:cmis",
      "value" : "M001010101-1"
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "https://hapifhir.eswatinihie.com/fhir/CodeSystem/SzPersonIdentificationsCS",
            "code" : "PI",
            "display" : "Personal ID Number"
          }
        ]
      },
      "system" : "urn:homeaffairs:population-register",
      "value" : "2001010000001"
    }
  ],
  "name" : [
    {
      "family" : "Sacolo",
      "given" : [
        "Celucolo",
        "Celani"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "7600 0000"
    }
  ],
  "gender" : "male",
  "birthDate" : "2000-01-01",
  "address" : [
    {
      "city" : "Mbabane"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "M",
        "display" : "Married"
      }
    ]
  }
}