STU 2 Ballot

This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions

DAF-Core CarePlan XML Example: example

Raw XML


<CarePlan xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Example Care and Assessment Example - put the narrative content here</div>
  </text>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <status value="active"/>
  <category>
    <coding>
      <system value="http://hl7.org/us/daf/CodeSystem/daf-core-extension-codes"/>
      <code value="assess-plan"/>
    </coding>
  </category>
</CarePlan>

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.