FHIR IG analytics| Package | fhir.mamaToto |
| Resource Type | Practitioner |
| Id | Practitioner-ExamplePractitioner.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Practitioner ExamplePractitioner
Profile: PractitionerProfile
identifier: http://hospital.org/practitioners/PRAC-45678
active: true
name: John Doe
telecom: +1234567890
address: 123 Medical Plaza Nairobi Nairobi County 00100 Kenya
gender: Male
birthDate: 1980-05-15
| Identifier | Code | Period | Issuer |
http://medicalboard.org/licenses/MB-789654 | Doctor of Medicine | 2010-06-01 --> (ongoing) | Organization/example-medical-board |
{
"resourceType": "Practitioner",
"id": "ExamplePractitioner",
"meta": {
"profile": [
"http://example.org/StructureDefinition/PractitionerProfile"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hospital.org/practitioners",
"value": "PRAC-45678"
}
],
"active": true,
"name": [
{
"family": "Doe",
"given": [
"John"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+1234567890",
"use": "work"
}
],
"address": [
{
"line": [
"123 Medical Plaza"
],
"city": "Nairobi",
"state": "Nairobi County",
"postalCode": "00100",
"country": "Kenya"
}
],
"gender": "male",
"birthDate": "1980-05-15",
"qualification": [
{
"identifier": [
{
"system": "http://medicalboard.org/licenses",
"value": "MB-789654"
}
],
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360/2.7",
"code": "MD",
"display": "Doctor of Medicine"
}
]
},
"period": {
"start": "2010-06-01"
},
"issuer": {
"reference": "Organization/example-medical-board"
}
}
]
}