@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://fachbereich.ihe-d.de/fhir/ValueSet/Altersgruppen> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "Altersgruppen"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet Altersgruppen</b></p><a name=\"Altersgruppen\"> </a><a name=\"hcAltersgruppen\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-Altersgruppen.html\"><code>http://fachbereich.ihe-d.de/fhir/CodeSystem/Altersgruppen</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.3.1</span></li></ul></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:Extension.valueInteger [ fhir:value "2"^^xsd:integer ]
  ] ;
  fhir:ValueSet.url [ fhir:value "http://fachbereich.ihe-d.de/fhir/ValueSet/Altersgruppen"] ;
  fhir:ValueSet.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
     fhir:Identifier.value [ fhir:value "urn:oid:1.2.3.4.5.6.7.8.10.3" ]
  ] ;
  fhir:ValueSet.version [ fhir:value "0.3.1"] ;
  fhir:ValueSet.name [ fhir:value "AltersgruppenVS"] ;
  fhir:ValueSet.title [ fhir:value "Altersgruppen"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-07-23"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "FO/IHE-D"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "FO/IHE-D" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://www.ihe-d.de" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "**Altersgruppen** zur Attributierung der Fachbereiche"] ;
  fhir:ValueSet.copyright [ fhir:value "CC-BY-4.0"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://fachbereich.ihe-d.de/fhir/CodeSystem/Altersgruppen" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://fachbereich.ihe-d.de/fhir/ValueSet/Altersgruppen.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

