# Course of Care Section OID: 2.16.840.1.113883.10.20.22.2.64 LOINCs: #{"8648-8"} Alias: course-of-care Entries Required: N/A Internal ID: CourseofCareSection [IG Link](https://www.hl7.org/ccdasearch/templates/2.16.840.1.113883.10.20.22.2.64.html) ## sample1 ```json [ { "title" : "COURSE OF CARE", "code" : { "coding" : [ { "code" : "8648-8", "system" : "http://loinc.org", "display" : "COURSE OF CARE" } ], "text" : "COURSE OF CARE" }, "text" : { "div" : "COURSE OF CARE NARRATIVE", "status" : "generated" } } ] ``` C-CDA Equivalent: ```xml
COURSE OF CARE COURSE OF CARE COURSE OF CARE NARRATIVE
```