pub struct CarePlan {Show 31 fields
pub id: Option<Id>,
pub meta: Option<Meta>,
pub implicit_rules: Option<UriDt>,
pub language: Option<CodeDt>,
pub text: Option<Narrative>,
pub contained: Option<Vec<AnyResource>>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub identifier: Option<Vec<Identifier>>,
pub instantiates_canonical: Option<Vec<CanonicalDt>>,
pub instantiates_uri: Option<Vec<UriDt>>,
pub based_on: Option<Vec<Reference>>,
pub replaces: Option<Vec<Reference>>,
pub part_of: Option<Vec<Reference>>,
pub status: Option<CodeDt>,
pub intent: Option<CodeDt>,
pub category: Option<Vec<CodeableConcept>>,
pub title: Option<StringDt>,
pub description: Option<StringDt>,
pub subject: Option<Reference>,
pub encounter: Option<Reference>,
pub period: Option<Period>,
pub created: Option<DateTimeDt>,
pub custodian: Option<Reference>,
pub contributor: Option<Vec<Reference>>,
pub care_team: Option<Vec<Reference>>,
pub addresses: Option<Vec<CodeableReference>>,
pub supporting_info: Option<Vec<Reference>>,
pub goal: Option<Vec<Reference>>,
pub activity: Option<Vec<CarePlanActivityBackboneElement>>,
pub note: Option<Vec<Annotation>>,
}
Fields§
§id: Option<Id>
Logical id of this artifact
meta: Option<Meta>
Metadata about the resource
implicit_rules: Option<UriDt>
A set of rules under which this content was created
language: Option<CodeDt>
Language of the resource content
text: Option<Narrative>
Text summary of the resource, for human interpretation
contained: Option<Vec<AnyResource>>
Contained, inline Resources
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored
identifier: Option<Vec<Identifier>>
External Ids for this plan
instantiates_canonical: Option<Vec<CanonicalDt>>
Instantiates FHIR protocol or definition
instantiates_uri: Option<Vec<UriDt>>
Instantiates external protocol or definition
based_on: Option<Vec<Reference>>
Fulfills plan, proposal or order
replaces: Option<Vec<Reference>>
CarePlan replaced by this CarePlan
part_of: Option<Vec<Reference>>
Part of referenced CarePlan
status: Option<CodeDt>
draft | active | on-hold | revoked | completed | entered-in-error | unknown
intent: Option<CodeDt>
proposal | plan | order | option | directive
category: Option<Vec<CodeableConcept>>
Type of plan
title: Option<StringDt>
Human-friendly name for the care plan
description: Option<StringDt>
Summary of nature of plan
subject: Option<Reference>
Who the care plan is for
encounter: Option<Reference>
The Encounter during which this CarePlan was created
period: Option<Period>
Time period plan covers
created: Option<DateTimeDt>
Date record was first recorded
custodian: Option<Reference>
Who is the designated responsible party
contributor: Option<Vec<Reference>>
Who provided the content of the care plan
care_team: Option<Vec<Reference>>
Who’s involved in plan?
addresses: Option<Vec<CodeableReference>>
Health issues this plan addresses
supporting_info: Option<Vec<Reference>>
Information considered as part of plan
goal: Option<Vec<Reference>>
Desired outcome of plan
activity: Option<Vec<CarePlanActivityBackboneElement>>
Action to occur or has occurred as part of plan
note: Option<Vec<Annotation>>
Comments about the plan