FHIR IG analytics| Package | ca.infoway.io.erec |
| Resource Type | StructureDefinition |
| Id | PractitionerRole.StructureDefinition.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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\r- 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.meta",
"path": "PractitionerRole.meta",
"mustSupport": true
},
{
"id": "PractitionerRole.meta.profile",
"path": "PractitionerRole.meta.profile",
"mustSupport": true,
"comment": "Implementers should be aware that some Canadian jurisdictions require vendors to use meta.profile to declare which FHIR profile(s) and version(s) the resource conforms to."
},
{
"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,
"binding": {
"strength": "preferred",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/healthcareproviderrolecode"
}
},
{
"id": "PractitionerRole.specialty",
"path": "PractitionerRole.specialty",
"mustSupport": true,
"binding": {
"strength": "preferred",
"valueSet": "https://fhir.infoway-inforoute.ca/ValueSet/healthcareproviderspecialtycode"
}
},
{
"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,
"mustSupport": true
},
{
"id": "PractitionerRole.telecom.use",
"path": "PractitionerRole.telecom.use",
"mustSupport": true
}
]
}
}