FHIR IG analytics| Package | il.tasmc.fhir.r4 |
| Resource Type | Practitioner |
| Id | Practitioner-TasmcPractitionerExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Practitioner",
"id": "TasmcPractitionerExample",
"meta": {
"profile": [
"http://fhir.tasmc.org.il/StructureDefinition/tasmc-practitioner"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://fhir.tasmc.org.il/identifier/tasmc-id",
"value": "PRAC-54321"
},
{
"system": "http://fhir.tasmc.org.il/identifier/AD-user",
"value": "dr.cohen"
},
{
"system": "http://fhir.health.gov.il/identifier/il-national-id",
"value": "000000018"
},
{
"system": "http://practitioners.health.gov.il/Practitioners",
"value": "1-234567"
}
],
"name": [
{
"given": [
"דוד"
],
"prefix": [
"ד\"ר"
],
"family": "כהן",
"text": "ד\"ר דוד כהן"
}
],
"telecom": [
{
"system": "phone",
"use": "work",
"value": "03-6974400"
},
{
"system": "phone",
"use": "mobile",
"value": "050-1234567"
},
{
"system": "email",
"use": "work",
"value": "david.cohen@tasmc.health.gov.il"
},
{
"system": "email",
"use": "home",
"value": "dcohen@example.com"
}
],
"qualification": [
{
"identifier": [
{
"system": "http://practitioners.health.gov.il/Practitioners",
"value": "1-234567"
}
],
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-qualification-practice",
"valueCodeableConcept": {
"coding": [
{
"code": "1",
"system": "http://fhir.health.gov.il/cs/practitioner-profession-moh",
"display": "רפואה"
}
]
}
}
],
"code": {
"coding": [
{
"code": "2",
"system": "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh"
}
]
}
}
],
"active": true,
"gender": "male"
}