0.1.0 - ci-build

ONCOnnectTumorboardIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Family History Member Grandfather (Example) - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:FamilyMemberHistory ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ONCOnnect-EX-TB-FamilyHistoryMemberGrandfather"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ccc-onconnect.de/StructureDefinition/onconnect-pr-tb-family-history-item"^^xsd:anyURI ;
fhir:link <https://fhir.ccc-onconnect.de/StructureDefinition/onconnect-pr-tb-family-history-item>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory ONCOnnect-EX-TB-FamilyHistoryMemberGrandfather</b></p><a name=\"ONCOnnect-EX-TB-FamilyHistoryMemberGrandfather\"> </a><a name=\"hcONCOnnect-EX-TB-FamilyHistoryMemberGrandfather\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-onconnect-pr-tb-family-history-item.html\">Family History Member (Profile)</a></p></div><p><b>status</b>: Completed</p><p><b>patient</b>: <a href=\"Patient-ONCOnnect-EX-TB-Patient.html\">Leo Muster (official) Other, DoB: 1980-04-06 ( Krankenversichertennummer)</a></p><p><b>date</b>: 2024-06-21</p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MGRFTH}\">Großvater (mütterlicherseits)</span></p><p><b>deceased</b>: 80 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></p><blockquote><p><b>condition</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm C18}\">Bösartige Neubildung des Kolons</span></p><p><b>contributedToDeath</b>: false</p><p><b>onset</b>: 65 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></p></blockquote><blockquote><p><b>condition</b></p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bfarm/icd-10-gm C18}\">Bösartige Neubildung des Kolons</span></p><p><b>contributedToDeath</b>: true</p><p><b>onset</b>: 78 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codea = 'a')</span></p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/ONCOnnect-EX-TB-Patient" ]
  ] ; # 
  fhir:date [ fhir:v "2024-06-21"^^xsd:date] ; # 
  fhir:relationship [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:version [ fhir:v "3.0.0" ] ;
fhir:code [ fhir:v "MGRFTH" ] ;
fhir:display [ fhir:v "Großvater (mütterlicherseits)" ]     ] )
  ] ; # 
  fhir:deceased [
a fhir:Age ;
fhir:value [ fhir:v "80"^^xsd:decimal ] ;
fhir:unit [ fhir:v "a" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]
  ] ; # 
  fhir:condition ( [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.de/CodeSystem/bfarm/icd-10-gm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C18" ] ;
fhir:display [ fhir:v "Bösartige Neubildung des Kolons" ]       ] )     ] ;
fhir:contributedToDeath [ fhir:v false ] ;
fhir:onset [
a fhir:Age ;
fhir:value [ fhir:v "65"^^xsd:decimal ] ;
fhir:unit [ fhir:v "a" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]     ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.de/CodeSystem/bfarm/icd-10-gm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C18" ] ;
fhir:display [ fhir:v "Bösartige Neubildung des Kolons" ]       ] )     ] ;
fhir:contributedToDeath [ fhir:v true ] ;
fhir:onset [
a fhir:Age ;
fhir:value [ fhir:v "78"^^xsd:decimal ] ;
fhir:unit [ fhir:v "a" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]     ]
  ] ) . #