public enum EventResourceTypes extends Enum<EventResourceTypes>
| Enum Constant and Description |
|---|
CHARGEITEM
Item containing charge code(s) associated with the provision of healthcare provider products.
|
CLAIMRESPONSE
Remittance resource.
|
CLINICALIMPRESSION
A clinical assessment performed when planning treatments and management strategies for a patient.
|
COMMUNICATION
A record of information transmitted from a sender to a receiver.
|
COMPOSITION
A set of resources composed into a single coherent clinical statement with clinical attestation.
|
CONDITION
Detailed information about conditions, problems or diagnoses.
|
CONSENT
A healthcare consumer's policy choices to permits or denies recipients or roles to perform actions for specific purposes and periods of time.
|
COVERAGE
Insurance or medical plan or a payment agreement.
|
DEVICEUSESTATEMENT
Record of use of a device.
|
DIAGNOSTICREPORT
A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports.
|
DOCUMENTMANIFEST
A list that defines a set of documents.
|
DOCUMENTREFERENCE
A reference to a document.
|
ENCOUNTER
An interaction during which services are provided to the patient.
|
ENROLLMENTRESPONSE
EnrollmentResponse resource.
|
EPISODEOFCARE
An association of a Patient with an Organization and Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility.
|
EXPLANATIONOFBENEFIT
Explanation of Benefit resource.
|
FAMILYMEMBERHISTORY
Information about patient's relatives, relevant for patient.
|
GUIDANCERESPONSE
The formal response to a guidance request.
|
IMAGINGSTUDY
A set of images produced in single study (one or more series of references images).
|
IMMUNIZATION
Immunization event information.
|
MEASUREREPORT
Results of a measure evaluation.
|
MEDIA
A photo, video, or audio recording acquired or used in healthcare.
|
MEDICATIONADMINISTRATION
Administration of medication to a patient.
|
MEDICATIONDISPENSE
Dispensing a medication to a named patient.
|
MEDICATIONSTATEMENT
Record of medication being taken by a patient.
|
NULL
added to help the parsers
|
OBSERVATION
Measurements and simple assertions.
|
PAYMENTNOTICE
PaymentNotice request.
|
PAYMENTRECONCILIATION
PaymentReconciliation resource.
|
PROCEDURE
An action that is being or was performed on a patient.
|
PROCESSRESPONSE
ProcessResponse resource.
|
QUESTIONNAIRERESPONSE
A structured set of questions and their answers.
|
RISKASSESSMENT
Potential outcomes for a subject with likelihood.
|
SUPPLYDELIVERY
Delivery of bulk Supplies.
|
TASK
A task to be performed.
|
| Modifier and Type | Method and Description |
|---|---|
static EventResourceTypes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static EventResourceTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventResourceTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventResourceTypes CHARGEITEM
public static final EventResourceTypes CLAIMRESPONSE
public static final EventResourceTypes CLINICALIMPRESSION
public static final EventResourceTypes COMMUNICATION
public static final EventResourceTypes COMPOSITION
public static final EventResourceTypes CONDITION
public static final EventResourceTypes CONSENT
public static final EventResourceTypes COVERAGE
public static final EventResourceTypes DEVICEUSESTATEMENT
public static final EventResourceTypes DIAGNOSTICREPORT
public static final EventResourceTypes DOCUMENTMANIFEST
public static final EventResourceTypes DOCUMENTREFERENCE
public static final EventResourceTypes ENCOUNTER
public static final EventResourceTypes ENROLLMENTRESPONSE
public static final EventResourceTypes EPISODEOFCARE
public static final EventResourceTypes EXPLANATIONOFBENEFIT
public static final EventResourceTypes FAMILYMEMBERHISTORY
public static final EventResourceTypes GUIDANCERESPONSE
public static final EventResourceTypes IMAGINGSTUDY
public static final EventResourceTypes IMMUNIZATION
public static final EventResourceTypes MEASUREREPORT
public static final EventResourceTypes MEDIA
public static final EventResourceTypes MEDICATIONADMINISTRATION
public static final EventResourceTypes MEDICATIONDISPENSE
public static final EventResourceTypes MEDICATIONSTATEMENT
public static final EventResourceTypes OBSERVATION
public static final EventResourceTypes PAYMENTNOTICE
public static final EventResourceTypes PAYMENTRECONCILIATION
public static final EventResourceTypes PROCEDURE
public static final EventResourceTypes PROCESSRESPONSE
public static final EventResourceTypes QUESTIONNAIRERESPONSE
public static final EventResourceTypes RISKASSESSMENT
public static final EventResourceTypes SUPPLYDELIVERY
public static final EventResourceTypes TASK
public static final EventResourceTypes NULL
public static EventResourceTypes[] values()
for (EventResourceTypes c : EventResourceTypes.values()) System.out.println(c);
public static EventResourceTypes 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 EventResourceTypes 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.