Data Model Libraries
    Preparing search index...

    StructureMapGroupRuleComponent Class

    FHIR Specification

    • Short: Transform Rule from source to target
    • Definition: Transform Rule from source to target.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    name?: IdType

    FHIR Specification

    • Short: Name of the rule for internal references
    • Definition: Name of the rule for internal references.
    • FHIR Type: id
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: true

    StructureMap.group.rule.source Element

    FHIR Specification

    • Short: Source inputs to the mapping
    • Definition: Source inputs to the mapping.
    • FHIR Type: BackboneElement
    • Cardinality: 1..*
    • isModifier: false
    • isSummary: true

    StructureMap.group.rule.target Element

    FHIR Specification

    • Short: Content to create because of this mapping rule
    • Definition: Content to create because of this mapping rule.
    • FHIR Type: BackboneElement
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: true

    StructureMap.group.rule.rule Element

    FHIR Specification

    • Short: Rules contained in this rule
    • Definition: Rules contained in this rule.
    • FHIR Type: BackboneElement
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: true

    StructureMap.group.rule.dependent Element

    FHIR Specification

    • Short: Which other rules to apply in the context of this rule
    • Definition: Which other rules to apply in the context of this rule.
    • FHIR Type: BackboneElement
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: true
    documentation?: StringType

    StructureMap.group.rule.documentation Element

    FHIR Specification

    • Short: Documentation for this instance of data
    • Definition: Documentation for this instance of data.
    • FHIR Type: string
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    Methods

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

      Parameters

      • sourceJson: Value

        JSON representing FHIR StructureMapGroupRuleComponent

      • OptionaloptSourceField: string

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

      Returns undefined | StructureMapGroupRuleComponent

      StructureMapGroupRuleComponent data model or undefined for StructureMapGroupRuleComponent

      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