Class ConceptMap

  • All Implemented Interfaces:
    ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

    public class ConceptMap
    extends DomainResource
    A statement of relationships from one set of concepts to one or more other concepts - either code systems or data elements, or classes in class models.
    See Also:
    Serialized Form
    • Method Detail

      • getUrlElement

        public UriType getUrlElement()
        Returns:
        url (An absolute URL that is used to identify this concept map when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this concept map is (or will be) published.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
      • hasUrl

        public boolean hasUrl()
      • setUrlElement

        public ConceptMap setUrlElement​(UriType value)
        Parameters:
        value - url (An absolute URL that is used to identify this concept map when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this concept map is (or will be) published.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
      • getUrl

        public String getUrl()
        Returns:
        An absolute URL that is used to identify this concept map when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this concept map is (or will be) published.
      • setUrl

        public ConceptMap setUrl​(String value)
        Parameters:
        value - An absolute URL that is used to identify this concept map when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this concept map is (or will be) published.
      • getIdentifier

        public Identifier getIdentifier()
        Returns:
        identifier (Formal identifier that is used to identify this concept map when it is represented in other formats, or referenced in a specification, model, design or an instance.)
      • setIdentifier

        public ConceptMap setIdentifier​(Identifier value)
        Parameters:
        value - identifier (Formal identifier that is used to identify this concept map when it is represented in other formats, or referenced in a specification, model, design or an instance.)
      • getVersionElement

        public StringType getVersionElement()
        Returns:
        version (The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
      • setVersionElement

        public ConceptMap setVersionElement​(StringType value)
        Parameters:
        value - version (The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
      • getVersion

        public String getVersion()
        Returns:
        The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.
      • setVersion

        public ConceptMap setVersion​(String value)
        Parameters:
        value - The identifier that is used to identify this version of the concept map when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.
      • getNameElement

        public StringType getNameElement()
        Returns:
        name (A free text natural language name describing the concept map.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
      • hasName

        public boolean hasName()
      • setNameElement

        public ConceptMap setNameElement​(StringType value)
        Parameters:
        value - name (A free text natural language name describing the concept map.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
      • getName

        public String getName()
        Returns:
        A free text natural language name describing the concept map.
      • setName

        public ConceptMap setName​(String value)
        Parameters:
        value - A free text natural language name describing the concept map.
      • getExperimentalElement

        public BooleanType getExperimentalElement()
        Returns:
        experimental (This ConceptMap was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the value
      • setExperimentalElement

        public ConceptMap setExperimentalElement​(BooleanType value)
        Parameters:
        value - experimental (This ConceptMap was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the value
      • getExperimental

        public boolean getExperimental()
        Returns:
        This ConceptMap was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
      • setExperimental

        public ConceptMap setExperimental​(boolean value)
        Parameters:
        value - This ConceptMap was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
      • getPublisherElement

        public StringType getPublisherElement()
        Returns:
        publisher (The name of the individual or organization that published the concept map.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the value
      • setPublisherElement

        public ConceptMap setPublisherElement​(StringType value)
        Parameters:
        value - publisher (The name of the individual or organization that published the concept map.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the value
      • getPublisher

        public String getPublisher()
        Returns:
        The name of the individual or organization that published the concept map.
      • setPublisher

        public ConceptMap setPublisher​(String value)
        Parameters:
        value - The name of the individual or organization that published the concept map.
      • getDateElement

        public DateTimeType getDateElement()
        Returns:
        date (The date this version of the concept map was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the concept map changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
      • hasDate

        public boolean hasDate()
      • setDateElement

        public ConceptMap setDateElement​(DateTimeType value)
        Parameters:
        value - date (The date this version of the concept map was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the concept map changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
      • getDate

        public Date getDate()
        Returns:
        The date this version of the concept map was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the concept map changes.
      • setDate

        public ConceptMap setDate​(Date value)
        Parameters:
        value - The date this version of the concept map was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the concept map changes.
      • getDescriptionElement

        public StringType getDescriptionElement()
        Returns:
        description (A free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
      • setDescriptionElement

        public ConceptMap setDescriptionElement​(StringType value)
        Parameters:
        value - description (A free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
      • getDescription

        public String getDescription()
        Returns:
        A free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.
      • setDescription

        public ConceptMap setDescription​(String value)
        Parameters:
        value - A free text natural language description of the use of the concept map - reason for definition, conditions of use, etc.
      • getUseContext

        public List<CodeableConceptgetUseContext()
        Returns:
        useContext (The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of concept map instances.)
      • addUseContext

        public CodeableConcept addUseContext()
        Returns:
        useContext (The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of concept map instances.)
      • getRequirementsElement

        public StringType getRequirementsElement()
        Returns:
        requirements (Explains why this concept map is needed and why it has been constrained as it has.). This is the underlying object with id, value and extensions. The accessor "getRequirements" gives direct access to the value
      • setRequirementsElement

        public ConceptMap setRequirementsElement​(StringType value)
        Parameters:
        value - requirements (Explains why this concept map is needed and why it has been constrained as it has.). This is the underlying object with id, value and extensions. The accessor "getRequirements" gives direct access to the value
      • getRequirements

        public String getRequirements()
        Returns:
        Explains why this concept map is needed and why it has been constrained as it has.
      • setRequirements

        public ConceptMap setRequirements​(String value)
        Parameters:
        value - Explains why this concept map is needed and why it has been constrained as it has.
      • getCopyrightElement

        public StringType getCopyrightElement()
        Returns:
        copyright (A copyright statement relating to the concept map and/or its contents.). This is the underlying object with id, value and extensions. The accessor "getCopyright" gives direct access to the value
      • setCopyrightElement

        public ConceptMap setCopyrightElement​(StringType value)
        Parameters:
        value - copyright (A copyright statement relating to the concept map and/or its contents.). This is the underlying object with id, value and extensions. The accessor "getCopyright" gives direct access to the value
      • getCopyright

        public String getCopyright()
        Returns:
        A copyright statement relating to the concept map and/or its contents.
      • setCopyright

        public ConceptMap setCopyright​(String value)
        Parameters:
        value - A copyright statement relating to the concept map and/or its contents.
      • getSource

        public Type getSource()
        Returns:
        source (The source value set that specifies the concepts that are being mapped.)
      • getSourceUriType

        public UriType getSourceUriType()
                                 throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        source (The source value set that specifies the concepts that are being mapped.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getSourceReference

        public Reference getSourceReference()
                                     throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        source (The source value set that specifies the concepts that are being mapped.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • setSource

        public ConceptMap setSource​(Type value)
        Parameters:
        value - source (The source value set that specifies the concepts that are being mapped.)
      • getTarget

        public Type getTarget()
        Returns:
        target (The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.)
      • getTargetUriType

        public UriType getTargetUriType()
                                 throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        target (The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getTargetReference

        public Reference getTargetReference()
                                     throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        target (The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • setTarget

        public ConceptMap setTarget​(Type value)
        Parameters:
        value - target (The target value set provides context to the mappings. Note that the mapping is made between concepts, not between value sets, but the value set provides important context about how the concept mapping choices are made.)
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface org.hl7.fhir.instance.model.api.IBase
        Overrides:
        isEmpty in class DomainResource