Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.1 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient Cohort CodeSystem - JSON Representation

Active as of 2025-08-31

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "pharmacy-claim-patient-cohort-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem pharmacy-claim-patient-cohort-codes</b></p><a name=\"pharmacy-claim-patient-cohort-codes\"> </a><a name=\"hcpharmacy-claim-patient-cohort-codes\"> </a><p>This  code system <code>https://fhir-ig.digital.health.nz/shared-care/CodeSystem/pharmacy-claim-patient-cohort-codes</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\">CRC<a name=\"pharmacy-claim-patient-cohort-codes-CRC\"> </a></td><td>Community Residential Care</td></tr><tr><td style=\"white-space:nowrap\">ARRC<a name=\"pharmacy-claim-patient-cohort-codes-ARRC\"> </a></td><td>Aged Residential Care</td></tr><tr><td style=\"white-space:nowrap\">LTC<a name=\"pharmacy-claim-patient-cohort-codes-LTC\"> </a></td><td>Long Term Condition</td></tr><tr><td style=\"white-space:nowrap\">CDOS<a name=\"pharmacy-claim-patient-cohort-codes-CDOS\"> </a></td><td>Co-Dispensed Opioid Service</td></tr><tr><td style=\"white-space:nowrap\">PRISON<a name=\"pharmacy-claim-patient-cohort-codes-PRISON\"> </a></td><td>Prison</td></tr></table></div>"
  },
  "url" : "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/pharmacy-claim-patient-cohort-codes",
  "version" : "1.0.0",
  "name" : "PatientCohort",
  "title" : "Patient Cohort CodeSystem",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-08-31T13:33:02+00:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tewhatuora.govt.nz/"
        }
      ]
    },
    {
      "name" : "Te Whatu Ora Integration Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "integration@tewhatuora.govt.nz",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Cohort classifications for patients.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ",
          "display" : "New Zealand"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "CRC",
      "display" : "Community Residential Care"
    },
    {
      "code" : "ARRC",
      "display" : "Aged Residential Care"
    },
    {
      "code" : "LTC",
      "display" : "Long Term Condition"
    },
    {
      "code" : "CDOS",
      "display" : "Co-Dispensed Opioid Service"
    },
    {
      "code" : "PRISON",
      "display" : "Prison"
    }
  ]
}