FHIR IG analytics| Package | fhir.nwgenomics.nhs.uk |
| Resource Type | FamilyMemberHistory |
| Id | FamilyMemberHistory-c76b8bc2-ec36-4ce1-a2ea-8c57215115e2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: FamilyMemberHistory c76b8bc2-ec36-4ce1-a2ea-8c57215115e2
Profile: FamilyMemberHistory
status: Partial
patient: Nedl LIVERPOOL
name: Sarah-Jane Nottingham
relationship: mother
sex: female
born: 1924-01-05
deceased: true
reasonReference: Observation Diagnostic Implication
| Code | ContributedToDeath |
| Gastrointestinal obstruction (disorder) | true |
{
"resourceType": "FamilyMemberHistory",
"id": "c76b8bc2-ec36-4ce1-a2ea-8c57215115e2",
"meta": {
"profile": [
"https://fhir.nwgenomics.nhs.uk/StructureDefinition/FamilyMemberHistory"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "partial",
"patient": {
"reference": "Patient/Patient-Liverpool",
"display": "Nedl 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
}
]
}