Skip to main content

HS.FHIR.DTL.Util.SDA3.Handler.Appointment

class HS.FHIR.DTL.Util.SDA3.Handler.Appointment

Method Inventory

Methods

Add the current Patient to the list of participants of an Appointment resource and set the status to "accepted".
classmethod participant(actor As %RegisteredObject, target As %RegisteredObject, ByRef aux) as HS.FHIR.DTL.vSTU3.Model.Element.Appointment.participant
Transforms a clinician from the Encounter streamlet into a practitioner in the Encounter resource. Will add the status as "accepted". actor - SDA3 CodeTable object that will either be a CareProvider or HealthCareFacility. target - The Encounter resource being created, which will contain the references to the Practitioner or Location resources aux - The 'aux' parameter used in all DTLs that contains, among other things, the callback object.
FeedbackOpens in a new tab