Healthy Route Implementation Guide
0.1.0 - ci-build

Healthy Route Implementation Guide, published by Savannah Informatics. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/savannahghi/healthy-route-ig/ and changes regularly. See the Directory of published versions

: Example study, country B - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/ResearchStudy/ExampleStudyCountryB> a fhir:ResearchStudy ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleStudyCountryB"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-research-study"^^xsd:anyURI ;
       fhir:link <https://fhir.savannahghi.org/ig/healthy-route/StructureDefinition/hr-research-study>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ResearchStudy ExampleStudyCountryB</b></p><a name=\"ExampleStudyCountryB\"> </a><a name=\"hcExampleStudyCountryB\"> </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-hr-research-study.html\">Healthy Route Study</a></p></div><p><b>identifier</b>: <code>https://example.org/sid/protocol</code>/HR-B-001</p><p><b>version</b>: 1.0</p><p><b>title</b>: Validation of a retinal image algorithm for prediction of reduced kidney function, country B</p><p><b>status</b>: Active</p><p><b>primaryPurposeType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/research-study-prim-purp-type diagnostic}\">Diagnostic</span></p><p><b>studyDesign</b>: <span title=\"Codes:\">Non-interventional, cross-sectional</span></p><p><b>region</b>: <span title=\"Codes:{urn:iso:std:iso:3166 UG}\">Uganda</span></p><p><b>period</b>: 2026-04-01 --&gt; 2026-09-30</p><p><b>site</b>: <a href=\"Organization-ExampleStudySite.html\">Organization Example Teaching Hospital</a></p><blockquote><p><b>associatedParty</b></p><p><b>name</b>: Example sponsoring university department</p><p><b>role</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/research-study-party-role sponsor-investigator}\">Sponsor-investigator</span></p></blockquote><blockquote><p><b>associatedParty</b></p><p><b>name</b>: Example pharmaceutical collaborator</p><p><b>role</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/research-study-party-role funding-source}\">Funding source</span></p></blockquote><h3>Recruitments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetNumber</b></td></tr><tr><td style=\"display: none\">*</td><td>500</td></tr></table><h3>Objectives</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Description</b></td></tr><tr><td style=\"display: none\">*</td><td>Primary</td><td><div><p>Validate the performance of a machine-learning algorithm predicting reduced kidney function from digital retinal images, in the population in which it is intended to be used.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "https://example.org/sid/protocol"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "HR-B-001" ]
  ] ) ; # 
  fhir:version [ fhir:v "1.0"] ; # 
  fhir:title [ fhir:v "Validation of a retinal image algorithm for prediction of reduced kidney function, country B"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:primaryPurposeType [
     fhir:coding ( [
       fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/research-study-prim-purp-type"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "diagnostic" ]
     ] )
  ] ; # 
  fhir:studyDesign ( [
     fhir:text [ fhir:v "Non-interventional, cross-sectional" ]
  ] ) ; # 
  fhir:region ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "UG" ]
     ] )
  ] ) ; # 
  fhir:period [
     fhir:start [ fhir:v "2026-04-01"^^xsd:date ] ;
     fhir:end [ fhir:v "2026-09-30"^^xsd:date ]
  ] ; # 
  fhir:site ( [
     fhir:link <http://hl7.org/fhir/Organization/ExampleStudySite> ;
     fhir:reference [ fhir:v "Organization/ExampleStudySite" ]
  ] ) ; # 
  fhir:associatedParty ( [
     fhir:name [ fhir:v "Example sponsoring university department" ] ;
     fhir:role [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/research-study-party-role"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "sponsor-investigator" ] ;
         fhir:display [ fhir:v "Sponsor-investigator" ]
       ] )
     ]
  ] [
     fhir:name [ fhir:v "Example pharmaceutical collaborator" ] ;
     fhir:role [
       fhir:coding ( [
         fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/research-study-party-role"^^xsd:anyURI ] ;
         fhir:code [ fhir:v "funding-source" ] ;
         fhir:display [ fhir:v "Funding source" ]
       ] )
     ]
  ] ) ; # 
  fhir:recruitment [
     fhir:targetNumber [ fhir:v "500"^^xsd:nonNegativeInteger ]
  ] ; # 
  fhir:objective ( [
     fhir:name [ fhir:v "Primary" ] ;
     fhir:description [ fhir:v "Validate the performance of a machine-learning algorithm predicting reduced kidney function from digital retinal images, in the population in which it is intended to be used." ]
  ] ) . # 

<http://hl7.org/fhir/Organization/ExampleStudySite> a fhir:Organization .