synthetichealth/synthea

CCDA Care Plan Goals and Activities

Open

#476 opened on Feb 15, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Java (500 forks)batch import
ccdahelp wanted

Repository metrics

Stars
 (1,577 stars)
PR merge metrics
 (Avg merge 10d 12h) (6 merged PRs in 30d)

Description

Reported by @petercyli

CCDA exporter does not currently include structured data about the care plan goals or activities.

Sample of what it could/should look like: https://github.com/HL7/C-CDA-Examples/blob/master/Plan%20of%20Treatment/Care%20Plan%20Goals%20and%20Instructions/Care%20Plan%20Goals%20and%20Instructions(C-CDAR2.1).xml

Current generated sample:

<component>
  <!--Plan of Care-->
  <section>
    <templateId root="2.16.840.1.113883.10.20.22.2.10" extension="2014-06-09"/>
    <!--Plan of Care section template-->
    <code code="18776-5" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Treatment plan"/>
    <title>Plan of Care</title>
<text>
  <table border="1" width="100%">
    <thead>
      <tr>
        <th>Start</th>
        <th>Stop</th>
        <th>Description</th>
        <th>Code</th>
      </tr>
    </thead>
    <tbody>
        <tr>
          <td>2010-08-20T19:00:27-04:00</td>
          <td>2014-12-08T18:00:27-05:00</td>
          <td ID="careplans-desc-1">Respiratory therapy</td>
          <td ID="careplans-code-1">SNOMED-CT 53950000</td>
        </tr>
        <tr>
          <td>2017-02-13T18:00:27-05:00</td>
          <td>2017-03-15T19:00:27-04:00</td>
          <td ID="careplans-desc-2">Fracture care</td>
          <td ID="careplans-code-2">SNOMED-CT 385691007</td>
        </tr>
    </tbody>
  </table>
</text>
  </section>
</component>

Contributor guide