New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build

New Zealand Health Terminology Service (NZHTS) Implementation Guide, published by Health New Zealand | Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/daniel-thomson/nzhts/ and changes regularly. See the Directory of published versions

: adverse-event-severity - JSON Representation

Draft as of 2024-11-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "adverse-event-severity",
  "url" : "http://hl7.org/fhir/ValueSet/adverse-event-severity",
  "version" : "0.1.0",
  "status" : "draft",
  "date" : "2024-11-11T02:01:44+00:00",
  "publisher" : "Health New Zealand | Te Whatu Ora",
  "contact" : [
    {
      "name" : "Health New Zealand | Te Whatu Ora",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tewhatuora.govt.nz/"
        }
      ]
    }
  ],
  "description" : "All codes for http://terminology.hl7.org/CodeSystem/adverse-event-severity",
  "immutable" : true,
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/adverse-event-severity",
        "version" : "4.0.1"
      }
    ]
  },
  "expansion" : {
    "identifier" : "82ffd351-7bba-4f17-affc-0a877483684e",
    "timestamp" : "2024-11-11T13:51:41+13:00",
    "total" : 3,
    "offset" : 0,
    "parameter" : [
      {
        "name" : "version",
        "valueUri" : "http://terminology.hl7.org/CodeSystem/adverse-event-severity|4.0.1"
      },
      {
        "name" : "count",
        "valueInteger" : 2147483647
      },
      {
        "name" : "offset",
        "valueInteger" : 0
      }
    ],
    "contains" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/adverse-event-severity",
        "code" : "mild",
        "display" : "Mild"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/adverse-event-severity",
        "code" : "moderate",
        "display" : "Moderate"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/adverse-event-severity",
        "code" : "severe",
        "display" : "Severe"
      }
    ]
  }
}