FHIR IG analytics| Package | hie-fhir-ig-profile |
| Resource Type | Organization |
| Id | Organization-ExampleOrganizationR4B.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ExampleOrganizationR4B
Profile: HIE Organization
identifier: MFL CODE/123456789 (use: official, )
active: true
type: Healthcare Provider
name: Kenyatta National Hospital
telecom: +254717355900
| Purpose | Name |
| Administrative | Jane Doe |
{
"resourceType": "Organization",
"id": "ExampleOrganizationR4B",
"meta": {
"profile": [
"https://nshr.dha.go.ke/fhir/StructureDefinition/organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MFLCODE",
"display": "MFL CODE"
}
]
},
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"value": "123456789"
}
],
"active": true,
"type": [
{
"coding": [
{
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "Kenyatta National Hospital",
"telecom": [
{
"system": "phone",
"value": "+254717355900",
"use": "work"
}
],
"contact": [
{
"purpose": {
"coding": [
{
"code": "ADMIN",
"display": "Administrative"
}
]
},
"name": {
"text": "Jane Doe"
}
}
]
}