HL7 FHIR Implementation Guide - New Zealand Formulary/NZULM IG
1.0.0 - ci-build

HL7 FHIR Implementation Guide - New Zealand Formulary/NZULM IG, published by New Zealand Medicines Formulary LP. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/nzf/ and changes regularly. See the Directory of published versions

: Possible values for Derived PHARMAC funding code - JSON Representation

Active as of 2024-04-18

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "nzf-pharmac-funding-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>https://standards.digital.health.nz/ns/funding-code</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\">0<a name=\"nzf-pharmac-funding-code-0\"> </a></td><td>no subsidy</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"nzf-pharmac-funding-code-1\"> </a></td><td>part subsidy</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"nzf-pharmac-funding-code-2\"> </a></td><td>full subsidy</td></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/ns/funding-code",
  "version" : "1.0.0",
  "name" : "PharmacFundingCode",
  "title" : "Possible values for Derived PHARMAC funding code",
  "status" : "active",
  "date" : "2024-04-18T20:12:14+00:00",
  "publisher" : "New Zealand Medicines Formulary LP",
  "contact" : [
    {
      "name" : "New Zealand Medicines Formulary LP",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:fhir@nzformulary.org"
        }
      ]
    }
  ],
  "description" : "The set of all possible funding codes",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "0",
      "display" : "no subsidy"
    },
    {
      "code" : "1",
      "display" : "part subsidy"
    },
    {
      "code" : "2",
      "display" : "full subsidy"
    }
  ]
}