FHIR IG analytics| Package | jp-core.r4 |
| Resource Type | PractitionerRole |
| Id | PractitionerRole-jp-practitionerrole-example-1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "PractitionerRole",
"id": "jp-practitionerrole-example-1",
"meta": {
"profile": [
"http://jpfhir.jp/fhir/core/StructureDefinition/JP_PractitionerRole"
]
},
"identifier": [
{
"system": "http://www.acme.org/practitioners",
"value": "23"
}
],
"active": true,
"period": {
"start": "2012-01-01",
"end": "2012-03-31"
},
"practitioner": {
"reference": "Practitioner/jp-practitioner-example-male-1",
"display": "大阪 一郎"
},
"organization": {
"reference": "Organization/jp-organization-example-hospital",
"display": "健康第一病院"
},
"code": [
{
"coding": [
{
"code": "JPR10000",
"system": "http://jpfhir.jp/fhir/core/CodeSystem/JP_PractitionerRole_CS"
}
]
}
],
"location": [
{
"reference": "Location/jp-location-example-examinationroom",
"display": "外来101診察室"
}
],
"telecom": [
{
"system": "phone",
"value": "3456",
"use": "work"
},
{
"system": "email",
"value": "ichiro.osaka@example.org",
"use": "work"
}
],
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed"
],
"availableStartTime": "09:00:00",
"availableEndTime": "16:30:00"
},
{
"daysOfWeek": [
"thu",
"fri"
],
"availableStartTime": "09:00:00",
"availableEndTime": "12:00:00"
}
],
"notAvailable": [
{
"description": "大阪 一郎は2017年5月中に長期休暇を取る予定です。",
"during": {
"start": "2017-05-01",
"end": "2017-05-20"
}
}
],
"availabilityExceptions": "祝祭日やクリスマス・年末年始の休暇中は、大阪 一郎は休日です。"
}