Enum Constant Summary
Enum Constants
The diagnosis given as the reason why the patient was admitted to the hospital.
A diagnosis made on the basis of medical signs and patient-reported symptoms, rather than diagnostic tests.
One of a set of the possible diagnoses that could be connected to the signs, symptoms, and lab findings.
The diagnosis given when the patient is discharged from the hospital.
A diagnosis based significantly on laboratory reports or test results, rather than the physical examination of the patient.
added to help the parsers
A diagnosis which identifies people's responses to situations in their lives, such as a readiness to change or a willingness to accept assistance.
A diagnosis determined prior to birth.
The single medical diagnosis that is most relevant to the patient's chief complaint or need for treatment.
A diagnosis based primarily on the results from medical imaging studies.
A diagnosis determined using telemedicine techniques.
The labeling of an illness in a specific historical event using modern knowledge, methods and disease classifications.
A diagnosis determined by the patient.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
ADMITTING
The diagnosis given as the reason why the patient was admitted to the hospital.
CLINICAL
A diagnosis made on the basis of medical signs and patient-reported symptoms, rather than diagnostic tests.
DIFFERENTIAL
One of a set of the possible diagnoses that could be connected to the signs, symptoms, and lab findings.
DISCHARGE
The diagnosis given when the patient is discharged from the hospital.
LABORATORY
A diagnosis based significantly on laboratory reports or test results, rather than the physical examination of the patient.
NURSING
A diagnosis which identifies people's responses to situations in their lives, such as a readiness to change or a willingness to accept assistance.
PRENATAL
A diagnosis determined prior to birth.
PRINCIPAL
The single medical diagnosis that is most relevant to the patient's chief complaint or need for treatment.
RADIOLOGY
A diagnosis based primarily on the results from medical imaging studies.
REMOTE
A diagnosis determined using telemedicine techniques.
RETROSPECTIVE
The labeling of an illness in a specific historical event using modern knowledge, methods and disease classifications.
SELF
A diagnosis determined by the patient.
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 name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException