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

FHIR IG analytics

Packageca.infoway.io.ca-csd
Resource TypePractitionerRole
IdPractitionerRole-example.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": "ca-csd-example-practitionerrole",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/CA-CSD/StructureDefinition/CA-CSD-PractitionerRole"
    ]
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/ca-csd-example-practitioner",
    "display": "Dr. John Smith"
  },
  "organization": {
    "reference": "Organization/ca-csd-example-organization",
    "display": "HealthCare Clinic"
  },
  "code": [
    {
      "coding": [
        {
          "system": "https://fhir.infoway-inforoute.ca/ValueSet/healthcareproviderroletype",
          "code": "doctor",
          "display": "Doctor"
        }
      ]
    }
  ],
  "specialty": [
    {
      "coding": [
        {
          "system": "https://fhir.infoway-inforoute.ca/ValueSet/practitionerspecialty",
          "code": "cardiology",
          "display": "Cardiology"
        }
      ],
      "text": "Cardiology"
    }
  ],
  "location": [
    {
      "reference": "Location/ca-csd-example-location",
      "display": "Main Clinic Location"
    }
  ],
  "healthcareService": [
    {
      "reference": "HealthcareService/ca-csd-example-healthcare-service",
      "display": "Cardiology Services"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-123-4567",
      "use": "work"
    },
    {
      "system": "email",
      "value": "john.smith@healthcareclinic.org",
      "use": "work"
    }
  ]
}