FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejp-core.r4
Resource TypePractitionerRole
IdPractitionerRole-jp-practitionerrole-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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": "祝祭日やクリスマス・年末年始の休暇中は、大阪 一郎は休日です。"
}