public static enum Enumerations.EventResourceType extends Enum<Enumerations.EventResourceType>
| 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 Enumerations.EventResourceType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Enumerations.EventResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Enumerations.EventResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Enumerations.EventResourceType CHARGEITEM
public static final Enumerations.EventResourceType CLAIMRESPONSE
public static final Enumerations.EventResourceType CLINICALIMPRESSION
public static final Enumerations.EventResourceType COMMUNICATION
public static final Enumerations.EventResourceType COMPOSITION
public static final Enumerations.EventResourceType CONDITION
public static final Enumerations.EventResourceType CONSENT
public static final Enumerations.EventResourceType COVERAGE
public static final Enumerations.EventResourceType DEVICEUSESTATEMENT
public static final Enumerations.EventResourceType DIAGNOSTICREPORT
public static final Enumerations.EventResourceType DOCUMENTMANIFEST
public static final Enumerations.EventResourceType DOCUMENTREFERENCE
public static final Enumerations.EventResourceType ENCOUNTER
public static final Enumerations.EventResourceType ENROLLMENTRESPONSE
public static final Enumerations.EventResourceType EPISODEOFCARE
public static final Enumerations.EventResourceType EXPLANATIONOFBENEFIT
public static final Enumerations.EventResourceType FAMILYMEMBERHISTORY
public static final Enumerations.EventResourceType GUIDANCERESPONSE
public static final Enumerations.EventResourceType IMAGINGSTUDY
public static final Enumerations.EventResourceType IMMUNIZATION
public static final Enumerations.EventResourceType MEASUREREPORT
public static final Enumerations.EventResourceType MEDIA
public static final Enumerations.EventResourceType MEDICATIONADMINISTRATION
public static final Enumerations.EventResourceType MEDICATIONDISPENSE
public static final Enumerations.EventResourceType MEDICATIONSTATEMENT
public static final Enumerations.EventResourceType OBSERVATION
public static final Enumerations.EventResourceType PAYMENTNOTICE
public static final Enumerations.EventResourceType PAYMENTRECONCILIATION
public static final Enumerations.EventResourceType PROCEDURE
public static final Enumerations.EventResourceType PROCESSRESPONSE
public static final Enumerations.EventResourceType QUESTIONNAIRERESPONSE
public static final Enumerations.EventResourceType RISKASSESSMENT
public static final Enumerations.EventResourceType SUPPLYDELIVERY
public static final Enumerations.EventResourceType TASK
public static final Enumerations.EventResourceType NULL
public static Enumerations.EventResourceType[] values()
for (Enumerations.EventResourceType c : Enumerations.EventResourceType.values()) System.out.println(c);
public static Enumerations.EventResourceType 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 Enumerations.EventResourceType 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.