FHIR IG analytics| Package | hie-fhir-ig-profile |
| Resource Type | Practitioner |
| Id | Practitioner-HIEPractitioner-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Practitioner Summary
| Name | Dr John Clinician |
| Status | Active |
| Gender | Male |
| Identifiers | Provider: PROV-000123, License: LIC-KE-98765 |
| Telecom | Work phone: +254700000010, Work email: john.clinician@example.org |
| Qualification | General medical practitioner, issuer: Kenya Medical Practitioners and Dentists Council |
| Languages | English, Swahili |
{
"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"
}
]
}
]
}