FHIR Implementation Guide for NDHM CI Build v2.0
banner

NDHM (R4), Published and maintained by NRCeS for NHA.
This version is based on the NDHM Health Data Interchange Specifications 1.0 and updated periodically.

XML Format: CarePlan-example-01

Download Raw xml


<CarePlan xmlns="http://hl7.org/fhir">
  <id value="example-01"/>
  <meta>
    <profile value="https://nrces.in/ndhm/fhir/r4/StructureDefinition/CarePlan"/>
  </meta>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Care Plan</div>
  </text>
  <status value="active"/>
  <intent value="plan"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="736368003"/>
      <display value="Coronary heart disease care plan"/>
    </coding>
  </category>
  <title value="Coronary heart disease care plan"/>
  <description value="Treatment of coronary artery and related disease problems"/>
  <subject>
    <reference value="Patient/1"/>
    <display value="ABC"/>
  </subject>
  <activity>
    <outcomeReference>
      <reference value="Appointment/1"/>
    </outcomeReference>
  </activity>
</CarePlan>