I'm working on a FHIR-based integration for surgical scheduling, and I have a question regarding the use of the participant element within the Appointment resource.
We know that participant.actor can reference Location resources, and that participant.type can include codes from http://terminology.hl7.org/CodeSystem/v3-ParticipationType, such as LOC (Location).
In our case, we would like to represent two distinct physical locations involved in a surgical appointment:
The operating block (e.g., "Block A")
The specific surgical room (e.g., "Room 3")
Is it acceptable and conformant to FHIR to have two participants in the Appointment, both with type = LOC, but each referencing a different Location?
Thank you in advance for your help .