Enum V3Hl7PublishingSection
- java.lang.Object
-
- java.lang.Enum<V3Hl7PublishingSection>
-
- org.hl7.fhir.r4.model.codesystems.V3Hl7PublishingSection
-
- All Implemented Interfaces:
Serializable,Comparable<V3Hl7PublishingSection>
public enum V3Hl7PublishingSection extends Enum<V3Hl7PublishingSection>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AMDescription: Represents the HL7 V3 publishing section that deals with the administration and management of health care activities and organizations.HMDescription: Represents the HL7 V3 publishing section that deals with the health care provision and clinical management.IMDescription: Represents the HL7 V3 publishing section that deals with the definition and management of the computing and communication infrastructure necessary to support health care.NULLadded to help the parsersUUDescription: Represents the HL7 V3 publishing section that holds specifications that are unassigned - that have not yet been assigned to one of the formal publishing sections.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V3Hl7PublishingSectionfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static V3Hl7PublishingSectionvalueOf(String name)Returns the enum constant of this type with the specified name.static V3Hl7PublishingSection[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AM
public static final V3Hl7PublishingSection AM
Description: Represents the HL7 V3 publishing section that deals with the administration and management of health care activities and organizations. UsageNote: V3 Specifications are published in a set of "domains", which contain interactions and related specifications for a single area of health care within which can be supported by a single, coherent set of interoperability specifications. For publishing purposes, these domains are aggregated into sub-sections of related health care areas and these sub-sections are further aggregated into three major sets.
-
HM
public static final V3Hl7PublishingSection HM
Description: Represents the HL7 V3 publishing section that deals with the health care provision and clinical management. UsageNote: V3 Specifications are published in a set of "domains", which contain interactions and related specifications for a single area of health care within which can be supported by a single, coherent set of interoperability specifications. For publishing purposes, these domains are aggregated into sub-sections of related health care areas and these sub-sections are further aggregated into three major sets.
-
IM
public static final V3Hl7PublishingSection IM
Description: Represents the HL7 V3 publishing section that deals with the definition and management of the computing and communication infrastructure necessary to support health care. UsageNote: V3 Specifications are published in a set of "domains", which contain interactions and related specifications for a single area of health care within which can be supported by a single, coherent set of interoperability specifications. For publishing purposes, these domains are aggregated into sub-sections of related health care areas and these sub-sections are further aggregated into three major sets.
-
UU
public static final V3Hl7PublishingSection UU
Description: Represents the HL7 V3 publishing section that holds specifications that are unassigned - that have not yet been assigned to one of the formal publishing sections. UsageNote: V3 Specifications are published in a set of "domains", which contain interactions and related specifications for a single area of health care within which can be supported by a single, coherent set of interoperability specifications. For publishing purposes, these domains are aggregated into sub-sections of related health care areas and these sub-sections are further aggregated into three major sets.
-
NULL
public static final V3Hl7PublishingSection NULL
added to help the parsers
-
-
Method Detail
-
values
public static V3Hl7PublishingSection[] 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 (V3Hl7PublishingSection c : V3Hl7PublishingSection.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static V3Hl7PublishingSection 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 V3Hl7PublishingSection fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-