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

FHIR IG analytics

Packagehie-fhir-ig-profile
Resource TypeOrganization
IdOrganization-ExampleOrganizationR4B.json
FHIR VersionR4B

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 ExampleOrganizationR4B

identifier: MFL CODE/123456789 (use: official, )

active: true

type: Healthcare Provider

name: Kenyatta National Hospital

telecom: +254717355900

Contacts

-PurposeName
*AdministrativeJane Doe

Source1

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