Class RelatedArtifactType

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class RelatedArtifactType
    extends Code
    • Field Detail

      • DOCUMENTATION

        public static final RelatedArtifactType DOCUMENTATION
        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 RelatedArtifactType JUSTIFICATION
        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 RelatedArtifactType CITATION
        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 RelatedArtifactType PREDECESSOR
        Predecessor

        The previous version of the knowledge resource.

      • SUCCESSOR

        public static final RelatedArtifactType SUCCESSOR
        Successor

        The next version of the knowledge resource.

      • DERIVED_FROM

        public static final RelatedArtifactType DERIVED_FROM
        Derived From

        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.

      • DEPENDS_ON

        public static final RelatedArtifactType DEPENDS_ON
        Depends On

        The knowledge resource depends on the given related artifact.

      • COMPOSED_OF

        public static final RelatedArtifactType COMPOSED_OF
        Composed Of

        The knowledge resource is composed of the given related artifact.

    • Method Detail

      • of

        public static RelatedArtifactType of​(String value)
        Factory method for creating RelatedArtifactType objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • string

        public static String string​(String value)
        Inherited factory method for creating RelatedArtifactType objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • code

        public static Code code​(String value)
        Inherited factory method for creating RelatedArtifactType objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Code