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

FHIR IG analytics

Packagefhir.kisumuhie
Resource TypeOrganization
IdOrganization-ksm-organization-example.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 ksm-organization-example

identifier: http://moh.kenya/identifier/kmfl-code/12456

active: true

name: Kisumu County Referral Hospital

Contacts

-Address
*Kisumu-Busia Road Kisumu Kisumu Kenya

Source1

{
  "resourceType": "Organization",
  "id": "ksm-organization-example",
  "meta": {
    "profile": [
      "http://fhir.kisumuhealth.co.ke/StructureDefinition/ksm-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://moh.kenya/identifier/kmfl-code",
      "value": "12456"
    }
  ],
  "active": true,
  "name": "Kisumu County Referral Hospital",
  "contact": [
    {
      "address": {
        "line": [
          "Kisumu-Busia Road"
        ],
        "city": "Kisumu",
        "district": "Kisumu Central",
        "state": "Kisumu",
        "country": "Kenya"
      }
    }
  ]
}