Tiro.health Implementation Guide
0.1.0 - ci-build

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

: Jan Jansens - 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 "random-patient-id-123"] ; # 
  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 random-patient-id-123</b></p><a name=\"random-patient-id-123\"> </a><a name=\"hcrandom-patient-id-123\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Jan Jansens  Male, DoB: 1970-01-01 ( https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/patient/eadnr#123456)</p><hr/></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/patient/eadnr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Jansens" ] ;
    ( fhir:given [ fhir:v "Jan" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1970-01-01"^^xsd:date] . #