FHIR IG analytics| Package | il.core.fhir.r4.2023 |
| Resource Type | Practitioner |
| Id | Practitioner-practitioner-md.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Practitioner",
"id": "practitioner-md",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-practitioner"
]
},
"identifier": [
{
"system": "http://practitioners.health.gov.il/Practitioners",
"value": "1-22947"
}
],
"name": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/language",
"valueCode": "he"
}
],
"prefix": [
"דר'"
],
"family": "גרינפלד",
"given": [
"דיאנה"
],
"text": "דר' גרינפלד דיאנה"
}
],
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"active": true,
"telecom": [
{
"system": "phone",
"value": "04-6421420",
"use": "work"
},
{
"system": "email",
"value": "DG@example.com"
}
],
"gender": "female",
"birthDate": "1979-04-30",
"qualification": [
{
"identifier": [
{
"system": "http://practitioners.health.gov.il/practitioner-certificate",
"value": "1-22947",
"period": {
"start": "2012-09-06"
}
}
],
"code": {
"coding": [
{
"code": "2",
"system": "http://fhir.health.gov.il/cs/practitioner-certificate-type-moh",
"display": "רשיון קבוע"
}
]
},
"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": "רפואה"
}
]
}
}
]
}
]
}