hl7au / au-fhir-pd

Australian context FHIR profile for provider directory services
MIT License
5 stars 7 forks source link

Restrict PractitionerRole to reference exactly one HealthcareService #7

Closed jakubsielewicz closed 3 years ago

jakubsielewicz commented 3 years ago

PractitionerRole currently allows for references to multiple HealthcareServices, meaning that servers can advertise a single PractitionerRole for a practitioner practicing at multiple practices/clinics.

Whilst this is a simplification for servers, it means that clients wishing to display practitioner and practice/clinic information must enumerate the combinations of PractitionerRole and HealthcareService.

This also creates ambiguity about which HealthcareService I am referring the patient to if I am sending a referral to this PractitionerRole.

Agreed Change 2:

The SMTWG meeting of 2 April 2020 agreed to restrict PractitionerRole to reference exactly one HealthcareService to relieve clients from having to enumerate the combinations.

For details see: https://collaborate.digitalhealth.gov.au/display/SMT/Proposed+changes+-+March+2020

jakubsielewicz commented 3 years ago

Merged into master