FHIR IG analytics| Package | il.core.fhir.r4.2023 |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-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": "practitionerRole-gp",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-practitioner-role"
]
},
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"active": true,
"practitioner": {
"reference": "Practitioner/practitioner-md"
},
"location": [
{
"reference": "Location/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"
}
]
}