TI Terminology
Version 1.1.0-ballot.1 - ballot

: Kollektivbezug - TTL Representation

Active as of 2026-11-16

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/reference-range-applies-to> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "reference-range-applies-to"] ;
  fhir:ValueSet.url [ fhir:value "https://gematik.de/fhir/terminology/ValueSet/reference-range-applies-to"] ;
  fhir:ValueSet.version [ fhir:value "1.1.0"] ;
  fhir:ValueSet.name [ fhir:value "ReferenceRangeAppliesToVS"] ;
  fhir:ValueSet.title [ fhir:value "Kollektivbezug"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-11-16"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "gematik GmbH"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.gematik.de" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Dieses Valueset enthält die Codes zur Beschreibung des Kollektivbezugs."] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "DE" ]
     ]
  ] ;
  fhir:ValueSet.immutable [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.copyright [ fhir:value "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "2.0.0" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "female-typical" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Apply female-typical setting or reference range" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "male-typical" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Apply male-typical setting or reference range" ]
       ]
     ]
  ] ;
  fhir:ValueSet.expansion [
     fhir:ValueSet.expansion.identifier [ fhir:value "urn:uuid:722475e9-a75c-11f1-9f50-005056ad42c6" ] ;
     fhir:ValueSet.expansion.timestamp [ fhir:value "2026-09-03T07:58:11+02:00"^^xsd:dateTime ] ;
     fhir:ValueSet.expansion.total [ fhir:value "2"^^xsd:integer ] ;
     fhir:ValueSet.expansion.offset [ fhir:value "0"^^xsd:integer ] ;
     fhir:ValueSet.expansion.contains [
       fhir:index 0 ;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use" ] ;
       fhir:ValueSet.expansion.contains.version [ fhir:value "2.0.0" ] ;
       fhir:ValueSet.expansion.contains.code [ fhir:value "female-typical" ] ;
       fhir:ValueSet.expansion.contains.display [ fhir:value "Apply female-typical setting or reference range" ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://terminology.hl7.org/CodeSystem/sex-parameter-for-clinical-use" ] ;
       fhir:ValueSet.expansion.contains.version [ fhir:value "2.0.0" ] ;
       fhir:ValueSet.expansion.contains.code [ fhir:value "male-typical" ] ;
       fhir:ValueSet.expansion.contains.display [ fhir:value "Apply male-typical setting or reference range" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/reference-range-applies-to.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/reference-range-applies-to.ttl> .