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

: Session - 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:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Session"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "patient" ] ;
fhir:value [
a fhir:string ;
fhir:v "random-patient-id-123"     ]
  ] [
fhir:name [ fhir:v "encounter" ] ;
fhir:value [
a fhir:string ;
fhir:v "random-encounter-id-123"     ]
  ] [
fhir:name [ fhir:v "fhirContext" ] ;
    ( fhir:part [
fhir:name [ fhir:v "reference" ] ;
fhir:value [
a fhir:string ;
fhir:v "Basic/random-bookmarks-id-123"       ]     ] [
fhir:name [ fhir:v "role" ] ;
fhir:value [
a fhir:string ;
fhir:v "https://tiro.health/smart/role/nxh-bookmarks-for-launch-context"       ]     ] )
  ] [
fhir:name [ fhir:v "fhirContext" ] ;
    ( fhir:part [
fhir:name [ fhir:v "reference" ] ;
fhir:value [
a fhir:string ;
fhir:v "Questionnaire/random-questionnaire-id-123"       ]     ] [
fhir:name [ fhir:v "role" ] ;
fhir:value [
a fhir:string ;
fhir:v "https://tiro.health/smart/role/questionnaire-to-render"       ]     ] )
  ] [
fhir:name [ fhir:v "fhirContext" ] ;
    ( fhir:part [
fhir:name [ fhir:v "role" ] ;
fhir:value [
a fhir:string ;
fhir:v "https://tiro.health/smart/role/inital-report"       ]     ] )
  ] ) . #