FHIR IG analytics| Package | silfhirprofileig |
| Resource Type | Organization |
| Id | Organization-ExampleSGHIOrganization.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ExampleSGHIOrganization
Profile: SGHI Organization
identifier: Passport number/123456789 (use: official, )
active: true
type: Healthcare Provider
name: SGHI Healthcare Organization
| Purpose | Name | Telecom | Address |
| Administrative | Jane Doe | +254717355900, admin@sghi.org | Nairobi 98765 Kenya (work) |
{
"resourceType": "Organization",
"id": "ExampleSGHIOrganization",
"meta": {
"profile": [
"https://fhir.slade360.co.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": "PPN",
"display": "Passport number"
}
]
},
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"value": "123456789"
}
],
"active": true,
"type": [
{
"coding": [
{
"code": "prov",
"display": "Healthcare Provider"
}
]
}
],
"name": "SGHI Healthcare Organization",
"contact": [
{
"purpose": {
"coding": [
{
"code": "ADMIN",
"display": "Administrative"
}
]
},
"name": [
{
"text": "Jane Doe"
}
],
"telecom": [
{
"system": "phone",
"value": "+254717355900",
"use": "work"
},
{
"system": "email",
"value": "admin@sghi.org",
"use": "work"
}
],
"address": {
"use": "work",
"type": "physical",
"city": "Nairobi",
"postalCode": "98765",
"country": "Kenya"
}
}
]
}