NHS North West Genomics
0.0.8 - ci-build
NHS North West Genomics, published by NHS North West Genomics. This guide is not an authorized publication; it is the continuous build for version 0.0.8 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nw-gmsa/nw-gmsa.github.com/ and changes regularly. See the Directory of published versions
{
"resourceType" : "FamilyMemberHistory",
"id" : "c76b8bc2-ec36-4ce1-a2ea-8c57215115e2",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory c76b8bc2-ec36-4ce1-a2ea-8c57215115e2</b></p><a name=\"c76b8bc2-ec36-4ce1-a2ea-8c57215115e2\"> </a><a name=\"hcc76b8bc2-ec36-4ce1-a2ea-8c57215115e2\"> </a><p><b>status</b>: Partial</p><p><b>patient</b>: <a href=\"Patient-Patient-Liverpool.html\">Paul LIVERPOOL</a></p><p><b>name</b>: Sarah-Jane Nottingham</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><p><b>sex</b>: <span title=\"Codes:\">female</span></p><p><b>born</b>: 1924-01-05</p><p><b>deceased</b>: true</p><p><b>reasonReference</b>: <a href=\"Observation-6beb613f-d303-42af-b025-86e8e0872061.html\">Observation Diagnostic Implication</a></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>ContributedToDeath</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 126765001}\">Gastrointestinal obstruction (disorder)</span></td><td>true</td></tr></table></div>"
},
"status" : "partial",
"patient" : {
🔗 "reference" : "Patient/Patient-Liverpool",
"display" : "Paul LIVERPOOL"
},
"name" : "Sarah-Jane Nottingham",
"relationship" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "MTH",
"display" : "mother"
}
]
},
"sex" : {
"coding" : [
{
"code" : "female"
}
]
},
"bornDate" : "1924-01-05",
"deceasedBoolean" : true,
"reasonReference" : [
{
🔗 "reference" : "Observation/6beb613f-d303-42af-b025-86e8e0872061"
}
],
"condition" : [
{
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "126765001",
"display" : "Gastrointestinal obstruction (disorder)"
}
]
},
"contributedToDeath" : true
}
]
}