Class PARTICIPATION

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseDatatype, org.hl7.fhir.instance.model.api.ICompositeType

public class PARTICIPATION extends LOCATABLE implements org.hl7.fhir.instance.model.api.ICompositeType
Model of a participation of a Party (any Actor or Role) in an activity. Used to represent any participation of a Party in some activity, which is not explicitly in the model, e.g. assisting nurse. Can be used to record past or future participations. Should not be used in place of more permanent relationships between demographic entities.
See Also:
  • Field Details

    • function

      protected DV_TEXT function
      Optional reference to more detailed demographic or identification information for this party, in an external system.
    • mode

      protected DV_CODED_TEXT mode
      Optional reference to more detailed demographic or identification information for this party, in an external system.
    • performer

      Optional reference to more detailed demographic or identification information for this party, in an external system.
    • time

      protected DV_INTERVAL time
      Optional reference to more detailed demographic or identification information for this party, in an external system.
  • Constructor Details

  • Method Details