Data Model Libraries
    Preparing search index...

    PlanDefinitionGoalComponent Class

    FHIR Specification

    • Short: What the plan is trying to accomplish
    • Definition: Goals that describe what the activities within the plan are intended to achieve. For example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.
    • Requirements: Goal information needs to be captured for order sets, protocols, and care plan definitions to better describe the objectives of the protocol activities and to guide the creation of specific goals within the derived care plans and orders.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    category?: CodeableConcept

    PlanDefinition.goal.category Element

    FHIR Specification

    • Short: E.g. Treatment, dietary, behavioral
    • Definition: Indicates a category the goal falls within.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    description: null | CodeableConcept

    PlanDefinition.goal.description Element

    FHIR Specification

    • Short: Code or text describing the goal
    • Definition: Human-readable and/or coded description of a specific desired objective of care, such as "control blood pressure" or "negotiate an obstacle course" or "dance with child at wedding".
    • Comment: If no code is available, use CodeableConcept.text.
    • FHIR Type: CodeableConcept
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: false
    priority?: CodeableConcept

    PlanDefinition.goal.priority Element

    FHIR Specification

    • Short: high-priority | medium-priority | low-priority
    • Definition: Identifies the expected level of importance associated with reaching/sustaining the defined goal.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false

    PlanDefinition.goal.start Element

    FHIR Specification

    • Short: When goal pursuit begins
    • Definition: The event after which the goal should begin being pursued.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: false
    addresses?: CodeableConcept[]

    PlanDefinition.goal.addresses Element

    FHIR Specification

    • Short: What does the goal address
    • Definition: Identifies problems, conditions, issues, or concerns the goal is intended to address.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false
    documentation?: RelatedArtifact[]

    PlanDefinition.goal.documentation Element

    FHIR Specification

    • Short: Supporting documentation for the goal
    • Definition: Didactic or other informational resources associated with the goal that provide further supporting information about the goal. Information resources can include inline text commentary and links to web resources.
    • FHIR Type: RelatedArtifact
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false

    PlanDefinition.goal.target Element

    FHIR Specification

    • Short: Target outcome for the goal
    • Definition: Indicates what should be done and within what timeframe.
    • FHIR Type: BackboneElement
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false

    Methods

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

      Parameters

      • sourceJson: Value

        JSON representing FHIR PlanDefinitionGoalComponent

      • OptionaloptSourceField: string

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

      Returns undefined | PlanDefinitionGoalComponent

      PlanDefinitionGoalComponent data model or undefined for PlanDefinitionGoalComponent

      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