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 Event Type - JSON Representation

Draft as of 2023-05-24

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "nes-event-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/ns/nes-event-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></tr><tr><td style=\"white-space:nowrap\">FLS_ENROLMENT_NOMINATION<a name=\"nes-event-type-1.0-FLS_ENROLMENT_NOMINATION\"> </a></td><td>GP Enrolment Nomination</td></tr><tr><td style=\"white-space:nowrap\">FLS_ENROLMENT_NOMINATION_ACK<a name=\"nes-event-type-1.0-FLS_ENROLMENT_NOMINATION_ACK\"> </a></td><td>GP Enrolment Nomination Acknowledgement</td></tr></table></div>"
  },
  "url" : "https://standards.digital.health.nz/ns/nes-event-type",
  "version" : "1.0",
  "name" : "NES_event_type_1_0",
  "title" : "NES Event Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2023-05-24T00:00:00+13:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "Identifies NES events.",
  "purpose" : "NES event type",
  "caseSensitive" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "FLS_ENROLMENT_NOMINATION",
      "display" : "GP Enrolment Nomination"
    },
    {
      "code" : "FLS_ENROLMENT_NOMINATION_ACK",
      "display" : "GP Enrolment Nomination Acknowledgement"
    }
  ]
}