FHIR Chat · Appointment Participants · implementers

Stream: implementers

Topic: Appointment Participants


view this post on Zulip Richard Kavanagh (Jul 26 2016 at 11:19):

In DSTU2 Appointments you need to specify at least one Participant.

view this post on Zulip Richard Kavanagh (Jul 26 2016 at 11:19):

pasted image

view this post on Zulip Richard Kavanagh (Jul 26 2016 at 11:21):

The "type" attribute is bound to http://www.hl7.org/implement/standards/fhir/valueset-encounter-participant-type.html which seems to have codes relating to "people" type participants. The participations in the Appointment resource can however be "Devices" or "HealthcaeServices" - what participation types are available for these types of participants?

view this post on Zulip Jeffrey Chen (Jul 26 2016 at 23:57):

You don't have to give a type to the participant in that case. You may use participant.required and participant.status to add additional information to the device/healthcare service.

view this post on Zulip Brian Postlethwaite (Jul 27 2016 at 09:47):

That's correct.
Often you'll only apply the type to the practitioners, and in any case where you aren't going to allocate the specific practitioner ahead of time.


Last updated: Apr 12 2022 at 19:14 UTC