HIP FHIR Common Terminology Guide
1.7.0-SNAPSHOT - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.7.0-SNAPSHOT) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NES Enrolment Type - JSON Representation

Active as of 2023-08-23

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "nes-enrolment-type-1.0",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>https://standards.digital.health.nz/nes-enrolment-type</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\">FLS<a name=\"nes-enrolment-type-1.0-FLS\"> </a></td><td>First Level Services</td><td>Funded GP Enrolment</td></tr><tr><td style=\"white-space:nowrap\">FLS-NF<a name=\"nes-enrolment-type-1.0-FLS-NF\"> </a></td><td>First Level Services</td><td>GP Enrolment - unfunded</td></tr><tr><td style=\"white-space:nowrap\">LMC<a name=\"nes-enrolment-type-1.0-LMC\"> </a></td><td>Lead Maternity Carer</td><td/></tr><tr><td style=\"white-space:nowrap\">WCTO<a name=\"nes-enrolment-type-1.0-WCTO\"> </a></td><td>Well child Tamariki Ora services</td><td/></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/nes-enrolment-type",
  "version" : "1.0",
  "name" : "Nes_enrolment_type",
  "title" : "NES Enrolment Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-08-23T00:00:00+13:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "Describes the type of health service which the enrolment is for",
  "purpose" : "For use with NES Enrolments",
  "caseSensitive" : false,
  "versionNeeded" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "FLS",
      "display" : "First Level Services",
      "definition" : "Funded GP Enrolment"
    },
    {
      "code" : "FLS-NF",
      "display" : "First Level Services",
      "definition" : "GP Enrolment - unfunded"
    },
    {
      "code" : "LMC",
      "display" : "Lead Maternity Carer"
    },
    {
      "code" : "WCTO",
      "display" : "Well child Tamariki Ora services"
    }
  ]
}