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

: Patient (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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ONCOnnect-EX-TB-Patient"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ccc-onconnect.de/StructureDefinition/onconnect-pr-tb-patient"^^xsd:anyURI ;
fhir:link <https://fhir.ccc-onconnect.de/StructureDefinition/onconnect-pr-tb-patient>     ] )
  ] ; # 
  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: Patient ONCOnnect-EX-TB-Patient</b></p><a name=\"ONCOnnect-EX-TB-Patient\"> </a><a name=\"hcONCOnnect-EX-TB-Patient\"> </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-patient.html\">Patient (Profile)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Leo Muster (official) Other, DoB: 1980-04-06 ( Krankenversichertennummer)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Medical record number/1234567890</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Bürgersteig 5c, c/o Müller Dorfingen 10000 Deutschland </td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://fhir.de/CodeSystem/identifier-type-de-basis"^^xsd:anyURI ] ;
fhir:code [ fhir:v "KVZ10" ]       ] )     ] ;
fhir:system [ fhir:v "http://fhir.de/sid/gkv/kvid-10"^^xsd:anyURI ] ;
fhir:value [ fhir:v "A123456780" ] ;
fhir:assigner [
fhir:identifier [
fhir:type [
          ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XX" ]           ] )         ] ;
fhir:system [ fhir:v "http://fhir.de/sid/arge-ik/iknr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9876543213" ]       ] ;
fhir:display [ fhir:v "AOK Musterland" ]     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ]       ] )     ] ;
fhir:system [ fhir:v "urn:oncohub:patient-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1234567890" ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Muster" ] ;
    ( fhir:given [ fhir:v "Leo" ] ) ;
    ( fhir:prefix [
fhir:v "Dr." ;
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "AC"         ]       ] )     ] )
  ] ) ; # 
  fhir:gender [
fhir:v "other" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://fhir.de/StructureDefinition/gender-amtlich-de"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://fhir.de/CodeSystem/gender-amtlich-de"^^xsd:anyURI ] ;
fhir:code [ fhir:v "X" ]       ]     ] )
  ] ; # 
  fhir:birthDate [ fhir:v "1980-04-06"^^xsd:date] ; # 
  fhir:address ( [
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "Bürgersteig 5c, c/o Müller" ] ) ;
fhir:city [ fhir:v "Dorfingen" ] ;
fhir:postalCode [ fhir:v "10000" ] ;
fhir:country [ fhir:v "Deutschland" ]
  ] ) . #