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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypePractitionerRole
IdPractitionerRole-example-practitionerrole-ca-core-2.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": "example-practitionerrole-ca-core-2",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/practitionerRole-ca-core"
    ]
  },
  "active": true,
  "period": {
    "start": "2024-01-01",
    "end": "2024-12-31"
  },
  "practitioner": {
    "reference": "Practitioner/example-practitioner-ca-core-2"
  },
  "organization": {
    "reference": "Organization/example-organization-ca-core"
  },
  "location": [
    {
      "reference": "Location/example-location-ca-core"
    }
  ],
  "code": [
    {
      "coding": [
        {
          "code": "85733003",
          "system": "http://snomed.info/sct",
          "display": "General pathologist (occupation)"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "code": "1255736009",
          "system": "http://snomed.info/sct",
          "display": "Clinical pathology (qualifier value)"
        }
      ]
    }
  ],
  "identifier": [
    {
      "system": "http://example.ca/NamingSystem/PractitionerRole",
      "value": "PR789012"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "604-555-5678",
      "use": "work"
    }
  ],
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri"
      ],
      "availableStartTime": "09:00:00",
      "availableEndTime": "17:00:00"
    }
  ]
}