public enum BasicResourceType extends Enum<BasicResourceType>
| Enum Constant and Description |
|---|
ACCOUNT
A financial instrument used to track costs, charges or other amounts.
|
ADJUDICAT
The determination of what will be paid against a particular invoice based on coverage, plan rules, etc.
|
ADMINACT
An occurrence of a non-care-related event in the healthcare domain, such as approvals, reviews, etc.
|
ADVEVENT
An undesired reaction caused by exposure to some agent (e.g.
|
APTMTREQ
A request that a time be scheduled for a type of service for a specified patient, potentially subject to other constraints
|
CONSENT
An assertion of permission for an activity or set of activities to occur, possibly subject to particular limitations; e.g.
|
DIET
The specification of a set of food and/or other nutritional material to be delivered to a patient.
|
EXPOSURE
Record of a situation where a subject was exposed to a substance.
|
INVESTIGATION
A formalized inquiry into the circumstances surrounding a particular unplanned event or potential event for the purposes of identifying possible causes and contributing factors for the event
|
INVOICE
A request for payment for goods and/or services.
|
NULL
added to help the parsers
|
PREDETERMINE
An adjudication of what would be paid under an insurance plan for a hypothetical claim for goods or services
|
PREDETREQ
A request for a pre-determination of the cost that would be paid under an insurance plan for a hypothetical claim for goods or services
|
PROTOCOL
A set of (possibly conditional) steps to be taken to achieve some aim.
|
REFERRAL
A request that care of a particular type be provided to a patient.
|
STUDY
An investigation to determine information about a particular therapy or product
|
TRANSFER
The transition of a patient or set of material from one location to another
|
| Modifier and Type | Method and Description |
|---|---|
static BasicResourceType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static BasicResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicResourceType CONSENT
public static final BasicResourceType REFERRAL
public static final BasicResourceType ADVEVENT
public static final BasicResourceType APTMTREQ
public static final BasicResourceType TRANSFER
public static final BasicResourceType DIET
public static final BasicResourceType ADMINACT
public static final BasicResourceType EXPOSURE
public static final BasicResourceType INVESTIGATION
public static final BasicResourceType ACCOUNT
public static final BasicResourceType INVOICE
public static final BasicResourceType ADJUDICAT
public static final BasicResourceType PREDETREQ
public static final BasicResourceType PREDETERMINE
public static final BasicResourceType STUDY
public static final BasicResourceType PROTOCOL
public static final BasicResourceType NULL
public static BasicResourceType[] values()
for (BasicResourceType c : BasicResourceType.values()) System.out.println(c);
public static BasicResourceType 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 BasicResourceType 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.