Class CodeSystem

  • 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 CodeSystem
    extends DomainResource
    A code system resource specifies a set of codes drawn from one or more code systems.
    See Also:
    Serialized Form
    • Field Detail

      • url

        protected UriType url
        An absolute URL that is used to identify this code system 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 code system is (or will be) published. This is used in [Coding]{datatypes.html#Coding}.system.
      • identifier

        protected Identifier identifier
        Formal identifier that is used to identify this code system when it is represented in other formats, or referenced in a specification, model, design or an instance.
      • version

        protected StringType version
        Used to identify this version of the code system when it is referenced in a specification, model, design or instance (e.g. Coding.version). This is an arbitrary value managed by the profile author manually and the value should be a timestamp. This is used in [Coding]{datatypes.html#Coding}.version.
      • name

        protected StringType name
        A free text natural language name describing the code system.
      • experimental

        protected BooleanType experimental
        This CodeSystem was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
      • publisher

        protected StringType publisher
        The name of the individual or organization that published the code system.
      • date

        protected DateTimeType date
        The date that the code system status was last changed. 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 implementation guide changes (e.g. the 'content logical definition').
      • description

        protected StringType description
        A free text natural language description of the use of the code system - reason for definition, "the semantic space" to be included in the code system, conditions of use, etc. The description may include a list of expected usages for the code system and can also describe the approach taken to build the code system.
      • useContext

        protected List<CodeableConcept> 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 code system definitions.
      • requirements

        protected StringType requirements
        Explains why this code system is needed and why it has been constrained as it has.
      • copyright

        protected StringType copyright
        A copyright statement relating to the code system and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the code system.
      • caseSensitive

        protected BooleanType caseSensitive
        If code comparison is case sensitive when codes within this system are compared to each other.
      • valueSet

        protected UriType valueSet
        Canonical URL of value set that contains the entire code system.
      • versionNeeded

        protected BooleanType versionNeeded
        This flag is used to signify that the code system has not (or does not) maintain the definitions, and a version must be specified when referencing this code system.
      • count

        protected UnsignedIntType count
        The total number of concepts defined by the code system. Where the code system has a compositional grammar, the count refers to the number of base (primitive) concepts.
      • concept

        protected List<CodeSystem.ConceptDefinitionComponent> concept
        Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meaning of the hierarchical relationships are.
      • SP_CONTENT

        public static final String SP_CONTENT
        Search parameter: content

        Description: not-present | examplar | fragment | complete
        Type: token
        Path: CodeSystem.content

        See Also:
        Constant Field Values
      • CONTENT

        public static final ca.uhn.fhir.rest.gclient.TokenClientParam CONTENT
        Fluent Client search parameter constant for content

        Description: not-present | examplar | fragment | complete
        Type: token
        Path: CodeSystem.content

      • SP_SYSTEM

        public static final String SP_SYSTEM
        Search parameter: system

        Description: The system for any codes defined by this code system (same as 'url')
        Type: uri
        Path: CodeSystem.url

        See Also:
        Constant Field Values
      • SYSTEM

        public static final ca.uhn.fhir.rest.gclient.UriClientParam SYSTEM
        Fluent Client search parameter constant for system

        Description: The system for any codes defined by this code system (same as 'url')
        Type: uri
        Path: CodeSystem.url

      • SP_STATUS

        public static final String SP_STATUS
        Search parameter: status

        Description: The status of the code system
        Type: token
        Path: CodeSystem.status

        See Also:
        Constant Field Values
      • STATUS

        public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
        Fluent Client search parameter constant for status

        Description: The status of the code system
        Type: token
        Path: CodeSystem.status

      • SP_DESCRIPTION

        public static final String SP_DESCRIPTION
        Search parameter: description

        Description: Text search in the description of the code system
        Type: string
        Path: CodeSystem.description

        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final ca.uhn.fhir.rest.gclient.StringClientParam DESCRIPTION
        Fluent Client search parameter constant for description

        Description: Text search in the description of the code system
        Type: string
        Path: CodeSystem.description

      • SP_NAME

        public static final String SP_NAME
        Search parameter: name

        Description: The name of the code system
        Type: string
        Path: CodeSystem.name

        See Also:
        Constant Field Values
      • NAME

        public static final ca.uhn.fhir.rest.gclient.StringClientParam NAME
        Fluent Client search parameter constant for name

        Description: The name of the code system
        Type: string
        Path: CodeSystem.name

      • SP_CONTEXT

        public static final String SP_CONTEXT
        Search parameter: context

        Description: A use context assigned to the code system
        Type: token
        Path: CodeSystem.useContext

        See Also:
        Constant Field Values
      • CONTEXT

        public static final ca.uhn.fhir.rest.gclient.TokenClientParam CONTEXT
        Fluent Client search parameter constant for context

        Description: A use context assigned to the code system
        Type: token
        Path: CodeSystem.useContext

      • SP_LANGUAGE

        public static final String SP_LANGUAGE
        Search parameter: language

        Description: A language in which a designation is provided
        Type: token
        Path: CodeSystem.concept.designation.language

        See Also:
        Constant Field Values
      • LANGUAGE

        public static final ca.uhn.fhir.rest.gclient.TokenClientParam LANGUAGE
        Fluent Client search parameter constant for language

        Description: A language in which a designation is provided
        Type: token
        Path: CodeSystem.concept.designation.language

      • SP_CODE

        public static final String SP_CODE
        Search parameter: code

        Description: A code defined in the code system
        Type: token
        Path: CodeSystem.concept.code

        See Also:
        Constant Field Values
      • CODE

        public static final ca.uhn.fhir.rest.gclient.TokenClientParam CODE
        Fluent Client search parameter constant for code

        Description: A code defined in the code system
        Type: token
        Path: CodeSystem.concept.code

      • SP_DATE

        public static final String SP_DATE
        Search parameter: date

        Description: The code system publication date
        Type: date
        Path: CodeSystem.date

        See Also:
        Constant Field Values
      • DATE

        public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
        Fluent Client search parameter constant for date

        Description: The code system publication date
        Type: date
        Path: CodeSystem.date

      • SP_IDENTIFIER

        public static final String SP_IDENTIFIER
        Search parameter: identifier

        Description: The identifier for the code system
        Type: token
        Path: CodeSystem.identifier

        See Also:
        Constant Field Values
      • IDENTIFIER

        public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
        Fluent Client search parameter constant for identifier

        Description: The identifier for the code system
        Type: token
        Path: CodeSystem.identifier

      • SP_URL

        public static final String SP_URL
        Search parameter: url

        Description: The logical URL for the code system
        Type: uri
        Path: CodeSystem.url

        See Also:
        Constant Field Values
      • URL

        public static final ca.uhn.fhir.rest.gclient.UriClientParam URL
        Fluent Client search parameter constant for url

        Description: The logical URL for the code system
        Type: uri
        Path: CodeSystem.url

      • SP_PUBLISHER

        public static final String SP_PUBLISHER
        Search parameter: publisher

        Description: Name of the publisher of the code system
        Type: string
        Path: CodeSystem.publisher

        See Also:
        Constant Field Values
      • PUBLISHER

        public static final ca.uhn.fhir.rest.gclient.StringClientParam PUBLISHER
        Fluent Client search parameter constant for publisher

        Description: Name of the publisher of the code system
        Type: string
        Path: CodeSystem.publisher

      • SP_VERSION

        public static final String SP_VERSION
        Search parameter: version

        Description: The version identifier of the code system
        Type: token
        Path: CodeSystem.version

        See Also:
        Constant Field Values
      • VERSION

        public static final ca.uhn.fhir.rest.gclient.TokenClientParam VERSION
        Fluent Client search parameter constant for version

        Description: The version identifier of the code system
        Type: token
        Path: CodeSystem.version

    • Method Detail

      • getUrlElement

        public UriType getUrlElement()
        Returns:
        url (An absolute URL that is used to identify this code system 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 code system is (or will be) published. This is used in [Coding]{datatypes.html#Coding}.system.). 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 CodeSystem setUrlElement​(UriType value)
        Parameters:
        value - url (An absolute URL that is used to identify this code system 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 code system is (or will be) published. This is used in [Coding]{datatypes.html#Coding}.system.). 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 code system 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 code system is (or will be) published. This is used in [Coding]{datatypes.html#Coding}.system.
      • setUrl

        public CodeSystem setUrl​(String value)
        Parameters:
        value - An absolute URL that is used to identify this code system 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 code system is (or will be) published. This is used in [Coding]{datatypes.html#Coding}.system.
      • getIdentifier

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

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

        public StringType getVersionElement()
        Returns:
        version (Used to identify this version of the code system when it is referenced in a specification, model, design or instance (e.g. Coding.version). This is an arbitrary value managed by the profile author manually and the value should be a timestamp. This is used in [Coding]{datatypes.html#Coding}.version.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
      • setVersionElement

        public CodeSystem setVersionElement​(StringType value)
        Parameters:
        value - version (Used to identify this version of the code system when it is referenced in a specification, model, design or instance (e.g. Coding.version). This is an arbitrary value managed by the profile author manually and the value should be a timestamp. This is used in [Coding]{datatypes.html#Coding}.version.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
      • getVersion

        public String getVersion()
        Returns:
        Used to identify this version of the code system when it is referenced in a specification, model, design or instance (e.g. Coding.version). This is an arbitrary value managed by the profile author manually and the value should be a timestamp. This is used in [Coding]{datatypes.html#Coding}.version.
      • setVersion

        public CodeSystem setVersion​(String value)
        Parameters:
        value - Used to identify this version of the code system when it is referenced in a specification, model, design or instance (e.g. Coding.version). This is an arbitrary value managed by the profile author manually and the value should be a timestamp. This is used in [Coding]{datatypes.html#Coding}.version.
      • getNameElement

        public StringType getNameElement()
        Returns:
        name (A free text natural language name describing the code system.). 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 CodeSystem setNameElement​(StringType value)
        Parameters:
        value - name (A free text natural language name describing the code system.). 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 code system.
      • setName

        public CodeSystem setName​(String value)
        Parameters:
        value - A free text natural language name describing the code system.
      • getExperimentalElement

        public BooleanType getExperimentalElement()
        Returns:
        experimental (This CodeSystem 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 CodeSystem setExperimentalElement​(BooleanType value)
        Parameters:
        value - experimental (This CodeSystem 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 CodeSystem was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
      • setExperimental

        public CodeSystem setExperimental​(boolean value)
        Parameters:
        value - This CodeSystem 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 code system.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the value
      • setPublisherElement

        public CodeSystem setPublisherElement​(StringType value)
        Parameters:
        value - publisher (The name of the individual or organization that published the code system.). 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 code system.
      • setPublisher

        public CodeSystem setPublisher​(String value)
        Parameters:
        value - The name of the individual or organization that published the code system.
      • getDateElement

        public DateTimeType getDateElement()
        Returns:
        date (The date that the code system status was last changed. 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 implementation guide changes (e.g. the 'content logical definition').). 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 CodeSystem setDateElement​(DateTimeType value)
        Parameters:
        value - date (The date that the code system status was last changed. 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 implementation guide changes (e.g. the 'content logical definition').). 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 that the code system status was last changed. 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 implementation guide changes (e.g. the 'content logical definition').
      • setDate

        public CodeSystem setDate​(Date value)
        Parameters:
        value - The date that the code system status was last changed. 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 implementation guide changes (e.g. the 'content logical definition').
      • getDescriptionElement

        public StringType getDescriptionElement()
        Returns:
        description (A free text natural language description of the use of the code system - reason for definition, "the semantic space" to be included in the code system, conditions of use, etc. The description may include a list of expected usages for the code system and can also describe the approach taken to build the code system.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
      • setDescriptionElement

        public CodeSystem setDescriptionElement​(StringType value)
        Parameters:
        value - description (A free text natural language description of the use of the code system - reason for definition, "the semantic space" to be included in the code system, conditions of use, etc. The description may include a list of expected usages for the code system and can also describe the approach taken to build the code system.). 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 code system - reason for definition, "the semantic space" to be included in the code system, conditions of use, etc. The description may include a list of expected usages for the code system and can also describe the approach taken to build the code system.
      • setDescription

        public CodeSystem setDescription​(String value)
        Parameters:
        value - A free text natural language description of the use of the code system - reason for definition, "the semantic space" to be included in the code system, conditions of use, etc. The description may include a list of expected usages for the code system and can also describe the approach taken to build the code system.
      • 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 code system definitions.)
      • 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 code system definitions.)
      • getRequirementsElement

        public StringType getRequirementsElement()
        Returns:
        requirements (Explains why this code system 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 CodeSystem setRequirementsElement​(StringType value)
        Parameters:
        value - requirements (Explains why this code system 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 code system is needed and why it has been constrained as it has.
      • setRequirements

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

        public StringType getCopyrightElement()
        Returns:
        copyright (A copyright statement relating to the code system and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the code system.). This is the underlying object with id, value and extensions. The accessor "getCopyright" gives direct access to the value
      • setCopyrightElement

        public CodeSystem setCopyrightElement​(StringType value)
        Parameters:
        value - copyright (A copyright statement relating to the code system and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the code system.). 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 code system and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the code system.
      • setCopyright

        public CodeSystem setCopyright​(String value)
        Parameters:
        value - A copyright statement relating to the code system and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the code system.
      • getCaseSensitiveElement

        public BooleanType getCaseSensitiveElement()
        Returns:
        caseSensitive (If code comparison is case sensitive when codes within this system are compared to each other.). This is the underlying object with id, value and extensions. The accessor "getCaseSensitive" gives direct access to the value
      • setCaseSensitiveElement

        public CodeSystem setCaseSensitiveElement​(BooleanType value)
        Parameters:
        value - caseSensitive (If code comparison is case sensitive when codes within this system are compared to each other.). This is the underlying object with id, value and extensions. The accessor "getCaseSensitive" gives direct access to the value
      • getCaseSensitive

        public boolean getCaseSensitive()
        Returns:
        If code comparison is case sensitive when codes within this system are compared to each other.
      • setCaseSensitive

        public CodeSystem setCaseSensitive​(boolean value)
        Parameters:
        value - If code comparison is case sensitive when codes within this system are compared to each other.
      • getValueSetElement

        public UriType getValueSetElement()
        Returns:
        valueSet (Canonical URL of value set that contains the entire code system.). This is the underlying object with id, value and extensions. The accessor "getValueSet" gives direct access to the value
      • setValueSetElement

        public CodeSystem setValueSetElement​(UriType value)
        Parameters:
        value - valueSet (Canonical URL of value set that contains the entire code system.). This is the underlying object with id, value and extensions. The accessor "getValueSet" gives direct access to the value
      • getValueSet

        public String getValueSet()
        Returns:
        Canonical URL of value set that contains the entire code system.
      • setValueSet

        public CodeSystem setValueSet​(String value)
        Parameters:
        value - Canonical URL of value set that contains the entire code system.
      • getCompositionalElement

        public BooleanType getCompositionalElement()
        Returns:
        compositional (True If code system defines a post-composition grammar.). This is the underlying object with id, value and extensions. The accessor "getCompositional" gives direct access to the value
      • setCompositionalElement

        public CodeSystem setCompositionalElement​(BooleanType value)
        Parameters:
        value - compositional (True If code system defines a post-composition grammar.). This is the underlying object with id, value and extensions. The accessor "getCompositional" gives direct access to the value
      • getCompositional

        public boolean getCompositional()
        Returns:
        True If code system defines a post-composition grammar.
      • setCompositional

        public CodeSystem setCompositional​(boolean value)
        Parameters:
        value - True If code system defines a post-composition grammar.
      • getVersionNeededElement

        public BooleanType getVersionNeededElement()
        Returns:
        versionNeeded (This flag is used to signify that the code system has not (or does not) maintain the definitions, and a version must be specified when referencing this code system.). This is the underlying object with id, value and extensions. The accessor "getVersionNeeded" gives direct access to the value
      • setVersionNeededElement

        public CodeSystem setVersionNeededElement​(BooleanType value)
        Parameters:
        value - versionNeeded (This flag is used to signify that the code system has not (or does not) maintain the definitions, and a version must be specified when referencing this code system.). This is the underlying object with id, value and extensions. The accessor "getVersionNeeded" gives direct access to the value
      • getVersionNeeded

        public boolean getVersionNeeded()
        Returns:
        This flag is used to signify that the code system has not (or does not) maintain the definitions, and a version must be specified when referencing this code system.
      • setVersionNeeded

        public CodeSystem setVersionNeeded​(boolean value)
        Parameters:
        value - This flag is used to signify that the code system has not (or does not) maintain the definitions, and a version must be specified when referencing this code system.
      • getContentElement

        public Enumeration<CodeSystem.CodeSystemContentModegetContentElement()
        Returns:
        content (How much of the content of the code system - the concepts and codes it defines - are represented in this resource.). This is the underlying object with id, value and extensions. The accessor "getContent" gives direct access to the value
      • getCountElement

        public UnsignedIntType getCountElement()
        Returns:
        count (The total number of concepts defined by the code system. Where the code system has a compositional grammar, the count refers to the number of base (primitive) concepts.). This is the underlying object with id, value and extensions. The accessor "getCount" gives direct access to the value
      • setCountElement

        public CodeSystem setCountElement​(UnsignedIntType value)
        Parameters:
        value - count (The total number of concepts defined by the code system. Where the code system has a compositional grammar, the count refers to the number of base (primitive) concepts.). This is the underlying object with id, value and extensions. The accessor "getCount" gives direct access to the value
      • getCount

        public int getCount()
        Returns:
        The total number of concepts defined by the code system. Where the code system has a compositional grammar, the count refers to the number of base (primitive) concepts.
      • setCount

        public CodeSystem setCount​(int value)
        Parameters:
        value - The total number of concepts defined by the code system. Where the code system has a compositional grammar, the count refers to the number of base (primitive) concepts.
      • getConcept

        public List<CodeSystem.ConceptDefinitionComponentgetConcept()
        Returns:
        concept (Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meaning of the hierarchical relationships are.)
      • addConcept

        public CodeSystem.ConceptDefinitionComponent addConcept()
        Returns:
        concept (Concepts that are in the code system. The concept definitions are inherently hierarchical, but the definitions must be consulted to determine what the meaning of the hierarchical relationships are.)
      • getProperty

        public Base[] getProperty​(int hash,
                                  String name,
                                  boolean checkValid)
                           throws org.hl7.fhir.exceptions.FHIRException
        Overrides:
        getProperty in class DomainResource
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • makeProperty

        public Base makeProperty​(int hash,
                                 String name)
                          throws org.hl7.fhir.exceptions.FHIRException
        Description copied from class: Base
        make an instance of a property. If the property is a repeating property, make a new instance. if the property is not repeating, return the property
        Overrides:
        makeProperty in class DomainResource
        Returns:
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • isEmpty

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