{
  "resourceType" : "CodeSystem",
  "id" : "programme-status",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "http://hl7.org.nz/fhir/ig/bsa/CodeSystem/programme-status",
  "version" : "1.1.0",
  "name" : "ProgrammeStatus",
  "title" : "Programme Status Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-11-14",
  "publisher" : "Te Whatu Ora",
  "contact" : [{
    "name" : "Te Whatu Ora",
    "telecom" : [{
      "system" : "email",
      "value" : "mailto:integration@health.govt.nz"
    }]
  }],
  "description" : "Codes representing a participant's enrollment status in the breast screening programme.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [{
    "code" : "pre-enrolled",
    "display" : "Pre enrolled",
    "definition" : "Participant is in the pre-enrollment phase, eligible for screening but not yet fully enrolled"
  },
  {
    "code" : "enrolled",
    "display" : "Enrolled",
    "definition" : "Participant is actively enrolled in the breast screening programme"
  },
  {
    "code" : "not-enrolled",
    "display" : "Not enrolled",
    "definition" : "Participant is not enrolled in the programme (exited, opted out, or never enrolled)"
  }]
}