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. This is the current published version. For a full list of available versions, see the Directory of published versions


{
  "resourceType" : "ValueSet",
  "id" : "care-plan-document-type",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://hl7.org/fhir/us/ccda/ValueSet/care-plan-document-type",
  "version" : "1.0.0",
  "name" : "Care Plan Document Codes",
  "status" : "active",
  "date" : "2018-04-07T06:53:01+10:00",
  "description" : "A value set of LOINC document type codes for Care Plan documents.",
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "52521-2",
            "display" : "Overall Plan of Care/​Advance Care Directives"
          },
          {
            "code" : "18776-5",
            "display" : "Plan of Care"
          }
        ]
      }
    ]
  }
}