# Reason for Visit Section OID: 2.16.840.1.113883.10.20.22.2.12 LOINCs: #{"29299-5"} Alias: reason-for-visit Entries Required: N/A Internal ID: ReasonforVisitSection [IG Link](https://www.hl7.org/ccdasearch/templates/2.16.840.1.113883.10.20.22.2.12.html) ## sample1 ```json { "title" : "REASON FOR VISIT", "text" : { "div" : "\n Back pain\n ", "status" : "generated" }, "code" : { "text" : "REASON FOR VISIT", "coding" : [ { "code" : "29299-5", "display" : "REASON FOR VISIT", "system" : "http://loinc.org" } ] } } ``` C-CDA Equivalent: ```xml
REASON FOR VISIT REASON FOR VISIT Back pain
```