Show / Hide Table of Contents

Class Goal

Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.

Inheritance
System.Object
Resource
DomainResource
Goal
Implements
IFhirJsonSerializable
Inherited Members
DomainResource.Contained
DomainResource.Extension
DomainResource.ModifierExtension
DomainResource.Text
Resource.Id
Resource._Id
Resource.ImplicitRules
Resource._ImplicitRules
Resource.Language
Resource._Language
Resource.Meta
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class Goal : DomainResource, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Description

Extension container element for Description

Declaration
public Element _Description { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_StartDate

Extension container element for StartDate

Declaration
public Element _StartDate { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_Status

Extension container element for Status

Declaration
public Element _Status { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_StatusDate

Extension container element for StatusDate

Declaration
public Element _StatusDate { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_TargetDate

Extension container element for TargetDate

Declaration
public Element _TargetDate { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

Addresses

Allows specific goals to explicitly linked to the concerns they're dealing with - makes the goal more understandable.

Declaration
public List<Reference> Addresses { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Reference>
| Improve this Doc View Source

Author

Indicates whose goal this is - patient goal, practitioner goal, etc.

Declaration
public Reference Author { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

Category

Allows goals to be filtered and sorted.

Declaration
public List<CodeableConcept> Category { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<CodeableConcept>
| Improve this Doc View Source

Description

Without a description of what's trying to be achieved, element has no purpose.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Identifier

Need to allow connection to a wider workflow.

Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Identifier>
| Improve this Doc View Source

Note

There's a need to capture information about the goal that doesn't actually describe the goal.

Declaration
public List<Annotation> Note { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<Annotation>
| Improve this Doc View Source

Outcome

Outcome tracking is a key aspect of care planning.

Declaration
public List<GoalOutcome> Outcome { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<GoalOutcome>
| Improve this Doc View Source

Priority

Used for sorting and presenting goals.

Declaration
public CodeableConcept Priority { get; set; }
Property Value
Type Description
CodeableConcept
| Improve this Doc View Source

ResourceType

Resource Type Name

Declaration
public override string ResourceType { get; }
Property Value
Type Description
System.String
Overrides
Resource.ResourceType
| Improve this Doc View Source

StartCodeableConcept

Goals can be established prior to there being an intention to start pursuing them; e.g. Goals for post-surgical recovery established prior to surgery.

Declaration
public CodeableConcept StartCodeableConcept { get; set; }
Property Value
Type Description
CodeableConcept
| Improve this Doc View Source

StartDate

Goals can be established prior to there being an intention to start pursuing them; e.g. Goals for post-surgical recovery established prior to surgery.

Declaration
public string StartDate { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Status

Allows measuring outcome and whether goal needs to be further tracked.

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

StatusDate

Identifies when the current status. I.e. When initially created, when achieved, when cancelled, etc.

Declaration
public string StatusDate { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

StatusReason

Captures the reason for the current status.

Declaration
public CodeableConcept StatusReason { get; set; }
Property Value
Type Description
CodeableConcept
| Improve this Doc View Source

Subject

Subject is optional to support annonymized reporting.

Declaration
public Reference Subject { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

TargetDate

Identifies when the goal should be evaluated.

Declaration
public string TargetDate { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TargetQuantity

Identifies when the goal should be evaluated.

Declaration
public Quantity TargetQuantity { get; set; }
Property Value
Type Description
Quantity

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX