Data Model Libraries
    Preparing search index...

    Class TerminologyCapabilitiesCodeSystemComponent

    TerminologyCapabilitiesCodeSystemComponent Class

    FHIR Specification

    • Short: A code system supported by the server
    • Definition: Identifies a code system that is supported by the server. If there is a no code system URL, then this declares the general assumptions a client can make about support for any CodeSystem resource.
    • Comment: The code system - identified by its system URL - may also be declared explicitly as a Code System Resource at /CodeSystem, but it might not be.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    TerminologyCapabilities.codeSystem.uri Element

    FHIR Specification

    • Short: Canonical identifier for the code system, represented as a URI
    • Definition: Canonical identifier for the code system, represented as a URI.
    • FHIR Type: canonical
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    TerminologyCapabilities.codeSystem.version Element

    FHIR Specification

    • Short: Version of Code System supported
    • Definition: For the code system, a list of versions that are supported by the server.
    • Comment: Language translations might not be available for all codes.
    • FHIR Type: BackboneElement
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false
    codesystemContentModeEnum: CodesystemContentModeEnum

    FHIR CodeSystem: CodesystemContentMode

    content: null | EnumCodeType

    TerminologyCapabilities.codeSystem.content Element

    FHIR Specification

    • Short: not-present | example | fragment | complete | supplement
    • Definition: The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance.
    • FHIR Type: code
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: true

    CodeSystem Enumeration: CodesystemContentModeEnum

    subsumption?: BooleanType

    TerminologyCapabilities.codeSystem.subsumption Element

    FHIR Specification

    • Short: Whether subsumption is supported
    • Definition: True if subsumption is supported for this version of the code system.
    • FHIR Type: boolean
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    Methods

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

      Parameters

      • sourceJson: Value

        JSON representing FHIR TerminologyCapabilitiesCodeSystemComponent

      • OptionaloptSourceField: string

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

      Returns undefined | TerminologyCapabilitiesCodeSystemComponent

      TerminologyCapabilitiesCodeSystemComponent data model or undefined for TerminologyCapabilitiesCodeSystemComponent

      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