C-CDA on FHIR Implementation Guide STU 1 (v1.0.0)

This page is part of the C-CDA on FHIR Implementation Guide (v1.0.0: STU 1) based on FHIR R3. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="care-plan-document-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>Care Plan Document Codes</h2><div><p>A value set of LOINC document type codes for Care Plan documents.</p>
</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href="http://loinc.org"><code>http://loinc.org</code></a><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href="http://details.loinc.org/LOINC/52521-2.html">52521-2</a></td><td>Overall Plan of Care/​Advance Care Directives</td><td/></tr><tr><td><a href="http://details.loinc.org/LOINC/18776-5.html">18776-5</a></td><td>Plan of Care</td><td/></tr></table></li></ul></div>
  </text>
  <url value="http://hl7.org/fhir/us/ccda/ValueSet/care-plan-document-type"/>
  <version value="1.0.0"/>
  <name value="Care Plan Document Codes"/>
  <status value="active"/>
  <date value="2018-04-07T06:53:01+10:00"/>
  <description
               value="A value set of LOINC document type codes for Care Plan documents."/>
  <compose>
    <include>
      <system value="http://loinc.org"/>
      <concept>
        <code value="52521-2"/>
        <display value="Overall Plan of Care/​Advance Care Directives"/>
      </concept>
      <concept>
        <code value="18776-5"/>
        <display value="Plan of Care"/>
      </concept>
    </include>
  </compose>
</ValueSet>