-
Type:
Change Request
-
Resolution: Not Persuasive
-
Priority:
Medium
-
FHIR Core (FHIR)
-
STU3
-
FHIR Infrastructure
-
ServiceRequest (Diagnostic/Procedure/ReferralRequest)
Request Pattern -
-
Jose Costa Teixeira/Victor Vaysman: 8-0-1
-
Clarification
ServiceRequest.requester can lead to documenting the practitioner or organization in different locations:
.requester(Pratitioner) or .requester(PractitionerRole.practitioner(Practitioner))
.requester(Organization) or .requester(PractitionerRole.organization(Organization))
There should be one place to put etiher the requesting practitioner and/or organization to avoid conditions such as "if only practitioner is known, use .requester(Practitioner), but is organization is also known, use .requester(Organization)"
Options to resolve:
- only have PractitionerRole as a choice rather than three (ignoring the other, still valid choices)
- maker .requester 0..* and drop PractitionerRole for the purpose of associating the practitioner with the organization on who's behalf/under who's auspices s/he requested the service.
Additionally, the definition of PractitionerRole does not really support this linking, but per discussions it appears that is acceptable. Therefore, if truly the intent and based on the disposition of this tracker, PractitionerRole scope and purpose needs to be updated.