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 Contact - 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:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "random-encounter-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: Encounter random-encounter-id-123</b></p><a name=\"random-encounter-id-123\"> </a><a name=\"hcrandom-encounter-id-123\"> </a><p><b>identifier</b>: <code>https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/receptie/cnr</code>/123456</p><p><b>status</b>: In Progress</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">patient</span></td><td><a href=\"Patient-random-patient-id-123.html\">Jan Jansens  Male, DoB: 1970-01-01 ( https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/pm/patient/eadnr#123456)</a></td></tr></table><p><b>plannedStartDate</b>: 2024-06-22</p><p><b>plannedEndDate</b>: 2024-06-22</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/receptie/cnr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456" ]
  ] ) ; # 
  fhir:status [ fhir:v "in-progress"] ; # 
  fhir:participant ( [
    ( fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "patient" ]       ] )     ] ) ;
fhir:actor [
fhir:reference [ fhir:v "Patient/random-patient-id-123" ]     ]
  ] ) ; # 
  fhir:plannedStartDate [ fhir:v "2024-06-22"^^xsd:date] ; # 
  fhir:plannedEndDate [ fhir:v "2024-06-22"^^xsd:date] . #