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

: Pathway State Code System - JSON Representation

Active as of 2025-11-14

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "pathway-state",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem pathway-state</b></p><a name=\"pathway-state\"> </a><a name=\"hcpathway-state\"> </a><p>This case-sensitive code system <code>http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-state</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\">available-for-invitation<a name=\"pathway-state-available-for-invitation\"> </a></td><td>Available for invitation</td><td>Participant is eligible and ready to be invited for screening</td></tr><tr><td style=\"white-space:nowrap\">invited<a name=\"pathway-state-invited\"> </a></td><td>Invited</td><td>Invitation has been sent to the participant</td></tr><tr><td style=\"white-space:nowrap\">booked<a name=\"pathway-state-booked\"> </a></td><td>Booked</td><td>Screening appointment has been scheduled</td></tr><tr><td style=\"white-space:nowrap\">deferred<a name=\"pathway-state-deferred\"> </a></td><td>Deferred</td><td>Screening has been deferred to a later date</td></tr><tr><td style=\"white-space:nowrap\">screening<a name=\"pathway-state-screening\"> </a></td><td>Screening</td><td>Participant is currently undergoing screening</td></tr><tr><td style=\"white-space:nowrap\">reading<a name=\"pathway-state-reading\"> </a></td><td>Reading</td><td>Screening images are being reviewed</td></tr><tr><td style=\"white-space:nowrap\">returned-to-routine<a name=\"pathway-state-returned-to-routine\"> </a></td><td>Returned to routine screening</td><td>Participant has returned to routine screening cycle</td></tr><tr><td style=\"white-space:nowrap\">exited<a name=\"pathway-state-exited\"> </a></td><td>Exited</td><td>Participant has exited the screening pathway</td></tr></table></div>"
  },
  "url" : "http://hl7.org.nz/fhir/ig/bsa/CodeSystem/pathway-state",
  "version" : "1.1.0",
  "name" : "PathwayState",
  "title" : "Pathway State 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 states in the screening pathway workflow.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "available-for-invitation",
      "display" : "Available for invitation",
      "definition" : "Participant is eligible and ready to be invited for screening"
    },
    {
      "code" : "invited",
      "display" : "Invited",
      "definition" : "Invitation has been sent to the participant"
    },
    {
      "code" : "booked",
      "display" : "Booked",
      "definition" : "Screening appointment has been scheduled"
    },
    {
      "code" : "deferred",
      "display" : "Deferred",
      "definition" : "Screening has been deferred to a later date"
    },
    {
      "code" : "screening",
      "display" : "Screening",
      "definition" : "Participant is currently undergoing screening"
    },
    {
      "code" : "reading",
      "display" : "Reading",
      "definition" : "Screening images are being reviewed"
    },
    {
      "code" : "returned-to-routine",
      "display" : "Returned to routine screening",
      "definition" : "Participant has returned to routine screening cycle"
    },
    {
      "code" : "exited",
      "display" : "Exited",
      "definition" : "Participant has exited the screening pathway"
    }
  ]
}