FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.kenyaClaimsIG
Resource TypeOrganization
IdOrganization-ECLM-INS-001.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Organization ECLM-INS-001

identifier: SHA-KE-001 (use: official, )

active: true

type: Insurance Company

name: Social Health Authority

address: Nairobi Nairobi County KE (work)

Contacts

-Telecom
*+254203456789

Source1

{
  "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"
        }
      ]
    }
  ]
}