@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 -------------------------------------------------------------------

<https://smartforms.csiro.au/ig/CodeSystem/CVDRiskSCTSupplement> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "CVDRiskSCTSupplement"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  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 CVDRiskSCTSupplement</b></p><a name=\"CVDRiskSCTSupplement\"> </a><a name=\"hcCVDRiskSCTSupplement\"> </a><p>This code system supplement <code>https://smartforms.csiro.au/ig/CodeSystem/CVDRiskSCTSupplement</code> defines features on 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\">75976002<a name=\"CVDRiskSCTSupplement-75976002\"> </a></td><td>Low Risk</td></tr><tr><td style=\"white-space:nowrap\">25594002<a name=\"CVDRiskSCTSupplement-25594002\"> </a></td><td>Intermediate Risk</td></tr><tr><td style=\"white-space:nowrap\">15508007<a name=\"CVDRiskSCTSupplement-15508007\"> </a></td><td>High Risk</td></tr><tr><td style=\"white-space:nowrap\">266919005<a name=\"CVDRiskSCTSupplement-266919005\"> </a></td><td>Never smoked</td></tr><tr><td style=\"white-space:nowrap\">8517006<a name=\"CVDRiskSCTSupplement-8517006\"> </a></td><td>Previously smoked</td></tr><tr><td style=\"white-space:nowrap\">77176002<a name=\"CVDRiskSCTSupplement-77176002\"> </a></td><td>Currently smokes</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://smartforms.csiro.au/ig/CodeSystem/CVDRiskSCTSupplement"] ;
  fhir:CodeSystem.version [ fhir:value "0.4.0"] ;
  fhir:CodeSystem.name [ fhir:value "CVDRiskSCTSupplement"] ;
  fhir:CodeSystem.title [ fhir:value "CVD Risk Smoking Status SNOMED CT Supplement for Aboriginal and Torres Strait Islander Health Check"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-21T04:12:56+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "AEHRC CSIRO"] ;
  fhir:CodeSystem.contact [
     fhir:index -1 ;
     fhir:ContactDetail.name [ fhir:value "AEHRC CSIRO" ] ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://confluence.csiro.au/display/PCDQFPhase2/Primary+Care+Data+Quality+Foundations+-+Phase+2" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "The CVD Risk Smoking Status SNOMED CT Supplement for Aboriginal and Torres Strait Islander Health Check code system supplement defines consumer friendly terms for use in the CVD risk calculation section of the health check Questionnaire."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "AU" ] ;
       fhir:Coding.display [ fhir:value "Australia" ]
     ]
  ] ;
  fhir:CodeSystem.copyright [ fhir:value "Copyright © 2022+ Australian Government Department of Health, Disability and Ageing - All rights reserved.\nThis content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.\nSee https://creativecommons.org/licenses/by-sa/4.0/.\n"] ;
  fhir:CodeSystem.content [ fhir:value "supplement"] ;
  fhir:CodeSystem.supplements [
     fhir:value "http://snomed.info/sct|http://snomed.info/sct/32506021000036107/version/20260531" ;
     fhir:link <http://snomed.info/sct|http://snomed.info/sct/32506021000036107/version/20260531>
  ] ;
  fhir:CodeSystem.concept [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "75976002" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Low Risk" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "25594002" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Intermediate Risk" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "15508007" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "High Risk" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "266919005" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Never smoked" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "8517006" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Previously smoked" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "77176002" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Currently smokes" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://smartforms.csiro.au/ig/CodeSystem/CVDRiskSCTSupplement.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

