Data Model Libraries
    Preparing search index...

    ImmunizationEvaluation Class

    Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations.

    FHIR Specification

    • Short: Immunization evaluation information
    • Definition: Describes a comparison of an immunization event against published recommendations to determine if the administration is "valid" in relation to those recommendations.
    • FHIR Version: 4.3.0

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    Methods

    parse getIdentifier setIdentifier addIdentifier hasIdentifier getStatusEnumType setStatusEnumType hasStatusEnumType getStatusElement setStatusElement hasStatusElement getStatus setStatus hasStatus getPatient setPatient hasPatient getDateElement setDateElement hasDateElement getDate setDate hasDate getAuthority setAuthority hasAuthority getTargetDisease setTargetDisease hasTargetDisease getImmunizationEvent setImmunizationEvent hasImmunizationEvent getDoseStatus setDoseStatus hasDoseStatus getDoseStatusReason setDoseStatusReason addDoseStatusReason hasDoseStatusReason getDescriptionElement setDescriptionElement hasDescriptionElement getDescription setDescription hasDescription getSeriesElement setSeriesElement hasSeriesElement getSeries setSeries hasSeries getDoseNumber setDoseNumber hasDoseNumber getDoseNumberPositiveIntType hasDoseNumberPositiveIntType getDoseNumberStringType hasDoseNumberStringType getSeriesDoses setSeriesDoses hasSeriesDoses getSeriesDosesPositiveIntType hasSeriesDosesPositiveIntType getSeriesDosesStringType hasSeriesDosesStringType fhirType isEmpty isRequiredFieldsEmpty copy toJSON getText setText hasText getContained setContained addContained hasContained getExtension setExtension hasExtension getExtensionByUrl addExtension removeExtension getModifierExtension setModifierExtension hasModifierExtension getModifierExtensionByUrl addModifierExtension removeModifierExtension resourceType getIdElement setIdElement hasIdElement getId setId hasId getMeta setMeta hasMeta getImplicitRulesElement setImplicitRulesElement hasImplicitRulesElement getImplicitRules setImplicitRules hasImplicitRules getLanguageElement setLanguageElement hasLanguageElement getLanguage setLanguage hasLanguage isResource isDataType isComplexDataType isPrimitive isBooleanPrimitive isStringPrimitive isNumberPrimitive isBigIntPrimitive isDateTimePrimitive copyValues initIdentifier initDoseStatusReason

    Constructors

    Properties

    identifier?: Identifier[]

    ImmunizationEvaluation.identifier Element

    FHIR Specification

    • Short: Business identifier
    • Definition: A unique identifier assigned to this immunization evaluation record.
    • FHIR Type: Identifier
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false
    medicationAdminStatusEnum: MedicationAdminStatusEnum

    FHIR CodeSystem: MedicationAdminStatus

    status: null | EnumCodeType

    ImmunizationEvaluation.status Element

    FHIR Specification

    • Short: completed | entered-in-error
    • Definition: Indicates the current status of the evaluation of the vaccination administration event.
    • FHIR Type: code
    • Cardinality: 1..1
    • isModifier: true
    • isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid).
    • isSummary: true

    CodeSystem Enumeration: MedicationAdminStatusEnum

    patient: null | Reference

    ImmunizationEvaluation.patient Element

    FHIR Specification

    • Short: Who this evaluation is for
    • Definition: The individual for whom the evaluation is being done.
    • FHIR Type: Reference
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: true

    ImmunizationEvaluation.date Element

    FHIR Specification

    • Short: Date evaluation was performed
    • Definition: The date the evaluation of the vaccine administration event was performed.
    • FHIR Type: dateTime
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    authority?: Reference

    ImmunizationEvaluation.authority Element

    FHIR Specification

    • Short: Who is responsible for publishing the recommendations
    • Definition: Indicates the authority who published the protocol (e.g. ACIP).
    • FHIR Type: Reference
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    targetDisease: null | CodeableConcept

    ImmunizationEvaluation.targetDisease Element

    FHIR Specification

    • Short: Evaluation target disease
    • Definition: The vaccine preventable disease the dose is being evaluated against.
    • FHIR Type: CodeableConcept
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: true
    immunizationEvent: null | Reference

    ImmunizationEvaluation.immunizationEvent Element

    FHIR Specification

    doseStatus: null | CodeableConcept

    ImmunizationEvaluation.doseStatus Element

    FHIR Specification

    • Short: Status of the dose relative to published recommendations
    • Definition: Indicates if the dose is valid or not valid with respect to the published recommendations.
    • FHIR Type: CodeableConcept
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: true
    doseStatusReason?: CodeableConcept[]

    ImmunizationEvaluation.doseStatusReason Element

    FHIR Specification

    • Short: Reason for the dose status
    • Definition: Provides an explanation as to why the vaccine administration event is valid or not relative to the published recommendations.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false
    description?: StringType

    ImmunizationEvaluation.description Element

    FHIR Specification

    • Short: Evaluation notes
    • Definition: Additional information about the evaluation.
    • FHIR Type: string
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    series?: StringType

    ImmunizationEvaluation.series Element

    FHIR Specification

    • Short: Name of vaccine series
    • Definition: One possible path to achieve presumed immunity against a disease - within the context of an authority.
    • FHIR Type: string
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    doseNumber?: IDataType

    ImmunizationEvaluation.doseNumber[x] Element

    @ChoiceDataTypesMeta('ImmunizationEvaluation.doseNumber[x]', ['positiveInt','string',]

    FHIR Specification

    • Short: Dose number within series
    • Definition: Nominal position in a series.
    • Comment: The use of an integer is preferred if known. A string should only be used in cases where an integer is not available (such as when documenting a recurring booster dose).
    • FHIR Types: 'positiveInt', 'string',
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    seriesDoses?: IDataType

    ImmunizationEvaluation.seriesDoses[x] Element

    @ChoiceDataTypesMeta('ImmunizationEvaluation.seriesDoses[x]', ['positiveInt','string',]

    FHIR Specification

    • Short: Recommended number of doses for immunity
    • Definition: The recommended number of doses to achieve immunity.
    • Comment: The use of an integer is preferred if known. A string should only be used in cases where an integer is not available (such as when documenting a recurring booster dose).
    • FHIR Types: 'positiveInt', 'string',
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    Methods

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

      Parameters

      • sourceJson: Value

        JSON representing FHIR ImmunizationEvaluation

      • OptionaloptSourceField: string

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

      Returns undefined | ImmunizationEvaluation

      ImmunizationEvaluation data model or undefined for ImmunizationEvaluation

      JsonError if the provided JSON is not a valid JSON object

    • Assigns the provided value to the text property.

      Parameters

      Returns this

      this

    • Returns boolean

      true if the text property exists and has a value; false otherwise

    • Assigns the provided Resource array value to the contained property.

      Parameters

      • value: undefined | IResource[]

        the contained array value

      Returns this

      this

    • Returns boolean

      true if the contained property exists and has a value; false otherwise

    • Assigns the provided array of Extension values to the extension property.

      Parameters

      • extension: undefined | IExtension[]

        array of Extensions

      Returns this

      this

    • 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

    • 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

    • 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

      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

    • Assigns the provided PrimitiveType value to the id property.

      Parameters

      • element: undefined | IdType

        the id value

      Returns this

      this

    • Returns undefined | string

      the id property value as a primitive value

    • Assigns the provided primitive value to the id property.

      Parameters

      • value: undefined | string

        the id value

      Returns this

      this

      PrimitiveTypeError for invalid primitive types

    • Returns boolean

      true if the id property exists and has a value; false otherwise

    • Assigns the provided value to the meta property.

      Parameters

      • value: undefined | Meta

        the meta value

      Returns this

      this

    • Returns boolean

      true if the meta property exists and has a value; false otherwise

    • Assigns the provided primitive value to the implicitRules property.

      Parameters

      • value: undefined | string

        the implicitRules value

      Returns this

      this

      PrimitiveTypeError for invalid primitive types

    • Returns undefined | string

      the language property value as a primitive value

    • Assigns the provided primitive value to the language property.

      Parameters

      • value: undefined | string

        the language value

      Returns this

      this

      PrimitiveTypeError for invalid primitive types

    • Returns boolean

      true if the language property exists and has a value; false otherwise

    • Returns boolean

      true if the instance is a FHIR complex or primitive datatype; false otherwise