Data Model Libraries
    Preparing search index...

    ClaimCareTeamComponent Class

    FHIR Specification

    • Short: Members of the care team
    • 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

    Claim.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

    Claim.careTeam.provider Element

    FHIR Specification

    responsible?: BooleanType

    Claim.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

    Claim.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
    qualification?: CodeableConcept

    Claim.careTeam.qualification Element

    FHIR Specification

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

    Methods

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

      Parameters

      • sourceJson: Value

        JSON representing FHIR ClaimCareTeamComponent

      • OptionaloptSourceField: string

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

      Returns undefined | ClaimCareTeamComponent

      ClaimCareTeamComponent data model or undefined for ClaimCareTeamComponent

      JsonError if the provided JSON is not a valid JSON object

    • Assigns the provided Provider object value to the provider property.

      Parameters

      • value: undefined | null | Reference

        the provider object value

      Returns this

      this

      @ReferenceTargets('Claim.careTeam.provider', ['Practitioner','PractitionerRole','Organization',])

      InvalidTypeError for invalid data type or reference value

    • 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