# Past Medical History (/V3) OID: 2.16.840.1.113883.10.20.22.2.20 LOINCs: #{"11348-0"} Alias: past-medical-history Entries Required: N/A Internal ID: PastMedicalHistoryV3 [IG Link](https://www.hl7.org/ccdasearch/templates/2.16.840.1.113883.10.20.22.2.20.html) ## sample1 ```json { "id" : "ea3b4865-890b-5db8-997e-538aa8117eb3", "code" : { "text" : "Community Acquired Pneumonia", "coding" : [ { "code" : "385093006", "display" : "Community Acquired Pneumonia", "system" : "http://snomed.info/sct" } ] }, "onset" : { "dateTime" : "2014-02-27" }, "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" : "b6a1ceb6-f75b-615b-8d36-06a4f488ea04", "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" : "9f2b039d-536f-964f-c78f-202c1ffca04a", "resourceType" : "PractitionerRole", "period" : { "start" : "2014-03-02T12:45:36Z" } }, "recordedDate" : "2014-03-02T12:45:36Z", "subject" : { "id" : "patient", "resourceType" : "Patient" }, "resourceType" : "Condition" } ``` C-CDA Equivalent: ```xml
Past Medical History (V3)
Past Medical History
Problem Noted Date Diagnosed Date Resolved Date
Community Acquired Pneumonia 02/27/2014 12:00AM UTC 03/02/2014 12:45PM UTC ~
Community Acquired Pneumonia
```