FHIR IG analytics| Package | fhir.kenyaClaimsIG |
| Resource Type | Patient |
| Id | Patient-ECLM-PT-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient ECLM-PT-001
Profile: eClaims Patient Profile
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: |
| ||
{
"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"
}
]
}
]
}