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

FHIR IG analytics

Packagehie-fhir-ig-profile
Resource TypePractitioner
IdPractitioner-HIEPractitioner-example.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

Practitioner Summary

NameDr John Clinician
StatusActive
GenderMale
IdentifiersProvider: PROV-000123, License: LIC-KE-98765
TelecomWork phone: +254700000010, Work email: john.clinician@example.org
QualificationGeneral medical practitioner, issuer: Kenya Medical Practitioners and Dentists Council
LanguagesEnglish, Swahili

Source1

{
  "resourceType": "Practitioner",
  "id": "HIEPractitioner-example",
  "meta": {
    "profile": [
      "https://nshr.dha.go.ke/fhir/StructureDefinition/practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PRN",
            "display": "Provider number"
          }
        ]
      },
      "system": "http://example.org/providers",
      "value": "PROV-000123"
    },
    {
      "use": "secondary",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "LN",
            "display": "License number"
          }
        ]
      },
      "system": "http://example.org/licenses",
      "value": "LIC-KE-98765"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Dr John Clinician",
      "family": "Clinician",
      "given": [
        "John"
      ],
      "prefix": [
        "Dr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+254700000010",
      "use": "work",
      "rank": 1
    },
    {
      "system": "email",
      "value": "john.clinician@example.org",
      "use": "work"
    }
  ],
  "gender": "male",
  "birthDate": "1984-03-12",
  "qualification": [
    {
      "identifier": [
        {
          "system": "http://example.org/registrations",
          "value": "MED-REG-123456"
        }
      ],
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "62247001",
            "display": "General medical practitioner"
          }
        ]
      },
      "period": {
        "start": "2015-01-01"
      },
      "issuer": {
        "reference": "Organization/mc-001",
        "display": "Kenya Medical Practitioners and Dentists Council"
      }
    }
  ],
  "communication": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "en",
          "display": "English"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "sw",
          "display": "Swahili"
        }
      ]
    }
  ]
}