STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3

Careplan-example-integrated.ttl

Raw Turtle, JSON-LD

Simple integrated care plan with multiple goals & conditions (from Mayo)

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xs: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir//CarePlan/integrate> a fhir:CarePlan;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "integrate"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.contained [
     fhir:index 0;
     fhir:Condition [
       fhir:index 0;
       fhir:Resource.id [ fhir:value "p1" ];
       fhir:Condition.patient [
         fhir:reference <http://hl7.org/fhir/Patient/1>;
         fhir:Reference.reference [ fhir:value "Patient/1" ];
         fhir:Reference.display [ fhir:value "Eve Everywoman" ]       ];
       fhir:Condition.code [
         fhir:CodeableConcept.text [ fhir:value "GERDS" ]       ];
       fhir:Condition.verificationStatus [ fhir:value "confirmed" ]     ]
  ];
  fhir:DomainResource.contained [
     fhir:index 1;
     fhir:Condition [
       fhir:index 0;
       fhir:Resource.id [ fhir:value "p2" ];
       fhir:Condition.patient [
         fhir:reference <http://hl7.org/fhir/Patient/1>;
         fhir:Reference.reference [ fhir:value "Patient/1" ];
         fhir:Reference.display [ fhir:value "Eve Everywoman" ]       ];
       fhir:Condition.code [
         fhir:CodeableConcept.text [ fhir:value "Obesity" ]       ];
       fhir:Condition.verificationStatus [ fhir:value "confirmed" ]     ]
  ];
  fhir:DomainResource.contained [
     fhir:index 2;
     fhir:Condition [
       fhir:index 0;
       fhir:Resource.id [ fhir:value "p3" ];
       fhir:Condition.patient [
         fhir:reference <http://hl7.org/fhir/Patient/1>;
         fhir:Reference.reference [ fhir:value "Patient/1" ];
         fhir:Reference.display [ fhir:value "Eve Everywoman" ]       ];
       fhir:Condition.code [
         fhir:CodeableConcept.text [ fhir:value "Psoriasis" ]       ];
       fhir:Condition.verificationStatus [ fhir:value "confirmed" ]     ]
  ];
  fhir:DomainResource.contained [
     fhir:index 3;
     fhir:Goal [
       fhir:index 0;
       fhir:Resource.id [ fhir:value "g1" ];
       fhir:Goal.subjectReference [
         fhir:reference <http://hl7.org/fhir/Patient/1>;
         fhir:Reference.reference [ fhir:value "Patient/1" ];
         fhir:Reference.display [ fhir:value "Eve Everywoman" ]       ];
       fhir:Goal.description [ fhir:value "Eve will lose weight and reduce her GERDS symptoms by improving her diet" ];
       fhir:Goal.status [ fhir:value "in-progress" ]     ]
  ];
  fhir:DomainResource.contained [
     fhir:index 4;
     fhir:Goal [
       fhir:index 0;
       fhir:Resource.id [ fhir:value "g2" ];
       fhir:Goal.subjectReference [
         fhir:reference <http://hl7.org/fhir/Patient/1>;
         fhir:Reference.reference [ fhir:value "Patient/1" ];
         fhir:Reference.display [ fhir:value "Eve Everywoman" ]       ];
       fhir:Goal.description [ fhir:value "Eve will improve her GERDS symptoms" ];
       fhir:Goal.status [ fhir:value "in-progress" ]     ]
  ];
  fhir:DomainResource.contained [
     fhir:index 5;
     fhir:Goal [
       fhir:index 0;
       fhir:Resource.id [ fhir:value "g3" ];
       fhir:Goal.subjectReference [
         fhir:reference <http://hl7.org/fhir/Patient/1>;
         fhir:Reference.reference [ fhir:value "Patient/1" ];
         fhir:Reference.display [ fhir:value "Eve Everywoman" ]       ];
       fhir:Goal.description [ fhir:value "Eve will increase her energy by being more active" ];
       fhir:Goal.status [ fhir:value "in-progress" ]     ]
  ];
  fhir:DomainResource.contained [
     fhir:index 6;
     fhir:Goal [
       fhir:index 0;
       fhir:Resource.id [ fhir:value "g4" ];
       fhir:Goal.subjectReference [
         fhir:reference <http://hl7.org/fhir/Patient/1>;
         fhir:Reference.reference [ fhir:value "Patient/1" ];
         fhir:Reference.display [ fhir:value "Eve Everywoman" ]       ];
       fhir:Goal.description [ fhir:value "Eve will set up her medications and take as prescribed" ];
       fhir:Goal.status [ fhir:value "in-progress" ]     ]
  ];
  fhir:DomainResource.contained [
     fhir:index 7;
     fhir:Goal [
       fhir:index 0;
       fhir:Resource.id [ fhir:value "g5" ];
       fhir:Goal.subjectReference [
         fhir:reference <http://hl7.org/fhir/Patient/1>;
         fhir:Reference.reference [ fhir:value "Patient/1" ];
         fhir:Reference.display [ fhir:value "Eve Everywoman" ]       ];
       fhir:Goal.description [ fhir:value "Eve will restart her light treatments" ];
       fhir:Goal.status [ fhir:value "in-progress" ]     ]
  ];
  fhir:CarePlan.subjectReference [
     fhir:reference <http://hl7.org/fhir/Patient/1>;
     fhir:Reference.reference [ fhir:value "Patient/1" ];
     fhir:Reference.display [ fhir:value "Eve Everywoman" ]
  ];
  fhir:CarePlan.status [ fhir:value "active"];
  fhir:CarePlan.modified [ fhir:value "2012-09-10"^^xs:date];
  fhir:CarePlan.addresses [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "#p1" ];
     fhir:Reference.display [ fhir:value "GERDS" ]
  ];
  fhir:CarePlan.addresses [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "#p2" ];
     fhir:Reference.display [ fhir:value "Obesity" ]
  ];
  fhir:CarePlan.addresses [
     fhir:index 2;
     fhir:Reference.reference [ fhir:value "#p3" ];
     fhir:Reference.display [ fhir:value "Psoriasis" ]
  ];
  fhir:CarePlan.goal [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "#g1" ]
  ];
  fhir:CarePlan.goal [
     fhir:index 1;
     fhir:Reference.reference [ fhir:value "#g2" ]
  ];
  fhir:CarePlan.goal [
     fhir:index 2;
     fhir:Reference.reference [ fhir:value "#g3" ]
  ];
  fhir:CarePlan.goal [
     fhir:index 3;
     fhir:Reference.reference [ fhir:value "#g4" ]
  ];
  fhir:CarePlan.goal [
     fhir:index 4;
     fhir:Reference.reference [ fhir:value "#g5" ]
  ];
  fhir:CarePlan.activity [
     fhir:index 0;
     fhir:CarePlan.activity.progress [
       fhir:index 0;
       fhir:Annotation.time [ fhir:value "2012-09-10"^^xs:date ];
       fhir:Annotation.text [ fhir:value "Eve eats one meal a day with her parents" ]     ];
     fhir:CarePlan.activity.detail [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://example.org/DoNotUse/StructureDefinition/RevisionDate" ];
         fhir:Extension.valueDate [ fhir:value "2012-09-10"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.category [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/care-plan-activity-category" ];
           fhir:Coding.code [ fhir:value "other" ]         ]       ];
       fhir:CarePlan.activity.detail.goal [
         fhir:index 0;
         fhir:Reference.reference [ fhir:value "#g1" ]       ];
       fhir:CarePlan.activity.detail.status [ fhir:value "not-started" ];
       fhir:CarePlan.activity.detail.prohibited [ fhir:value "false"^^xs:boolean ];
       fhir:CarePlan.activity.detail.scheduledPeriod [
         fhir:Period.start [ fhir:value "2012-09-10"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.description [ fhir:value "Eve will review photos of high and low density foods and share with her parents" ]     ]
  ];
  fhir:CarePlan.activity [
     fhir:index 1;
     fhir:CarePlan.activity.progress [
       fhir:index 0;
       fhir:Annotation.time [ fhir:value "2012-09-10"^^xs:date ];
       fhir:Annotation.text [ fhir:value "Eve will sleep in her bed more often than the couch" ]     ];
     fhir:CarePlan.activity.detail [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://example.org/DoNotUse/General/RevisionDate" ];
         fhir:Extension.valueDate [ fhir:value "2012-09-10"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.category [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/care-plan-activity-category" ];
           fhir:Coding.code [ fhir:value "other" ]         ]       ];
       fhir:CarePlan.activity.detail.goal [
         fhir:index 0;
         fhir:Reference.reference [ fhir:value "#g1" ]       ];
       fhir:CarePlan.activity.detail.status [ fhir:value "not-started" ];
       fhir:CarePlan.activity.detail.prohibited [ fhir:value "false"^^xs:boolean ];
       fhir:CarePlan.activity.detail.scheduledPeriod [
         fhir:Period.start [ fhir:value "2012-09-10"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.description [ fhir:value "Eve will ask her dad to asist her to put the head of her bed on blocks" ]     ]
  ];
  fhir:CarePlan.activity [
     fhir:index 2;
     fhir:CarePlan.activity.detail [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://example.org/DoNotUse/General/RevisionDate" ];
         fhir:Extension.valueDate [ fhir:value "2012-09-10"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.category [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/care-plan-activity-category" ];
           fhir:Coding.code [ fhir:value "other" ]         ]       ];
       fhir:CarePlan.activity.detail.goal [
         fhir:index 0;
         fhir:Reference.reference [ fhir:value "#g2" ]       ];
       fhir:CarePlan.activity.detail.status [ fhir:value "in-progress" ];
       fhir:CarePlan.activity.detail.prohibited [ fhir:value "false"^^xs:boolean ];
       fhir:CarePlan.activity.detail.scheduledPeriod [
         fhir:Period.start [ fhir:value "2012-09-10"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.description [ fhir:value "Eve will reduce her intake of coffee and chocolate" ]     ]
  ];
  fhir:CarePlan.activity [
     fhir:index 3;
     fhir:CarePlan.activity.progress [
       fhir:index 0;
       fhir:Annotation.time [ fhir:value "2012-08-27"^^xs:date ];
       fhir:Annotation.text [ fhir:value "Eve would like to try for 5 days a week." ]     ];
     fhir:CarePlan.activity.progress [
       fhir:index 1;
       fhir:Annotation.time [ fhir:value "2012-09-10"^^xs:date ];
       fhir:Annotation.text [ fhir:value "Eve is still walking the dogs." ]     ];
     fhir:CarePlan.activity.detail [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://example.org/DoNotUse/General/RevisionDate" ];
         fhir:Extension.valueDate [ fhir:value "2012-09-10"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.category [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/care-plan-activity-category" ];
           fhir:Coding.code [ fhir:value "other" ]         ]       ];
       fhir:CarePlan.activity.detail.goal [
         fhir:index 0;
         fhir:Reference.reference [ fhir:value "#g3" ]       ];
       fhir:CarePlan.activity.detail.status [ fhir:value "in-progress" ];
       fhir:CarePlan.activity.detail.prohibited [ fhir:value "false"^^xs:boolean ];
       fhir:CarePlan.activity.detail.scheduledPeriod [
         fhir:Period.start [ fhir:value "2012-08-27"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.description [ fhir:value "Eve will walk her friend's dog up and down a big hill 15-30 minutes 3 days a week" ]     ]
  ];
  fhir:CarePlan.activity [
     fhir:index 4;
     fhir:CarePlan.activity.progress [
       fhir:index 0;
       fhir:Annotation.time [ fhir:value "2012-08-13"^^xs:date ];
       fhir:Annotation.text [ fhir:value "Eve walked 4 times the last week." ]     ];
     fhir:CarePlan.activity.progress [
       fhir:index 1;
       fhir:Annotation.time [ fhir:value "2012-09-10"^^xs:date ];
       fhir:Annotation.text [ fhir:value "Eve did not walk to her parents the last week, but has plans to start again" ]     ];
     fhir:CarePlan.activity.detail [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://example.org/DoNotUse/General/RevisionDate" ];
         fhir:Extension.valueDate [ fhir:value "2012-09-10"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.category [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/care-plan-activity-category" ];
           fhir:Coding.code [ fhir:value "other" ]         ]       ];
       fhir:CarePlan.activity.detail.goal [
         fhir:index 0;
         fhir:Reference.reference [ fhir:value "#g3" ]       ];
       fhir:CarePlan.activity.detail.status [ fhir:value "in-progress" ];
       fhir:CarePlan.activity.detail.prohibited [ fhir:value "false"^^xs:boolean ];
       fhir:CarePlan.activity.detail.scheduledPeriod [
         fhir:Period.start [ fhir:value "2012-07-23"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.description [ fhir:value "Eve will walk 3 blocks to her parents house twice a week" ]     ]
  ];
  fhir:CarePlan.activity [
     fhir:index 5;
     fhir:CarePlan.activity.detail [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://example.org/DoNotUse/General/RevisionDate" ];
         fhir:Extension.valueDate [ fhir:value "2012-08-13"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.category [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/care-plan-activity-category" ];
           fhir:Coding.code [ fhir:value "other" ]         ]       ];
       fhir:CarePlan.activity.detail.goal [
         fhir:index 0;
         fhir:Reference.reference [ fhir:value "#g4" ]       ];
       fhir:CarePlan.activity.detail.status [ fhir:value "in-progress" ];
       fhir:CarePlan.activity.detail.prohibited [ fhir:value "false"^^xs:boolean ];
       fhir:CarePlan.activity.detail.scheduledPeriod [
         fhir:Period.start [ fhir:value "2012-07-23"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.description [ fhir:value "Eve will us a calendar to check off after medications are taken" ]     ]
  ];
  fhir:CarePlan.activity [
     fhir:index 6;
     fhir:CarePlan.activity.progress [
       fhir:index 0;
       fhir:Annotation.time [ fhir:value "2012-08-13"^^xs:date ];
       fhir:Annotation.text [ fhir:value "After restarting the vinegar soaks the psoriasis is improved and Eve plans to treat the remainder with light treatments.  She plans to start this week." ]     ];
     fhir:CarePlan.activity.progress [
       fhir:index 1;
       fhir:Annotation.time [ fhir:value "2012-08-27"^^xs:date ];
       fhir:Annotation.text [ fhir:value "Since her skin is improved Eve has not been using the light treatment as often, maybe once a week.  She would like to increase to 3 times a week again" ]     ];
     fhir:CarePlan.activity.detail [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://example.org/DoNotUse/General/RevisionDate" ];
         fhir:Extension.valueDate [ fhir:value "2012-08-27"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.category [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/care-plan-activity-category" ];
           fhir:Coding.code [ fhir:value "other" ]         ]       ];
       fhir:CarePlan.activity.detail.goal [
         fhir:index 0;
         fhir:Reference.reference [ fhir:value "#g5" ]       ];
       fhir:CarePlan.activity.detail.status [ fhir:value "in-progress" ];
       fhir:CarePlan.activity.detail.prohibited [ fhir:value "false"^^xs:boolean ];
       fhir:CarePlan.activity.detail.scheduledPeriod [
         fhir:Period.start [ fhir:value "2012-07-23"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.description [ fhir:value "Eve will use her lights MWF after her shower for 3 minutes" ]     ]
  ];
  fhir:CarePlan.activity [
     fhir:index 7;
     fhir:CarePlan.activity.progress [
       fhir:index 0;
       fhir:Annotation.time [ fhir:value "2012-07-23"^^xs:date ];
       fhir:Annotation.text [ fhir:value "Eve created a chart as a reminer to take the medications that do not fit in her pill box" ]     ];
     fhir:CarePlan.activity.detail [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://example.org/DoNotUse/General/RevisionDate" ];
         fhir:Extension.valueDate [ fhir:value "2012-09-10"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.category [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/care-plan-activity-category" ];
           fhir:Coding.code [ fhir:value "other" ]         ]       ];
       fhir:CarePlan.activity.detail.goal [
         fhir:index 0;
         fhir:Reference.reference [ fhir:value "#g4" ]       ];
       fhir:CarePlan.activity.detail.status [ fhir:value "in-progress" ];
       fhir:CarePlan.activity.detail.prohibited [ fhir:value "false"^^xs:boolean ];
       fhir:CarePlan.activity.detail.scheduledPeriod [
         fhir:Period.start [ fhir:value "2012-07-10"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.description [ fhir:value "Eve will use a calendar of a chart to help her remember when to take her medications" ]     ]
  ];
  fhir:CarePlan.activity [
     fhir:index 8;
     fhir:CarePlan.activity.progress [
       fhir:index 0;
       fhir:Annotation.time [ fhir:value "2012-07-30"^^xs:date ];
       fhir:Annotation.text [ fhir:value "Will be able to esume exercise." ]     ];
     fhir:CarePlan.activity.progress [
       fhir:index 1;
       fhir:Annotation.time [ fhir:value "2012-08-13"^^xs:date ];
       fhir:Annotation.text [ fhir:value "Eve prefers to focus on walking at this time" ]     ];
     fhir:CarePlan.activity.detail [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://example.org/DoNotUse/General/RevisionDate" ];
         fhir:Extension.valueDate [ fhir:value "2012-08-23"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.category [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/care-plan-activity-category" ];
           fhir:Coding.code [ fhir:value "other" ]         ]       ];
       fhir:CarePlan.activity.detail.goal [
         fhir:index 0;
         fhir:Reference.reference [ fhir:value "#g3" ]       ];
       fhir:CarePlan.activity.detail.status [ fhir:value "on-hold" ];
       fhir:CarePlan.activity.detail.prohibited [ fhir:value "false"^^xs:boolean ];
       fhir:CarePlan.activity.detail.scheduledPeriod [
         fhir:Period.start [ fhir:value "2012-07-23"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.description [ fhir:value "Eve will start using stretch bands and one step 2 days a week Mon/Wed 6-7am and maybe Friday afternoon" ]     ]
  ];
  fhir:CarePlan.activity [
     fhir:index 9;
     fhir:CarePlan.activity.detail [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://example.org/DoNotUse/General/RevisionDate" ];
         fhir:Extension.valueDate [ fhir:value "2012-07-23"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.category [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/care-plan-activity-category" ];
           fhir:Coding.code [ fhir:value "other" ]         ]       ];
       fhir:CarePlan.activity.detail.goal [
         fhir:index 0;
         fhir:Reference.reference [ fhir:value "#g4" ]       ];
       fhir:CarePlan.activity.detail.status [ fhir:value "completed" ];
       fhir:CarePlan.activity.detail.prohibited [ fhir:value "false"^^xs:boolean ];
       fhir:CarePlan.activity.detail.scheduledPeriod [
         fhir:Period.start [ fhir:value "2012-07-10"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.description [ fhir:value "Eve will match a printed medication worksheet with the medication bottles at home" ]     ]
  ];
  fhir:CarePlan.activity [
     fhir:index 10;
     fhir:CarePlan.activity.progress [
       fhir:index 0;
       fhir:Annotation.time [ fhir:value "2012-07-16"^^xs:date ];
       fhir:Annotation.text [ fhir:value "Eve now has some of her medications set up in pill packs by her pharmacist" ]     ];
     fhir:CarePlan.activity.detail [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://example.org/DoNotUse/General/RevisionDate" ];
         fhir:Extension.valueDate [ fhir:value "2012-07-16"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.category [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/care-plan-activity-category" ];
           fhir:Coding.code [ fhir:value "other" ]         ]       ];
       fhir:CarePlan.activity.detail.goal [
         fhir:index 0;
         fhir:Reference.reference [ fhir:value "#g4" ]       ];
       fhir:CarePlan.activity.detail.status [ fhir:value "completed" ];
       fhir:CarePlan.activity.detail.prohibited [ fhir:value "false"^^xs:boolean ];
       fhir:CarePlan.activity.detail.scheduledPeriod [
         fhir:Period.start [ fhir:value "2012-07-10"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.description [ fhir:value "Eve will get a medication box to sort her pills.  She will have one for scheduled medications and one for as needed" ]     ]
  ];
  fhir:CarePlan.activity [
     fhir:index 11;
     fhir:CarePlan.activity.progress [
       fhir:index 0;
       fhir:Annotation.time [ fhir:value "2012-07-12"^^xs:date ];
       fhir:Annotation.text [ fhir:value "Eve will be able to resume exercise on 7/30/12" ]     ];
     fhir:CarePlan.activity.progress [
       fhir:index 1;
       fhir:Annotation.time [ fhir:value "2012-08-13"^^xs:date ];
       fhir:Annotation.text [ fhir:value "hold until \"less busy\"" ]     ];
     fhir:CarePlan.activity.detail [
       fhir:Element.extension [
         fhir:index 0;
         fhir:Extension.url [ fhir:value "http://example.org/DoNotUse/General/RevisionDate" ];
         fhir:Extension.valueDate [ fhir:value "2012-08-13"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.category [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://hl7.org/fhir/care-plan-activity-category" ];
           fhir:Coding.code [ fhir:value "other" ]         ]       ];
       fhir:CarePlan.activity.detail.goal [
         fhir:index 0;
         fhir:Reference.reference [ fhir:value "#g3" ]       ];
       fhir:CarePlan.activity.detail.status [ fhir:value "on-hold" ];
       fhir:CarePlan.activity.detail.prohibited [ fhir:value "false"^^xs:boolean ];
       fhir:CarePlan.activity.detail.scheduledPeriod [
         fhir:Period.start [ fhir:value "2012-07-23"^^xs:date ]       ];
       fhir:CarePlan.activity.detail.description [ fhir:value "Eve will open \"The Firm\" DVD workout package and listen to it" ]     ]
  ];
  fhir:CarePlan.note [
     fhir:Annotation.text [ fhir:value "Patient family is not ready to commit to goal setting at this time.  Goal setting will be addressed in the future" ]
  ].

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.