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.
Implements
Inherited Members
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 |
_StartDate
Extension container element for StartDate
Declaration
public Element _StartDate { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Status
Extension container element for Status
Declaration
public Element _Status { get; set; }
Property Value
Type | Description |
---|---|
Element |
_StatusDate
Extension container element for StatusDate
Declaration
public Element _StatusDate { get; set; }
Property Value
Type | Description |
---|---|
Element |
_TargetDate
Extension container element for TargetDate
Declaration
public Element _TargetDate { get; set; }
Property Value
Type | Description |
---|---|
Element |
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 |
---|---|
fhir |
Author
Indicates whose goal this is - patient goal, practitioner goal, etc.
Declaration
public Reference Author { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Category
Allows goals to be filtered and sorted.
Declaration
public List<CodeableConcept> Category { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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. |
Identifier
Need to allow connection to a wider workflow.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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 |
---|---|
fhir |
Outcome
Outcome tracking is a key aspect of care planning.
Declaration
public List<GoalOutcome> Outcome { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Priority
Used for sorting and presenting goals.
Declaration
public CodeableConcept Priority { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceStartCodeableConcept
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 |
---|---|
Codeable |
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. |
Status
Allows measuring outcome and whether goal needs to be further tracked.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |
StatusReason
Captures the reason for the current status.
Declaration
public CodeableConcept StatusReason { get; set; }
Property Value
Type | Description |
---|---|
Codeable |
Subject
Subject is optional to support annonymized reporting.
Declaration
public Reference Subject { get; set; }
Property Value
Type | Description |
---|---|
Reference |
TargetDate
Identifies when the goal should be evaluated.
Declaration
public string TargetDate { get; set; }
Property Value
Type | Description |
---|---|
System. |
TargetQuantity
Identifies when the goal should be evaluated.
Declaration
public Quantity TargetQuantity { get; set; }
Property Value
Type | Description |
---|---|
Quantity |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |