FHIR IG Statistics: StructureDefinition/CA-eReC-PractitionerRole
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "CA-eReC-PractitionerRole",
"url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole",
"name": "PractitionerRole",
"status": "draft",
"description": "PractitionerRole describes the types of services that practitioners provide for an organization at specific location(s). The PractitionerRole resource can be used in multiple contexts including: \r\n- In a Clinical system as a point of reference rather than an event, such as a patient's preferred general practitioner (at a specific clinic)",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "PractitionerRole",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "PractitionerRole.practitioner",
"path": "PractitionerRole.practitioner",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Practitioner"
]
}
],
"mustSupport": true
},
{
"id": "PractitionerRole.practitioner.reference",
"path": "PractitionerRole.practitioner.reference",
"mustSupport": true
},
{
"id": "PractitionerRole.practitioner.identifier",
"path": "PractitionerRole.practitioner.identifier",
"mustSupport": true
},
{
"id": "PractitionerRole.practitioner.identifier.system",
"path": "PractitionerRole.practitioner.identifier.system",
"min": 1,
"mustSupport": true
},
{
"id": "PractitionerRole.practitioner.identifier.value",
"path": "PractitionerRole.practitioner.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "PractitionerRole.organization",
"path": "PractitionerRole.organization",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Organization"
]
}
],
"mustSupport": true
},
{
"id": "PractitionerRole.organization.reference",
"path": "PractitionerRole.organization.reference",
"mustSupport": true
},
{
"id": "PractitionerRole.organization.identifier",
"path": "PractitionerRole.organization.identifier",
"mustSupport": true
},
{
"id": "PractitionerRole.organization.identifier.system",
"path": "PractitionerRole.organization.identifier.system",
"min": 1,
"mustSupport": true
},
{
"id": "PractitionerRole.organization.identifier.value",
"path": "PractitionerRole.organization.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "PractitionerRole.code",
"path": "PractitionerRole.code",
"mustSupport": true
},
{
"id": "PractitionerRole.specialty",
"path": "PractitionerRole.specialty",
"mustSupport": true
},
{
"id": "PractitionerRole.location",
"path": "PractitionerRole.location",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Location"
]
}
],
"mustSupport": true
},
{
"id": "PractitionerRole.location.reference",
"path": "PractitionerRole.location.reference",
"mustSupport": true
},
{
"id": "PractitionerRole.location.identifier",
"path": "PractitionerRole.location.identifier",
"mustSupport": true
},
{
"id": "PractitionerRole.location.identifier.system",
"path": "PractitionerRole.location.identifier.system",
"min": 1,
"mustSupport": true
},
{
"id": "PractitionerRole.location.identifier.value",
"path": "PractitionerRole.location.identifier.value",
"min": 1,
"mustSupport": true
},
{
"id": "PractitionerRole.telecom",
"path": "PractitionerRole.telecom",
"mustSupport": true
},
{
"id": "PractitionerRole.telecom.system",
"path": "PractitionerRole.telecom.system",
"mustSupport": true
},
{
"id": "PractitionerRole.telecom.value",
"path": "PractitionerRole.telecom.value",
"min": 1
},
{
"id": "PractitionerRole.telecom.use",
"path": "PractitionerRole.telecom.use",
"mustSupport": true
}
]
}
}