Enum EventResourceTypes
- All Implemented Interfaces:
Serializable
,Comparable<EventResourceTypes>
-
Enum Constant Summary
Enum ConstantDescriptionItem containing charge code(s) associated with the provision of healthcare provider products.Remittance resource.A clinical assessment performed when planning treatments and management strategies for a patient.A record of information transmitted from a sender to a receiver.A set of resources composed into a single coherent clinical statement with clinical attestation.Detailed information about conditions, problems or diagnoses.A healthcare consumer's policy choices to permits or denies recipients or roles to perform actions for specific purposes and periods of time.Insurance or medical plan or a payment agreement.Record of use of a device.A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports.A list that defines a set of documents.A reference to a document.An interaction during which services are provided to the patient.EnrollmentResponse resource.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.Explanation of Benefit resource.Information about patient's relatives, relevant for patient.The formal response to a guidance request.A set of images produced in single study (one or more series of references images).Immunization event information.Results of a measure evaluation.A photo, video, or audio recording acquired or used in healthcare.Administration of medication to a patient.Dispensing a medication to a named patient.Record of medication being taken by a patient.added to help the parsersMeasurements and simple assertions.PaymentNotice request.PaymentReconciliation resource.An action that is being or was performed on a patient.ProcessResponse resource.A structured set of questions and their answers.Potential outcomes for a subject with likelihood.Delivery of bulk Supplies.A task to be performed. -
Method Summary
Modifier and TypeMethodDescriptionstatic EventResourceTypes
toCode()
static EventResourceTypes
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 Details
-
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. The actual content may be inline or provided by direct reference. -
MEDICATIONADMINISTRATION
Administration of medication to a patient. -
MEDICATIONDISPENSE
Dispensing a medication to a named patient. -
MEDICATIONSTATEMENT
Record of medication being taken by a patient. -
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. -
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 EventResourceTypes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-