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

: FilledReport - 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:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "random-report-id-321-final"] ; # 
  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: Composition random-report-id-321-final</b></p><a name=\"random-report-id-321-final\"> </a><a name=\"hcrandom-report-id-321-final\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:\">Some Report</span></p><p><b>encounter</b>: <a href=\"Encounter-random-encounter-id-123.html\">Encounter: identifier = https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/receptie/cnr#123456; status = in-progress; plannedStartDate = 2024-06-22; plannedEndDate = 2024-06-22</a></p><p><b>date</b>: 2024-06-22</p><p><b>author</b>: <a href=\"Practitioner-random-practitioner-id-123.html\">Practitioner Dr. Pauwels </a></p><p><b>title</b>: Some Report</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
fhir:text [ fhir:v "Some Report" ]
  ] ; # 
  fhir:subject ( [
fhir:reference [ fhir:v "Patient/random-patient-id-123" ]
  ] ) ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/random-encounter-id-123" ]
  ] ; # 
  fhir:date [ fhir:v "2024-06-22"^^xsd:date] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Practitioner/random-practitioner-id-123" ]
  ] ) ; # 
  fhir:title [ fhir:v "Some Report"] ; # 
  fhir:section ( [
fhir:title [ fhir:v "Questionnaire with Bookmarks" ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Voornaam: Jan</p><p>Familienaam: Jansens</p><p>Geslacht: Man</p></div>"^^rdf:XMLLiteral     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "QuestionnaireResponse/Response" ]     ] [
fhir:reference [ fhir:v "Basic/random-bookmarks-id-123" ]     ] )
  ] ) . #