Data Model Libraries
    Preparing search index...

    Class ExplanationOfBenefitCareTeamComponent

    ExplanationOfBenefitCareTeamComponent Class

    FHIR Specification

    • Short: Care Team members
    • Definition: The members of the team who provided the products and services.
    • Requirements: Common to identify the responsible and supporting practitioners.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    sequence: null | PositiveIntType

    ExplanationOfBenefit.careTeam.sequence Element

    FHIR Specification

    • Short: Order of care team
    • Definition: A number to uniquely identify care team entries.
    • Requirements: Necessary to maintain the order of the care team and provide a mechanism to link individuals to claim details.
    • FHIR Type: positiveInt
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: false
    provider: null | Reference

    ExplanationOfBenefit.careTeam.provider Element

    FHIR Specification

    responsible?: BooleanType

    ExplanationOfBenefit.careTeam.responsible Element

    FHIR Specification

    • Short: Indicator of the lead practitioner
    • Definition: The party who is billing and/or responsible for the claimed products or services.
    • Comment: Responsible might not be required when there is only a single provider listed.
    • Requirements: When multiple parties are present it is required to distinguish the lead or responsible individual.
    • FHIR Type: boolean
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    ExplanationOfBenefit.careTeam.role Element

    FHIR Specification

    • Short: Function within the team
    • Definition: The lead, assisting or supervising practitioner and their discipline if a multidisciplinary team.
    • Comment: Role might not be required when there is only a single provider listed.
    • Requirements: When multiple parties are present it is required to distinguish the roles performed by each member.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    specialty?: CodeableConcept

    ExplanationOfBenefit.careTeam.specialty Element

    FHIR Specification

    • Short: Practitioner or provider specialization
    • Definition: The specialization of the practitioner or provider which is applicable for this service.
    • Requirements: Need to specify which specialization a practitioner or provider acting under when delivering the product or service.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    Methods

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

      Parameters

      • sourceJson: Value

        JSON representing FHIR ExplanationOfBenefitCareTeamComponent

      • OptionaloptSourceField: string

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

      Returns undefined | ExplanationOfBenefitCareTeamComponent

      ExplanationOfBenefitCareTeamComponent data model or undefined for ExplanationOfBenefitCareTeamComponent

      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