0.1.0 - ci-build

CQDG_FHIR_IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ferlab.bio CodeSystem/population - TTL Representation

Active as of 2026-08-05

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/CodeSystem/population> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "population"] ;
  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: CodeSystem population</b></p><a name=\"population\"> </a><a name=\"hcpopulation\"> </a><p>This case-sensitive code system <code>https://fhir.cqdg.ca/CodeSystem/population</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">Fetal<a name=\"population-Fetal\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Pediatric<a name=\"population-Pediatric\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Adult<a name=\"population-Adult\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Pediatric and Adult<a name=\"population-PediatricandAdult\"> </a></td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir.cqdg.ca/CodeSystem/population"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "Population"] ;
  fhir:CodeSystem.title [ fhir:value "Ferlab.bio CodeSystem/population"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-05T14:46:26+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Ferlab.bio"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Ferlab.bio" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://example.org/example-publisher" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Population"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "Fetal" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Fetal" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "Pediatric" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Pediatric" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "Adult" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Adult" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "Pediatric and Adult" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Pediatric and Adult" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/population.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/population.ttl> .