Package org.hl7.fhir.r4.model
Enum RelatedArtifact.RelatedArtifactType
- java.lang.Object
-
- java.lang.Enum<RelatedArtifact.RelatedArtifactType>
-
- org.hl7.fhir.r4.model.RelatedArtifact.RelatedArtifactType
-
- All Implemented Interfaces:
Serializable,Comparable<RelatedArtifact.RelatedArtifactType>
- Enclosing class:
- RelatedArtifact
public static enum RelatedArtifact.RelatedArtifactType extends Enum<RelatedArtifact.RelatedArtifactType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CITATIONBibliographic citation for papers, references, or other relevant material for the knowledge resource.COMPOSEDOFThe knowledge resource is composed of the given related artifact.DEPENDSONThe knowledge resource depends on the given related artifact.DERIVEDFROMThe knowledge resource is derived from the related artifact.DOCUMENTATIONAdditional documentation for the knowledge resource.JUSTIFICATIONA summary of the justification for the knowledge resource including supporting evidence, relevant guidelines, or other clinically important information.NULLadded to help the parsers with the generic typesPREDECESSORThe previous version of the knowledge resource.SUCCESSORThe next version of the knowledge resource.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RelatedArtifact.RelatedArtifactTypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static RelatedArtifact.RelatedArtifactTypevalueOf(String name)Returns the enum constant of this type with the specified name.static RelatedArtifact.RelatedArtifactType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
DOCUMENTATION
public static final RelatedArtifact.RelatedArtifactType DOCUMENTATION
Additional documentation for the knowledge resource. This would include additional instructions on usage as well as additional information on clinical context or appropriateness.
-
JUSTIFICATION
public static final RelatedArtifact.RelatedArtifactType JUSTIFICATION
A summary of the justification for the knowledge resource including supporting evidence, relevant guidelines, or other clinically important information. This information is intended to provide a way to make the justification for the knowledge resource available to the consumer of interventions or results produced by the knowledge resource.
-
CITATION
public static final RelatedArtifact.RelatedArtifactType CITATION
Bibliographic citation for papers, references, or other relevant material for the knowledge resource. This is intended to allow for citation of related material, but that was not necessarily specifically prepared in connection with this knowledge resource.
-
PREDECESSOR
public static final RelatedArtifact.RelatedArtifactType PREDECESSOR
The previous version of the knowledge resource.
-
SUCCESSOR
public static final RelatedArtifact.RelatedArtifactType SUCCESSOR
The next version of the knowledge resource.
-
DERIVEDFROM
public static final RelatedArtifact.RelatedArtifactType DERIVEDFROM
The knowledge resource is derived from the related artifact. This is intended to capture the relationship in which a particular knowledge resource is based on the content of another artifact, but is modified to capture either a different set of overall requirements, or a more specific set of requirements such as those involved in a particular institution or clinical setting.
-
DEPENDSON
public static final RelatedArtifact.RelatedArtifactType DEPENDSON
The knowledge resource depends on the given related artifact.
-
COMPOSEDOF
public static final RelatedArtifact.RelatedArtifactType COMPOSEDOF
The knowledge resource is composed of the given related artifact.
-
NULL
public static final RelatedArtifact.RelatedArtifactType NULL
added to help the parsers with the generic types
-
-
Method Detail
-
values
public static RelatedArtifact.RelatedArtifactType[] 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 (RelatedArtifact.RelatedArtifactType c : RelatedArtifact.RelatedArtifactType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RelatedArtifact.RelatedArtifactType 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 RelatedArtifact.RelatedArtifactType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-