public enum ObjectRole extends Enum<ObjectRole>
| Enum Constant and Description |
|---|
_1
This object is the patient that is the subject of care related to this event.
|
_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.
|
_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.
|
_19
An organization or person that is the recipient of services.
|
_2
This is a location identified as related to the event.
|
_20
An order, task, work item, procedure step, or other description of work to be performed; e.g.
|
_21
A list of jobs or a system that provides lists of jobs; e.g.
|
_22
(Deprecated).
|
_23
An object that specifies or controls the routing or delivery of items.
|
_24
The contents of a query.
|
_3
This object is any kind of persistent document created as a result of the event.
|
_4
A logical object related to a health record event.
|
_5
This is any configurable file used to control creation of documents.
|
_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.
|
_9
A person or system that is being notified as part of the event.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ObjectRole |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ObjectRole |
valueOf(String name)
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.
|
public static final ObjectRole _1
public static final ObjectRole _2
public static final ObjectRole _3
public static final ObjectRole _4
public static final ObjectRole _5
public static final ObjectRole _6
public static final ObjectRole _7
public static final ObjectRole _8
public static final ObjectRole _9
public static final ObjectRole _10
public static final ObjectRole _11
public static final ObjectRole _12
public static final ObjectRole _13
public static final ObjectRole _14
public static final ObjectRole _15
public static final ObjectRole _16
public static final ObjectRole _17
public static final ObjectRole _18
public static final ObjectRole _19
public static final ObjectRole _20
public static final ObjectRole _21
public static final ObjectRole _22
public static final ObjectRole _23
public static final ObjectRole _24
public static final ObjectRole NULL
public static ObjectRole[] values()
for (ObjectRole c : ObjectRole.values()) System.out.println(c);
public static ObjectRole valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ObjectRole fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.