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
: Value Set With Expansion Score - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ValueSetWithExpansionScore"] ; #
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: ValueSet ValueSetWithExpansionScore</b></p><a name=\"ValueSetWithExpansionScore\"> </a><a name=\"hcValueSetWithExpansionScore\"> </a><p>This value set expansion contains 1 concepts.</p><table class=\"codes\"><tr><td><b>System</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a name=\"ValueSetWithExpansionScore-http://example.org-a\"> </a><code>http://example.org</code></td><td style=\"white-space:nowrap\"> a</td><td>A</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.tiro.health/ValueSet/ValueSetWithExpansionScore"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-10-16T12:24:15+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:expansion [
fhir:timestamp [ fhir:v "2019-01-01T00:00:00Z"^^xsd:dateTime ] ;
( fhir:contains [
( fhir:extension [
fhir:url [ fhir:v "http://fhir.tiro.health/StructureDefinition/valueset-expansion-match-score"^^xsd:anyURI ] ;
fhir:value [
a fhir:decimal ;
fhir:v 0.5 ] ] ) ;
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ] ;
fhir:display [ fhir:v "A" ] ] )
] . #