Data Model Libraries
    Preparing search index...

    Class ConceptMapGroupElementTargetDependsOnComponent

    ConceptMapGroupElementTargetDependsOnComponent Class

    FHIR Specification

    • Short: Other elements required for this mapping (from context)
    • Definition: A set of additional dependencies for this mapping to hold. This mapping is only applicable if the specified element can be resolved, and it has the specified value.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    property: null | UriType

    ConceptMap.group.element.target.dependsOn.property Element

    FHIR Specification

    • Short: Reference to property mapping depends on
    • Definition: A reference to an element that holds a coded value that corresponds to a code system property. The idea is that the information model carries an element somewhere that is labeled to correspond with a code system property.
    • FHIR Type: uri
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: false
    system?: CanonicalType

    ConceptMap.group.element.target.dependsOn.system Element

    FHIR Specification

    • Short: Code System (if necessary)
    • Definition: An absolute URI that identifies the code system of the dependency code (if the source/dependency is a value set that crosses code systems).
    • FHIR Type: canonical
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    value: null | StringType

    ConceptMap.group.element.target.dependsOn.value Element

    FHIR Specification

    • Short: Value of the referenced element
    • Definition: Identity (code or path) or the element/item/ValueSet/text that the map depends on / refers to.
    • FHIR Type: string
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: false
    display?: StringType

    ConceptMap.group.element.target.dependsOn.display Element

    FHIR Specification

    • Short: Display for the code (if value is a code)
    • Definition: The display for the code. The display is only provided to help editors when editing the concept map.
    • Comment: The display is ignored when processing the map.
    • FHIR Type: string
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    Methods

    • Parse the provided ConceptMapGroupElementTargetDependsOnComponent JSON to instantiate the ConceptMapGroupElementTargetDependsOnComponent data model.

      Parameters

      • sourceJson: Value

        JSON representing FHIR ConceptMapGroupElementTargetDependsOnComponent

      • OptionaloptSourceField: string

        Optional data source field (e.g. <complexTypeName>.<complexTypeFieldName>); defaults to ConceptMapGroupElementTargetDependsOnComponent

      Returns undefined | ConceptMapGroupElementTargetDependsOnComponent

      ConceptMapGroupElementTargetDependsOnComponent data model or undefined for ConceptMapGroupElementTargetDependsOnComponent

      JsonError if the provided JSON is not a valid JSON object

    • Determines if the modifierExtension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url; false otherwise

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the modifierExtension property exists and has any values.

      AssertionError for invalid url

    • Returns undefined | string

      the id property value

    • Assigns the provided value to the id property.

      Parameters

      • value: undefined | string

        the id value

      Returns this

      this

      PrimitiveTypeError for invalid value

    • Returns boolean

      true if id exists and has a value; false otherwise

    • Determines if the extension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url; false otherwise

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the extension property exists and has any values.

      AssertionError for invalid url

    • Determines if the extension property exists.

      Parameters

      • url: string

        the url that identifies a specific Extension

      Returns undefined | IExtension

      an Extension having the provided url

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the extension property exists and has any values.

      AssertionError for invalid url

    • Adds the provided Extension to the extension property array.

      Parameters

      • extension: undefined | IExtension

        the Extension value to add to the extension property array

      Returns this

      this

    • Removes the Extension having the provided url from the extension property array.

      Parameters

      • url: string

        the url that identifies a specific Extension to remove

      Returns void

      AssertionError for invalid url

    • Returns boolean

      true if the instance is a FHIR complex or primitive datatype; false otherwise