FHIR IG analytics| Package | tewhatuora.fhir.nz-shared-digital-health-record |
| Resource Type | ValueSet |
| Id | ValueSet-sdhr-allergyintolerance-severity-valueset.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/tewhatuora/fhir-sdhr/ValueSet-sdhr-allergyintolerance-severity-valueset.html |
| URL | https://fhir-ig.digital.health.nz/sdhr/ValueSet/sdhr-allergyintolerance-severity-valueset |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-11-27T01:34:11+00:00 |
| Name | SDHRAllergyIntoleranceSeverityValueSet |
| Title | ValueSet for AllergyIntolerance Severity |
| Description | A ValueSet containing all codes from the AllergyIntolerance Severity system. |
No resources found
| CodeSystem | |
| sct | SNOMED codes used in this IG |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet sdhr-allergyintolerance-severity-valueset
This value set includes codes based on the following rules:
http://snomed.info/sct version Not Stated (use latest from terminology server)| Code | Display |
| 255604002 | Mild (qualifier value) |
| 1255665007 | Moderate (qualifier value) |
| 24484000 | Severe (severity modifier) (qualifier value) |
{
"resourceType": "ValueSet",
"id": "sdhr-allergyintolerance-severity-valueset",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir-ig.digital.health.nz/sdhr/ValueSet/sdhr-allergyintolerance-severity-valueset",
"version": "1.0.0",
"name": "SDHRAllergyIntoleranceSeverityValueSet",
"title": "ValueSet for AllergyIntolerance Severity",
"status": "active",
"date": "2025-11-27T01:34:11+00:00",
"publisher": "Health New Zealand",
"contact": [
{
"name": "Health New Zealand",
"telecom": [
{
"system": "url",
"value": "https://github.com/tewhatuora"
}
]
},
{
"name": "HNZ Integration Team",
"telecom": [
{
"system": "email",
"value": "integration@tewhatuora.govt.nz",
"use": "work"
}
]
}
],
"description": "A ValueSet containing all codes from the AllergyIntolerance Severity system.",
"compose": {
"include": [
{
"valueSet": [
"http://hl7.org/fhir/ValueSet/reaction-event-severity"
]
},
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "255604002",
"display": "Mild (qualifier value)"
},
{
"code": "1255665007",
"display": "Moderate (qualifier value)"
},
{
"code": "24484000",
"display": "Severe (severity modifier) (qualifier value)"
}
]
}
]
}
}