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
: FamilyMemberHistory - Sarah-Jane Nottingham - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:FamilyMemberHistory ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "c76b8bc2-ec36-4ce1-a2ea-8c57215115e2"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "partial"] ; #
fhir:patient [
fhir:l fhir:Patient/Patient-Liverpool ;
fhir:reference [ fhir:v "Patient/Patient-Liverpool" ] ;
fhir:display [ fhir:v "Paul LIVERPOOL" ]
] ; #
fhir:name [ fhir:v "Sarah-Jane Nottingham"] ; #
fhir:relationship [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-RoleCode> ] ;
fhir:code [ fhir:v "MTH" ] ;
fhir:display [ fhir:v "mother" ] ] )
] ; #
fhir:sex [
( fhir:coding [
fhir:code [ fhir:v "female" ] ] )
] ; #
fhir:born [
a fhir:Date ;
fhir:v "1924-01-05"^^xsd:date
] ; #
fhir:deceased [
a fhir:Boolean ;
fhir:v true
] ; #
fhir:reasonReference ( [
fhir:l fhir:Observation/6beb613f-d303-42af-b025-86e8e0872061 ;
fhir:reference [ fhir:v "Observation/6beb613f-d303-42af-b025-86e8e0872061" ]
] ) ; #
fhir:condition ( [
fhir:code [
( fhir:coding [
a sct:126765001 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "126765001" ] ;
fhir:display [ fhir:v "Gastrointestinal obstruction (disorder)" ] ] ) ] ;
fhir:contributedToDeath [ fhir:v true ]
] ) . #