# Complications Section (/V3) OID: 2.16.840.1.113883.10.20.22.2.37 LOINCs: #{"55109-3"} Alias: complications Entries Required: N/A Internal ID: ComplicationsSectionV3 [IG Link](https://www.hl7.org/ccdasearch/templates/2.16.840.1.113883.10.20.22.2.37.html) ## sample-problem ```json { "onset" : { "dateTime" : "2014-02-27" }, "category" : [ { "coding" : [ { "system" : "http://terminology.hl7.org/CodeSystem/condition-category", "code" : "problem-list-item", "display" : "Problem List Item" } ] } ], "resourceType" : "Condition", "recordedDate" : "2014-03-02T12:45:36Z", "id" : "9d841140-d92b-0f69-daa2-f1784653dec8", "recorder" : { "practitioner" : { "name" : [ { "given" : [ "Heartly" ], "family" : "Sixer", "use" : "official", "suffix" : [ "MD" ] } ], "address" : [ { "line" : [ "6666 StreetName St." ], "city" : "Silver Spring", "state" : "MD", "postalCode" : "20901", "country" : "US" } ], "telecom" : [ { "system" : "phone", "value" : "+1(301)666-6666", "use" : "work" } ], "id" : "cef8b367-67e0-5bc5-3260-d66139c4b3ab", "identifier" : [ { "value" : "66666", "system" : "http://hl7.org/fhir/sid/us-npi" } ], "resourceType" : "Practitioner" }, "specialty" : [ { "text" : "Cardiovascular Disease", "coding" : [ { "code" : "207RC0000X", "display" : "Cardiovascular Disease", "system" : "http://hl7.org/fhir/ValueSet/provider-taxonomy" } ] } ], "id" : "bbdb2030-cff6-2837-723f-2b8f8d0bb51f", "resourceType" : "PractitionerRole", "period" : { "start" : "2014-03-02T12:45:36Z" } }, "code" : { "text" : "Community Acquired Pneumonia", "coding" : [ { "code" : "385093006", "display" : "Community Acquired Pneumonia", "system" : "http://snomed.info/sct" } ] }, "subject" : { "id" : "patient", "resourceType" : "Patient" } } ``` C-CDA Equivalent: ```xml
Complications Section (V3)
Complications
Complication Noted Date Diagnosed Date
No records
Community Acquired Pneumonia
```