FHIR IG analytics| Package | fhir.kenyaClaimsIG |
| Resource Type | Organization |
| Id | Organization-ECLM-INS-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ECLM-INS-001
Profile: eClaims Organization Profile
identifier: SHA-KE-001 (use: official, )
active: true
type: Insurance Company
name: Social Health Authority
address: Nairobi Nairobi County KE (work)
| Telecom |
| +254203456789 |
{
"resourceType": "Organization",
"id": "ECLM-INS-001",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"value": "SHA-KE-001"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "ins",
"display": "Insurance Company"
}
]
}
],
"name": "Social Health Authority",
"address": [
{
"use": "work",
"city": "Nairobi",
"district": "Upper Hill",
"state": "Nairobi County",
"country": "KE"
}
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "+254203456789"
}
]
}
]
}