This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Real-world patient example
{
"resourceType": "FamilyHistory",
"text": {
"status": "generated",
"div": "<div>\n <p>\n <b>Generated Narrative</b>\n </p>\n <p>\n <b>subject</b>: Roel\n </p>\n <p>\n <b>note</b>: Both parents, both brothers and both children (twin) are still alive.\n </p>\n <blockquote>\n <p>\n <b>relation</b>\n </p>\n <p>\n <b>relationship</b>: \n <span title=\"Codes: {http://snomed.info/sct 72705000}\">Mother</span>\n </p>\n <p>\n <b>deceased[x]</b>: false\n </p>\n <h3>Conditions</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Type</b>\n </td>\n <td>\n <b>Outcome</b>\n </td>\n <td>\n <b>Onset[x]</b>\n </td>\n <td>\n <b>Note</b>\n </td>\n </tr>\n <tr>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 39839004}\">Diaphragmatic hernia</span>\n </td>\n <td> </td>\n <td> </td>\n <td> </td>\n </tr>\n </table>\n </blockquote>\n <blockquote>\n <p>\n <b>relation</b>\n </p>\n <p>\n <b>relationship</b>: \n <span title=\"Codes: {http://snomed.info/sct 38048003}\">Uncle</span>\n </p>\n <p>\n <b>deceased[x]</b>: true\n </p>\n <h3>Conditions</h3>\n <table class=\"grid\">\n <tr>\n <td>\n <b>Type</b>\n </td>\n <td>\n <b>Outcome</b>\n </td>\n <td>\n <b>Onset[x]</b>\n </td>\n <td>\n <b>Note</b>\n </td>\n </tr>\n <tr>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 115665000}\">Atopy</span>\n </td>\n <td>\n <span title=\"Codes: {http://snomed.info/sct 419099009}\">Died</span>\n </td>\n <td> </td>\n <td> </td>\n </tr>\n </table>\n </blockquote>\n </div>"
},
"subject": {
"reference": "Patient/f201",
"display": "Roel"
},
"note": "Both parents, both brothers and both children (twin) are still alive.",
"relation": [
{
"relationship": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "72705000",
"display": "Mother"
}
]
},
"deceasedBoolean": false,
"condition": [
{
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "39839004",
"display": "Diaphragmatic hernia"
}
]
}
}
]
},
{
"relationship": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "38048003",
"display": "Uncle"
}
]
},
"deceasedBoolean": true,
"condition": [
{
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "115665000",
"display": "Atopy"
}
]
},
"outcome": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "419099009",
"display": "Died"
}
]
}
}
]
}
]
}