FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | Organization |
| Id | Organization-NgOrganization-Insurance-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization NgOrganization-Insurance-001
Profile: NG Insurer Organization
identifier: https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry/CLM-2025-0001
active: true
type: Insurance Company
name: XYZ HMO
telecom: ph: 01-445-7799
address: 25 Hospital Way Port Harcourt RI
{
"resourceType": "Organization",
"id": "NgOrganization-Insurance-001",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-insurer-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://sandbox.dhin-hie.org/ig/CodeSystem/nigeria-facility-registry",
"value": "CLM-2025-0001"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/organization-type",
"code": "ins",
"display": "Insurance Company"
}
]
}
],
"name": "XYZ HMO",
"telecom": [
{
"system": "phone",
"value": "01-445-7799"
}
],
"address": [
{
"line": [
"25 Hospital Way"
],
"city": "Port Harcourt",
"district": "ri-emohua",
"state": "RI"
}
]
}