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/sex-at-birth - 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/sex-at-birth> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "sex-at-birth"] ;
  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 sex-at-birth</b></p><a name=\"sex-at-birth\"> </a><a name=\"hcsex-at-birth\"> </a><p>This case-sensitive code system <code>https://fhir.cqdg.ca/CodeSystem/sex-at-birth</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\">Male<a name=\"sex-at-birth-Male\"> </a></td><td>Male</td></tr><tr><td style=\"white-space:nowrap\">Missing - Restricted access<a name=\"sex-at-birth-Missing-Restrictedaccess\"> </a></td><td>Missing - Restricted Access</td></tr><tr><td style=\"white-space:nowrap\">Missing - Not provided<a name=\"sex-at-birth-Missing-Notprovided\"> </a></td><td>Missing - Not Provided</td></tr><tr><td style=\"white-space:nowrap\">Missing - Not collected<a name=\"sex-at-birth-Missing-Notcollected\"> </a></td><td>Missing - Not Collected</td></tr><tr><td style=\"white-space:nowrap\">Missing - Unknown<a name=\"sex-at-birth-Missing-Unknown\"> </a></td><td>Missing - Unknown</td></tr><tr><td style=\"white-space:nowrap\">Another Sex<a name=\"sex-at-birth-AnotherSex\"> </a></td><td>Another Sex</td></tr><tr><td style=\"white-space:nowrap\">Intersex<a name=\"sex-at-birth-Intersex\"> </a></td><td>Intersex</td></tr><tr><td style=\"white-space:nowrap\">Female<a name=\"sex-at-birth-Female\"> </a></td><td>Female</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir.cqdg.ca/CodeSystem/sex-at-birth"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "SexAtBirthCodeSystem"] ;
  fhir:CodeSystem.title [ fhir:value "Ferlab.bio CodeSystem/sex-at-birth"] ;
  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 "This code system defines standardized categories for documenting a participant's sex assigned at birth in clinical and research datasets."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "Male" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Male" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "Missing - Restricted access" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Missing - Restricted Access" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "Missing - Not provided" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Missing - Not Provided" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "Missing - Not collected" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Missing - Not Collected" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "Missing - Unknown" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Missing - Unknown" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "Another Sex" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Another Sex" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "Intersex" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Intersex" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "Female" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Female" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/sex-at-birth.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/sex-at-birth.ttl> .