# Family History Section (/V3) OID: 2.16.840.1.113883.10.20.22.2.15 LOINCs: #{"10157-6"} Alias: family-history Entries Required: N/A Internal ID: FamilyHistorySectionV3 [IG Link](https://www.hl7.org/ccdasearch/templates/2.16.840.1.113883.10.20.22.2.15.html) ## sample2 ```json { "patient" : { "resourceType" : "Patient", "id" : "patient" }, "sex" : { "coding" : [ { "code" : "M", "display" : "M", "system" : "urn:oid:2.16.840.1.113883.5.1" } ] }, "name" : "Gerald", "relationship" : { "coding" : [ { "code" : "BRO", "display" : "Brother", "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode" } ] }, "resourceType" : "FamilyMemberHistory", "status" : "completed", "id" : "01faa204-1111-4610-864f-cb50b650d0fa", "condition" : [ { "code" : { "coding" : [ { "code" : "195967001", "display" : "Asthma (disorder)", "system" : "http://snomed.info/sct" } ] } } ], "born" : { "date" : "1985" } } ``` C-CDA Equivalent: ```xml
Family History Section (V3) Family History Section (V3) Gerald
``` ## sample1 ```json { "patient" : { "resourceType" : "Patient", "id" : "patient" }, "sex" : { "coding" : [ { "code" : "M", "display" : "M", "system" : "urn:oid:2.16.840.1.113883.5.1" } ] }, "name" : "James", "relationship" : { "coding" : [ { "code" : "BRO", "display" : "Brother", "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode" } ] }, "resourceType" : "FamilyMemberHistory", "status" : "completed", "id" : "01faa204-0000-4610-864f-cb50b650d0fa", "condition" : [ { "code" : { "coding" : [ { "code" : "59621000", "display" : "Essential Hypertension", "system" : "http://snomed.info/sct" } ] }, "note" : [ { "text" : "High blood pressure" } ] } ], "born" : { "date" : "1982" } } ``` C-CDA Equivalent: ```xml
Family History Section (V3) Family History Section (V3) James High blood pressure
```