Enum ObjectRole
- All Implemented Interfaces:
Serializable
,Comparable<ObjectRole>
-
Enum Constant Summary
Enum 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 list of jobs or a system that provides lists of jobs; e.g.(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 Summary
Modifier and TypeMethodDescriptionstatic ObjectRole
toCode()
static ObjectRole
Returns the enum constant of this type with the specified name.static ObjectRole[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
_1
This 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. -
_2
This 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. -
_3
This 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. -
_4
A logical object related to a health record event. This is any healthcare specific resource (object) not restricted to FHIR defined Resources. -
_5
This is any configurable file used to control creation of documents. Examples include the objects maintained by the HL7 Master File transactions, Value Sets, etc. -
_6
A human participant not otherwise identified by some other category. -
_7
(deprecated). -
_8
Typically, 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. -
_9
A 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. -
_10
Insurance company, or any other organization who accepts responsibility for paying for the healthcare event. -
_11
A person or active system object involved in the event with a security role. -
_12
A person or system object involved in the event with the authority to modify security roles of other objects. -
_13
A passive object, such as a role table, that is relevant to the event. -
_14
(deprecated) Relevant to certain RBAC security methodologies. -
_15
Any 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. -
_16
The source or destination for data transfer, when it does not match some other role. -
_17
A source or destination for data transfer that acts as an archive, database, or similar role. -
_18
An object that holds schedule information. This could be an appointment book, availability information, etc. -
_19
An 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. -
_20
An order, task, work item, procedure step, or other description of work to be performed; e.g. a particular instance of an MPPS. -
_21
A list of jobs or a system that provides lists of jobs; e.g. an MWL SCP. -
_22
(Deprecated). -
_23
An 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. -
_24
The 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. -
NULL
added to help the parsers
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
fromCode
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-