public enum ExDiagnosistype extends Enum<ExDiagnosistype>
| Enum Constant and Description |
|---|
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.
|
NULL
added to help the parsers
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static ExDiagnosistype |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ExDiagnosistype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExDiagnosistype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExDiagnosistype ADMITTING
public static final ExDiagnosistype CLINICAL
public static final ExDiagnosistype DIFFERENTIAL
public static final ExDiagnosistype DISCHARGE
public static final ExDiagnosistype LABORATORY
public static final ExDiagnosistype NURSING
public static final ExDiagnosistype PRENATAL
public static final ExDiagnosistype PRINCIPAL
public static final ExDiagnosistype RADIOLOGY
public static final ExDiagnosistype REMOTE
public static final ExDiagnosistype RETROSPECTIVE
public static final ExDiagnosistype SELF
public static final ExDiagnosistype NULL
public static ExDiagnosistype[] values()
for (ExDiagnosistype c : ExDiagnosistype.values()) System.out.println(c);
public static ExDiagnosistype 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 ExDiagnosistype 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.