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
Page standards status: Trial-use | Maturity Level: 3 |
{
"resourceType" : "CodeSystem",
"id" : "reaction-event-severity",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2024-11-05T17:09:16.597+13:00"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pc"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 3
}
],
"url" : "http://hl7.org/fhir/reaction-event-severity",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.4.136"
}
],
"version" : "0.1.0",
"name" : "AllergyIntoleranceSeverity",
"title" : "AllergyIntoleranceSeverity",
"status" : "draft",
"experimental" : false,
"date" : "2019-11-01T09:29:23+11: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" : "Clinical assessment of the severity of a reaction event as a whole, potentially considering multiple different manifestations.",
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/reaction-event-severity",
"content" : "complete",
"concept" : [
{
"code" : "mild",
"display" : "Mild",
"definition" : "Causes mild physiological effects."
},
{
"code" : "moderate",
"display" : "Moderate",
"definition" : "Causes moderate physiological effects."
},
{
"code" : "severe",
"display" : "Severe",
"definition" : "Causes severe physiological effects."
}
]
}