Enum HspcOrganizationOrganizationtype
- java.lang.Object
-
- java.lang.Enum<HspcOrganizationOrganizationtype>
-
- org.hl7.fhir.dstu2016may.model.codesystems.HspcOrganizationOrganizationtype
-
- All Implemented Interfaces:
Serializable,Comparable<HspcOrganizationOrganizationtype>
public enum HspcOrganizationOrganizationtype extends Enum<HspcOrganizationOrganizationtype>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _526758010A place where outpatients are provided medical treatments or advices._526758011A center where patients with cancer are cared and treated._526758012A place where dental services are provided._526758013A center where patients are provided imaging services._526758014A center where patients with kidney diseases are provided dialysis services._526758015A place where people of different ages gain an education._526758016A government organization set up for a specific purpose such as the management of resources, financial oversight of industries or national security issues._526758017An organization which provides assistant health care for people at their homes._526758018An institution where the sick or injuried people are provided medical and surgical treatments and nursing cares._526758019A network or group of hospitals that work together to coordinate and deliver a broad spectrum of services to their community._526758020A financial institution that sells insurance._526758021A laboratory where tests are done on clinical specimens in order to get information about the health of a patient as pertaining to the diagnosis, treatment, and prevention of disease._526758022A facility providing skilled, intermediate or custodial nursing care._526758023A store or a place in the hospital where drugs and medicines are dispensed and sold._526758024A center where outpatients are provided surgical services.NULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HspcOrganizationOrganizationtypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static HspcOrganizationOrganizationtypevalueOf(String name)Returns the enum constant of this type with the specified name.static HspcOrganizationOrganizationtype[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_526758010
public static final HspcOrganizationOrganizationtype _526758010
A place where outpatients are provided medical treatments or advices.
-
_526758011
public static final HspcOrganizationOrganizationtype _526758011
A center where patients with cancer are cared and treated.
-
_526758012
public static final HspcOrganizationOrganizationtype _526758012
A place where dental services are provided.
-
_526758013
public static final HspcOrganizationOrganizationtype _526758013
A center where patients are provided imaging services.
-
_526758014
public static final HspcOrganizationOrganizationtype _526758014
A center where patients with kidney diseases are provided dialysis services.
-
_526758015
public static final HspcOrganizationOrganizationtype _526758015
A place where people of different ages gain an education.
-
_526758016
public static final HspcOrganizationOrganizationtype _526758016
A government organization set up for a specific purpose such as the management of resources, financial oversight of industries or national security issues.
-
_526758017
public static final HspcOrganizationOrganizationtype _526758017
An organization which provides assistant health care for people at their homes.
-
_526758018
public static final HspcOrganizationOrganizationtype _526758018
An institution where the sick or injuried people are provided medical and surgical treatments and nursing cares.
-
_526758019
public static final HspcOrganizationOrganizationtype _526758019
A network or group of hospitals that work together to coordinate and deliver a broad spectrum of services to their community.
-
_526758020
public static final HspcOrganizationOrganizationtype _526758020
A financial institution that sells insurance.
-
_526758021
public static final HspcOrganizationOrganizationtype _526758021
A laboratory where tests are done on clinical specimens in order to get information about the health of a patient as pertaining to the diagnosis, treatment, and prevention of disease.
-
_526758022
public static final HspcOrganizationOrganizationtype _526758022
A facility providing skilled, intermediate or custodial nursing care.
-
_526758023
public static final HspcOrganizationOrganizationtype _526758023
A store or a place in the hospital where drugs and medicines are dispensed and sold.
-
_526758024
public static final HspcOrganizationOrganizationtype _526758024
A center where outpatients are provided surgical services.
-
NULL
public static final HspcOrganizationOrganizationtype NULL
added to help the parsers
-
-
Method Detail
-
values
public static HspcOrganizationOrganizationtype[] 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 (HspcOrganizationOrganizationtype c : HspcOrganizationOrganizationtype.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HspcOrganizationOrganizationtype 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 HspcOrganizationOrganizationtype fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-