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

FHIR IG analytics

Packageke.fhir.core
Resource TypePractitioner
IdPractitioner-example-practitioner-njoroge.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: Practitioner example-practitioner-njoroge

identifier: https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistrationNumber/KMPDC-2018-04521 (use: official, ), https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistryID/HWR-2015-003391 (use: official, ), https://fhir.sha.go.ke/fhir/Practitioner/National_ID/23456789 (use: official, )

active: true

name: Dr. Sarah Njoroge

telecom: sarah.njoroge@knh.or.ke, +254722123456

gender: Female


Source1

{
  "resourceType": "Practitioner",
  "id": "example-practitioner-njoroge",
  "meta": {
    "profile": [
      "https://fhir.dha.go.ke/ig/core/StructureDefinition/practitioner-sha-ke"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistrationNumber",
      "value": "KMPDC-2018-04521"
    },
    {
      "use": "official",
      "system": "https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistryID",
      "value": "HWR-2015-003391"
    },
    {
      "use": "official",
      "system": "https://fhir.sha.go.ke/fhir/Practitioner/National_ID",
      "value": "23456789"
    }
  ],
  "active": true,
  "name": [
    {
      "text": "Dr. Sarah Njoroge"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "sarah.njoroge@knh.or.ke"
    },
    {
      "system": "phone",
      "value": "+254722123456"
    }
  ],
  "gender": "female"
}