FHIR IG analytics| Package | fhir.kenyaClaimsIG |
| Resource Type | Organization |
| Id | Organization-ECLM-ORG-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-ORG-001
Profile: eClaims Organization Profile
identifier: Provider number/PROV-KE-00123 (use: official, )
active: true
type: Healthcare Provider
name: Nairobi General Hospital
address: Nairobi Nairobi County KE (work)
| Telecom |
| +254202345678 |
{
"resourceType": "Organization",
"id": "ECLM-ORG-001",
"meta": {
"profile": [
"https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PRN",
"display": "Provider number"
}
]
},
"value": "PROV-KE-00123"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Nairobi General Hospital",
"address": [
{
"use": "work",
"city": "Nairobi",
"district": "Nairobi Central",
"state": "Nairobi County",
"country": "KE"
}
],
"contact": [
{
"telecom": [
{
"system": "phone",
"value": "+254202345678"
}
]
}
]
}