Data Model Libraries
    Preparing search index...

    Representation of a FHIR code system definition for a particular code.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • name: string

        Enum name (all UPPERCASE)

      • code: string

        A string pattern that identifies a concept as defined by the code system

      • Optionalsystem: string

        A URI that identifies the system

      • Optionaldisplay: string

        A description of the concept as defined by the code system

      • Optionaldefinition: string

        Additional descriptive information about the code

      Returns FhirCodeDefinition

      PrimitiveTypeError when provided code is not valid

    Properties

    name: string

    Enum name (all UPPERCASE)

    code: string

    A string pattern that identifies a concept as defined by the code system

    system?: string

    A URI that identifies the system

    display?: string

    A description of the concept as defined by the code system

    definition?: string

    Additional descriptive information about the code

    Methods

    • Returns string

      the 'code' for this FHIR code definition