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
: Report Sections - 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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "report-sections"] ; #
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: CodeSystem report-sections</b></p><a name=\"report-sections\"> </a><a name=\"hcreport-sections\"> </a><p>This case-sensitive code system <code>http://fhir.tiro.health/CodeSystem/report-sections</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">medical-history<a name=\"report-sections-medical-history\"> </a></td><td>Medical history section</td></tr><tr><td style=\"white-space:nowrap\">prostate-history<a name=\"report-sections-prostate-history\"> </a></td><td>Prostate history section</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://fhir.tiro.health/CodeSystem/report-sections"^^xsd:anyURI ;
fhir:l <http://fhir.tiro.health/CodeSystem/report-sections>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ReportSections"] ; #
fhir:title [ fhir:v "Report Sections"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-04-07T08:53:58+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Tiro.health"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Tiro.health" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://tiro.health" ] ] )
] ) ; #
fhir:description [ fhir:v "This CodeSystem defines the sections of a report as they are coded in the EHR of ExampleHospital."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "medical-history" ] ;
fhir:display [ fhir:v "Medical history section" ]
] [
fhir:code [ fhir:v "prostate-history" ] ;
fhir:display [ fhir:v "Prostate history section" ]
] ) . #