ActionParticipantType
public enum ActionParticipantType: String
The type of participant for the action
URL: http://hl7.org/fhir/action-participant-type ValueSet: http://hl7.org/fhir/ValueSet/action-participant-type
-
The participant is the patient under evaluation
Declaration
Swift
case patient = "patient"
-
The participant is a practitioner involved in the patient’s care
Declaration
Swift
case practitioner = "practitioner"
-
The participant is a person related to the patient
Declaration
Swift
case relatedPerson = "related-person"