Breast Screening NZ FHIR Implementation Guide
1.1.0 - Release

Breast Screening NZ FHIR Implementation Guide - Local Development build (v1.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Programme Status Code System - TTL Representation

Active as of 2025-11-14

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/programme-status> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "programme-status"] ;
  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 programme-status</b></p><a name=\"programme-status\"> </a><a name=\"hcprogramme-status\"> </a><p>This case-sensitive code system <code>http://hl7.org.nz/fhir/ig/bsa/CodeSystem/programme-status</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">pre-enrolled<a name=\"programme-status-pre-enrolled\"> </a></td><td>Pre enrolled</td><td>Participant is in the pre-enrollment phase, eligible for screening but not yet fully enrolled</td></tr><tr><td style=\"white-space:nowrap\">enrolled<a name=\"programme-status-enrolled\"> </a></td><td>Enrolled</td><td>Participant is actively enrolled in the breast screening programme</td></tr><tr><td style=\"white-space:nowrap\">not-enrolled<a name=\"programme-status-not-enrolled\"> </a></td><td>Not enrolled</td><td>Participant is not enrolled in the programme (exited, opted out, or never enrolled)</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://hl7.org.nz/fhir/ig/bsa/CodeSystem/programme-status"] ;
  fhir:CodeSystem.version [ fhir:value "1.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "ProgrammeStatus"] ;
  fhir:CodeSystem.title [ fhir:value "Programme Status Code System"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2025-11-14"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "Te Whatu Ora"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Te Whatu Ora" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "mailto:integration@health.govt.nz" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Codes representing a participant's enrollment status in the breast screening programme."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "pre-enrolled" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Pre enrolled" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Participant is in the pre-enrollment phase, eligible for screening but not yet fully enrolled" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "enrolled" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Enrolled" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Participant is actively enrolled in the breast screening programme" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "not-enrolled" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Not enrolled" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Participant is not enrolled in the programme (exited, opted out, or never enrolled)" ]
  ] .

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

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