FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: CarePlan/example-01 - XML Representation

Raw xml | Download


<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/example-01"/>
    <display value="ABC"/>
  </subject>
  <activity>
    <outcomeReference>🔗 
      <reference value="Appointment/example-01"/>
    </outcomeReference>
  </activity>
</CarePlan>