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 NZF Document Type - JSON Representation

Active as of 2024-04-18

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "nzf-document-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>https://standards.digital.health.nz/ns/nzf-document-type-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\">AdultMonograph<a name=\"nzf-document-type-AdultMonograph\"> </a></td><td>NZF Adult Monograph</td></tr><tr><td style=\"white-space:nowrap\">ChildMonograph<a name=\"nzf-document-type-ChildMonograph\"> </a></td><td>NZFC Child Monograph</td></tr><tr><td style=\"white-space:nowrap\">SpecialAuthorityForm<a name=\"nzf-document-type-SpecialAuthorityForm\"> </a></td><td>PHARMAC Special Authority Form</td></tr><tr><td style=\"white-space:nowrap\">Datasheet<a name=\"nzf-document-type-Datasheet\"> </a></td><td>Medsafe Datasheet</td></tr><tr><td style=\"white-space:nowrap\">CMI<a name=\"nzf-document-type-CMI\"> </a></td><td>Medsafe CMI</td></tr><tr><td style=\"white-space:nowrap\">PIL<a name=\"nzf-document-type-PIL\"> </a></td><td>Patient Information Leaflet</td></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/ns/nzf-document-type-code",
  "version" : "1.0.0",
  "name" : "NzfDocumentType",
  "title" : "Possible values for NZF Document Type",
  "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 nzf document types",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "AdultMonograph",
      "display" : "NZF Adult Monograph"
    },
    {
      "code" : "ChildMonograph",
      "display" : "NZFC Child Monograph"
    },
    {
      "code" : "SpecialAuthorityForm",
      "display" : "PHARMAC Special Authority Form"
    },
    {
      "code" : "Datasheet",
      "display" : "Medsafe Datasheet"
    },
    {
      "code" : "CMI",
      "display" : "Medsafe CMI"
    },
    {
      "code" : "PIL",
      "display" : "Patient Information Leaflet"
    }
  ]
}