FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.kenyaClaimsIG
Resource TypePatient
IdPatient-ECLM-PT-001.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient ECLM-PT-001

John Mwangi Kamau (official) Male, DoB: 1985-06-15 ( National ID: 12345678 (use: official, ))


Marital Status:Married
Other Id:SHA Number/SHA-2024-001234 (use: official, )
Contact Detail
Next-of-Kin:

Source1

{
  "resourceType": "Patient",
  "id": "ECLM-PT-001",
  "meta": {
    "profile": [
      "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/identifier-types-cs",
            "code": "SHA-NUMBER",
            "display": "SHA Number"
          }
        ]
      },
      "system": "https://nshr-uat.sha.go.ke/fhir/Identifier/sha-number",
      "value": "SHA-2024-001234"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/identifier-types-cs",
            "code": "NATIONAL-ID",
            "display": "National ID"
          }
        ]
      },
      "system": "https://nshr-uat.sha.go.ke/fhir/Identifier/national-id",
      "value": "12345678"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Kamau",
      "given": [
        "John",
        "Mwangi"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+254712345678",
      "use": "mobile"
    }
  ],
  "gender": "male",
  "birthDate": "1985-06-15",
  "address": [
    {
      "use": "home",
      "city": "Nairobi",
      "district": "Westlands",
      "state": "Nairobi County",
      "country": "KE"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "https://nshr-uat.sha.go.ke/fhir/CodeSystem/civil-status-cs",
        "code": "MARRIED",
        "display": "Married"
      }
    ]
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "N",
              "display": "Next-of-Kin"
            }
          ]
        }
      ],
      "name": {
        "family": "Kamau",
        "given": [
          "Mary"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+254798765432"
        }
      ]
    }
  ]
}