Physical Activity Implementation Guide 1.0.0-ballot - STU1 ballot-draft
This page is part of the U.S. Physical Activity IG (v1.0.0-ballot: STU 1.0 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Raw xml | Download
<CarePlan xmlns="http://hl7.org/fhir"> <id value="ExampleCarePlan"/> <text> <status value="additional"/> <div xmlns="http://www.w3.org/1999/xhtml">Put contents of CarePlan here</div> </text> <status value="active"/> <intent value="plan"/> <category> <coding> <system value="http://hl7.org/fhir/us/core/CodeSystem/careplan-category"/> <code value="assess-plan"/> </coding> </category> <category> <coding> <system value="http://hl7.org/fhir/us/physical-activity/CodeSystem/pa-temporary-codes"/> <code value="PhysicalActivity"/> </coding> </category> <subject> <reference value="http://example.org/Patient/1"/> <display value="Example Patient"/> </subject> <period> <start value="2022-06-08"/> <end value="2023-06-08"/> </period> <note> <authorReference> <reference value="RelatedPerson/ExampleRelatedPerson"/> <display value="Mother"/> </authorReference> <time value="2022-12-15"/> <text value="Some comments."/> </note> </CarePlan>