
Enum Class ObjectRole
- All Implemented Interfaces:
- Serializable,- Comparable<ObjectRole>,- Constable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionThis object is the patient that is the subject of care related to this event.Insurance company, or any other organization who accepts responsibility for paying for the healthcare event.A person or active system object involved in the event with a security role.A person or system object involved in the event with the authority to modify security roles of other objects.A passive object, such as a role table, that is relevant to the event.(deprecated) Relevant to certain RBAC security methodologies.Any person or organization responsible for providing care.The source or destination for data transfer, when it does not match some other role.A source or destination for data transfer that acts as an archive, database, or similar role.An object that holds schedule information.An organization or person that is the recipient of services.This is a location identified as related to the event.An order, task, work item, procedure step, or other description of work to be performed; e.g. a particular instance of an MPPS.A list of jobs or a system that provides lists of jobs; e.g. an MWL SCP.(Deprecated)An object that specifies or controls the routing or delivery of items.The contents of a query.This object is any kind of persistent document created as a result of the event.A logical object related to a health record event.This is any configurable file used to control creation of documents.A human participant not otherwise identified by some other category.(deprecated)Typically a licensed person who is providing or performing care related to the event, generally a physician.A person or system that is being notified as part of the event.added to help the parsers
- 
Method SummaryModifier and TypeMethodDescriptionstatic ObjectRoletoCode()static ObjectRoleReturns the enum constant of this class with the specified name.static ObjectRole[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
_1This object is the patient that is the subject of care related to this event. It is identifiable by patient ID or equivalent. The patient may be either human or animal.
- 
_2This is a location identified as related to the event. This is usually the location where the event took place. Note that for shipping, the usual events are arrival at a location or departure from a location.
- 
_3This object is any kind of persistent document created as a result of the event. This could be a paper report, film, electronic report, DICOM Study, etc. Issues related to medical records life cycle management are conveyed elsewhere.
- 
_4A logical object related to a health record event. This is any healthcare specific resource (object) not restricted to FHIR defined Resources.
- 
_5This is any configurable file used to control creation of documents. Examples include the objects maintained by the HL7 Master File transactions, Value Sets, etc.
- 
_6A human participant not otherwise identified by some other category.
- 
_7(deprecated)
- 
_8Typically a licensed person who is providing or performing care related to the event, generally a physician. The key distinction between doctor and practitioner is with regards to their role, not the licensing. The doctor is the human who actually performed the work. The practitioner is the human or organization that is responsible for the work.
- 
_9A person or system that is being notified as part of the event. This is relevant in situations where automated systems provide notifications to other parties when an event took place.
- 
_10Insurance company, or any other organization who accepts responsibility for paying for the healthcare event.
- 
_11A person or active system object involved in the event with a security role.
- 
_12A person or system object involved in the event with the authority to modify security roles of other objects.
- 
_13A passive object, such as a role table, that is relevant to the event.
- 
_14(deprecated) Relevant to certain RBAC security methodologies.
- 
_15Any person or organization responsible for providing care. This encompasses all forms of care, licensed or otherwise, and all sorts of teams and care groups. Note the distinction between practitioner and the doctor that actually provided the care to the patient.
- 
_16The source or destination for data transfer, when it does not match some other role.
- 
_17A source or destination for data transfer that acts as an archive, database, or similar role.
- 
_18An object that holds schedule information. This could be an appointment book, availability information, etc.
- 
_19An organization or person that is the recipient of services. This could be an organization that is buying services for a patient, or a person that is buying services for an animal.
- 
_20An order, task, work item, procedure step, or other description of work to be performed; e.g. a particular instance of an MPPS.
- 
_21A list of jobs or a system that provides lists of jobs; e.g. an MWL SCP.
- 
_22(Deprecated)
- 
_23An object that specifies or controls the routing or delivery of items. For example, a distribution list is the routing criteria for mail. The items delivered may be documents, jobs, or other objects.
- 
_24The contents of a query. This is used to capture the contents of any kind of query. For security surveillance purposes knowing the queries being made is very important.
- 
NULLadded to help the parsers
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
fromCode- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
toCode
- 
getSystem
- 
getDefinition
- 
getDisplay
 
-