FHIR IG analytics| Package | il.hdp.fhir.r4 |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-gp.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "PractitionerRole",
"id": "gp",
"meta": {
"security": [
{
"system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
"code": "practitioner",
"display": "מטפל"
}
],
"profile": [
"http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-practitioner-role"
]
},
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"identifier": [
{
"system": "http://practitioners.health.gov.il/Practitioners",
"value": "1-1234"
}
],
"practitioner": {
"reference": "Practitioner/practitioner-md"
},
"location": [
{
"reference": "Location/hospital-unit"
}
],
"telecom": [
{
"system": "phone",
"value": "04-6421420",
"use": "work"
},
{
"system": "email",
"value": "DG@example.com"
}
],
"availableTime": [
{
"availableStartTime": "09:00:00",
"availableEndTime": "17:00:00"
}
],
"organization": {
"reference": "Organization/ministry-of-health"
},
"code": [
{
"coding": [
{
"code": "1",
"system": "http://fhir.health.gov.il/cs/practitioner-role-moh",
"display": "רופא"
}
]
}
],
"active": true
}