Enum BasicResourceType
- All Implemented Interfaces:
Serializable
,Comparable<BasicResourceType>
-
Enum Constant Summary
Enum ConstantDescriptionA financial instrument used to track costs, charges or other amounts.The determination of what will be paid against a particular invoice based on coverage, plan rules, etc.An occurrence of a non-care-related event in the healthcare domain, such as approvals, reviews, etc.An undesired reaction caused by exposure to some agent (e.g.A request that a time be scheduled for a type of service for a specified patient, potentially subject to other constraintsAn assertion of permission for an activity or set of activities to occur, possibly subject to particular limitations; e.g.The specification of a set of food and/or other nutritional material to be delivered to a patient.Record of a situation where a subject was exposed to a substance.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 eventA request for payment for goods and/or services.added to help the parsersAn adjudication of what would be paid under an insurance plan for a hypothetical claim for goods or servicesA request for a pre-determination of the cost that would be paid under an insurance plan for a hypothetical claim for goods or servicesA set of (possibly conditional) steps to be taken to achieve some aim.A request that care of a particular type be provided to a patient.An investigation to determine information about a particular therapy or productThe transition of a patient or set of material from one location to another -
Method Summary
Modifier and TypeMethodDescriptionstatic BasicResourceType
toCode()
static BasicResourceType
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.
-
Enum Constant Details
-
CONSENT
An assertion of permission for an activity or set of activities to occur, possibly subject to particular limitations; e.g. surgical consent, information disclosure consent, etc. -
REFERRAL
A request that care of a particular type be provided to a patient. Could involve the transfer of care, a consult, etc. -
ADVEVENT
An undesired reaction caused by exposure to some agent (e.g. a medication, immunization, food, or environmental agent). -
APTMTREQ
A request that a time be scheduled for a type of service for a specified patient, potentially subject to other constraints -
TRANSFER
The transition of a patient or set of material from one location to another -
DIET
The specification of a set of food and/or other nutritional material to be delivered to a patient. -
ADMINACT
An occurrence of a non-care-related event in the healthcare domain, such as approvals, reviews, etc. -
EXPOSURE
Record of a situation where a subject was exposed to a substance. Usually of interest to public health. -
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 -
ACCOUNT
A financial instrument used to track costs, charges or other amounts. -
INVOICE
A request for payment for goods and/or services. Includes the idea of a healthcare insurance claim. -
ADJUDICAT
The determination of what will be paid against a particular invoice based on coverage, plan rules, etc. -
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 -
PREDETERMINE
An adjudication of what would be paid under an insurance plan for a hypothetical claim for goods or services -
STUDY
An investigation to determine information about a particular therapy or product -
PROTOCOL
A set of (possibly conditional) steps to be taken to achieve some aim. Includes study protocols, treatment protocols, emergency protocols, etc. -
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
public static BasicResourceType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-