Enum EventResourceTypes
- java.lang.Object
-
- java.lang.Enum<EventResourceTypes>
-
- org.hl7.fhir.r4.model.codesystems.EventResourceTypes
-
- All Implemented Interfaces:
Serializable,Comparable<EventResourceTypes>
public enum EventResourceTypes extends Enum<EventResourceTypes>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CHARGEITEMItem containing charge code(s) associated with the provision of healthcare provider products.CLAIMRESPONSERemittance resource.CLINICALIMPRESSIONA clinical assessment performed when planning treatments and management strategies for a patient.COMMUNICATIONA record of information transmitted from a sender to a receiver.COMPOSITIONA set of resources composed into a single coherent clinical statement with clinical attestation.CONDITIONDetailed information about conditions, problems or diagnoses.CONSENTA healthcare consumer's policy choices to permits or denies recipients or roles to perform actions for specific purposes and periods of time.COVERAGEInsurance or medical plan or a payment agreement.DEVICEUSESTATEMENTRecord of use of a device.DIAGNOSTICREPORTA Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports.DOCUMENTMANIFESTA list that defines a set of documents.DOCUMENTREFERENCEA reference to a document.ENCOUNTERAn interaction during which services are provided to the patient.ENROLLMENTRESPONSEEnrollmentResponse resource.EPISODEOFCAREAn association of a Patient with an Organization and Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility.EXPLANATIONOFBENEFITExplanation of Benefit resource.FAMILYMEMBERHISTORYInformation about patient's relatives, relevant for patient.GUIDANCERESPONSEThe formal response to a guidance request.IMAGINGSTUDYA set of images produced in single study (one or more series of references images).IMMUNIZATIONImmunization event information.MEASUREREPORTResults of a measure evaluation.MEDIAA photo, video, or audio recording acquired or used in healthcare.MEDICATIONADMINISTRATIONAdministration of medication to a patient.MEDICATIONDISPENSEDispensing a medication to a named patient.MEDICATIONSTATEMENTRecord of medication being taken by a patient.NULLadded to help the parsersOBSERVATIONMeasurements and simple assertions.PAYMENTNOTICEPaymentNotice request.PAYMENTRECONCILIATIONPaymentReconciliation resource.PROCEDUREAn action that is being or was performed on a patient.PROCESSRESPONSEProcessResponse resource.QUESTIONNAIRERESPONSEA structured set of questions and their answers.RISKASSESSMENTPotential outcomes for a subject with likelihood.SUPPLYDELIVERYDelivery of bulk Supplies.TASKA task to be performed.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventResourceTypesfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static EventResourceTypesvalueOf(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.
-
-
-
Enum Constant Detail
-
CHARGEITEM
public static final EventResourceTypes CHARGEITEM
Item containing charge code(s) associated with the provision of healthcare provider products.
-
CLAIMRESPONSE
public static final EventResourceTypes CLAIMRESPONSE
Remittance resource.
-
CLINICALIMPRESSION
public static final EventResourceTypes CLINICALIMPRESSION
A clinical assessment performed when planning treatments and management strategies for a patient.
-
COMMUNICATION
public static final EventResourceTypes COMMUNICATION
A record of information transmitted from a sender to a receiver.
-
COMPOSITION
public static final EventResourceTypes COMPOSITION
A set of resources composed into a single coherent clinical statement with clinical attestation.
-
CONDITION
public static final EventResourceTypes CONDITION
Detailed information about conditions, problems or diagnoses.
-
CONSENT
public static final EventResourceTypes 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
public static final EventResourceTypes COVERAGE
Insurance or medical plan or a payment agreement.
-
DEVICEUSESTATEMENT
public static final EventResourceTypes DEVICEUSESTATEMENT
Record of use of a device.
-
DIAGNOSTICREPORT
public static final EventResourceTypes DIAGNOSTICREPORT
A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports.
-
DOCUMENTMANIFEST
public static final EventResourceTypes DOCUMENTMANIFEST
A list that defines a set of documents.
-
DOCUMENTREFERENCE
public static final EventResourceTypes DOCUMENTREFERENCE
A reference to a document.
-
ENCOUNTER
public static final EventResourceTypes ENCOUNTER
An interaction during which services are provided to the patient.
-
ENROLLMENTRESPONSE
public static final EventResourceTypes ENROLLMENTRESPONSE
EnrollmentResponse resource.
-
EPISODEOFCARE
public static final EventResourceTypes 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
public static final EventResourceTypes EXPLANATIONOFBENEFIT
Explanation of Benefit resource.
-
FAMILYMEMBERHISTORY
public static final EventResourceTypes FAMILYMEMBERHISTORY
Information about patient's relatives, relevant for patient.
-
GUIDANCERESPONSE
public static final EventResourceTypes GUIDANCERESPONSE
The formal response to a guidance request.
-
IMAGINGSTUDY
public static final EventResourceTypes IMAGINGSTUDY
A set of images produced in single study (one or more series of references images).
-
IMMUNIZATION
public static final EventResourceTypes IMMUNIZATION
Immunization event information.
-
MEASUREREPORT
public static final EventResourceTypes MEASUREREPORT
Results of a measure evaluation.
-
MEDIA
public static final EventResourceTypes MEDIA
A photo, video, or audio recording acquired or used in healthcare. The actual content may be inline or provided by direct reference.
-
MEDICATIONADMINISTRATION
public static final EventResourceTypes MEDICATIONADMINISTRATION
Administration of medication to a patient.
-
MEDICATIONDISPENSE
public static final EventResourceTypes MEDICATIONDISPENSE
Dispensing a medication to a named patient.
-
MEDICATIONSTATEMENT
public static final EventResourceTypes MEDICATIONSTATEMENT
Record of medication being taken by a patient.
-
OBSERVATION
public static final EventResourceTypes OBSERVATION
Measurements and simple assertions.
-
PAYMENTNOTICE
public static final EventResourceTypes PAYMENTNOTICE
PaymentNotice request.
-
PAYMENTRECONCILIATION
public static final EventResourceTypes PAYMENTRECONCILIATION
PaymentReconciliation resource.
-
PROCEDURE
public static final EventResourceTypes PROCEDURE
An action that is being or was performed on a patient.
-
PROCESSRESPONSE
public static final EventResourceTypes PROCESSRESPONSE
ProcessResponse resource.
-
QUESTIONNAIRERESPONSE
public static final EventResourceTypes QUESTIONNAIRERESPONSE
A structured set of questions and their answers.
-
RISKASSESSMENT
public static final EventResourceTypes RISKASSESSMENT
Potential outcomes for a subject with likelihood.
-
SUPPLYDELIVERY
public static final EventResourceTypes SUPPLYDELIVERY
Delivery of bulk Supplies.
-
TASK
public static final EventResourceTypes TASK
A task to be performed.
-
NULL
public static final EventResourceTypes NULL
added to help the parsers
-
-
Method Detail
-
values
public static EventResourceTypes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EventResourceTypes c : EventResourceTypes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EventResourceTypes valueOf(String name)
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 EventResourceTypes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-