# History of Present Illness Section OID: 1.3.6.1.4.1.19376.1.5.3.1.3.4 LOINCs: #{"10164-2"} Alias: history-of-present-illness Entries Required: N/A Internal ID: HistoryofPresentIllnessSection [IG Link](https://www.hl7.org/ccdasearch/templates/1.3.6.1.4.1.19376.1.5.3.1.3.4.html) ## History of present illness ```json { "code" : { "coding" : [ { "code" : "11506-3", "system" : "http://loinc.org", "display" : "Progress note" } ] }, "note" : [ { "text" : "SOME USEFUL NOTES" } ], "effective" : { "dateTime" : "2023-04-24T14:30:00-04:00" }, "performer" : [ { "practitioner" : { "name" : [ { "given" : [ "WTF" ], "family" : "MAYR", "use" : "official", "suffix" : [ " DDS" ] } ], "id" : "2.16.840.1.113883.4.6", "identifier" : [ { "value" : "322045066", "system" : "urn:oid:1.2.840.114350.1.13.232.2.7.1.1133" }, { "value" : "77398", "system" : "urn:oid:1.2.840.114350.1.13.232.2.7.2.836982" } ], "resourceType" : "Practitioner" }, "specialty" : [ { "text" : "Dentistry, General" } ], "id" : "2.16.840.1.113883.4.6", "organization" : { "name" : "ADCare Health System", "address" : [ { "line" : [ "000 1st Ave" ], "use" : "work", "city" : "New York", "state" : "NY", "postalCode" : "11111", "country" : "US" } ], "id" : "2.16.840.1.113883.4.2", "identifier" : [ { "value" : "20100", "system" : "urn:oid:1.2.840.114350.1.13.232.2.7.2.688879" } ], "resourceType" : "Organization" }, "resourceType" : "PractitionerRole", "period" : { "start" : "2023-05-01T17:09:30-04:00" } } ], "status" : "final", "resourceType" : "Observation" } ``` C-CDA Equivalent: ```xml
History of Present Illness Section WTF MAYR - 04/24/2023 6:30PM UTCSOME USEFUL NOTES SOME USEFUL NOTES
```