FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| sct | SNOMED codes used in this IG |
Narrative
Note: links and images are rebased to the (stated) source
- Include codes from
http://snomed.info/sct version Not Stated (use latest from terminology server) where concept is-a 281647001 (Adverse reactions)
Source1
{
"resourceType": "ValueSet",
"id": "sdhr-allergyintolerance-manifestation-valueset",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir-ig.digital.health.nz/sdhr/ValueSet/sdhr-allergyintolerance-manifestation-valueset",
"version": "1.0.0",
"name": "SDHRAllergyIntoleranceManifestationValueSet",
"title": "ValueSet for AllergyIntolerance Manifestation",
"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 Manifestation system.",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"filter": [
{
"property": "concept",
"op": "is-a",
"value": "281647001"
}
]
}
]
}
}