Class CarePlan
Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.
Implements
Inherited Members
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class CarePlan : 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 |
_Modified
Extension container element for Modified
Declaration
public Element _Modified { get; set; }
Property Value
Type | Description |
---|---|
Element |
_Status
Extension container element for Status
Declaration
public Element _Status { get; set; }
Property Value
Type | Description |
---|---|
Element |
Activity
Allows systems to prompt for performance of planned activities, and validate plans against best practice.
Declaration
public List<CarePlanActivity> Activity { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Addresses
Links plan to the conditions it manages. Also scopes plans - multiple plans may exist addressing different concerns.
Declaration
public List<Reference> Addresses { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Author
Identifies the individual(s) or ogranization who is responsible for the content of the care plan.
Declaration
public List<Reference> Author { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Category
Used for filtering what plan(s) are retrieved and displayed to different types of users.
Declaration
public List<CodeableConcept> Category { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Context
Identifies the context in which this particular CarePlan is defined.
Declaration
public Reference Context { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Description
Provides more detail than conveyed by category.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System. |
Goal
Provides context for plan. Allows plan effectiveness to be evaluated by clinicians.
Declaration
public List<Reference> Goal { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Identifier
Need to allow connection to a wider workflow.
Declaration
public List<Identifier> Identifier { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Modified
Indicates how current the plan is.
Declaration
public string Modified { get; set; }
Property Value
Type | Description |
---|---|
System. |
Note
Used to capture information that applies to the plan as a whole that doesn't fit into discrete elements.
Declaration
public Annotation Note { get; set; }
Property Value
Type | Description |
---|---|
Annotation |
Participant
Allows representation of care teams, helps scope care plan. In some cases may be a determiner of access permissions.
Declaration
public List<CarePlanParticipant> Participant { get; set; }
Property Value
Type | Description |
---|---|
fhir |
Period
Allows tracking what plan(s) are in effect at a particular time.
Declaration
public Period Period { get; set; }
Property Value
Type | Description |
---|---|
Period |
RelatedPlan
Identifies CarePlans with some sort of formal relationship to the current plan.
Declaration
public List<CarePlanRelatedPlan> RelatedPlan { get; set; }
Property Value
Type | Description |
---|---|
fhir |
ResourceType
Resource Type Name
Declaration
public override string ResourceType { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceStatus
Allows clinicians to determine whether the plan is actionable or not.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System. |
Subject
Identifies the patient or group whose intended care is described by the plan.
Declaration
public Reference Subject { get; set; }
Property Value
Type | Description |
---|---|
Reference |
Support
Identifies barriers and other considerations associated with the care plan.
Declaration
public List<Reference> Support { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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 |