FHIR IG analytics| Package | hl7.fhir.be.patient-monitoring |
| Resource Type | ValueSet |
| Id | ValueSet-symptom-severity.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-be/patient-monitoring/ValueSet-symptom-severity.html |
| URL | http://hl7belgium.org/fhir/patient-monitoring/ValueSet/symptom-severity |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-11-26T11:04:56+00:00 |
| Name | SymptomSeverity |
| Title | Symptom Severity Scale |
| Realm | be |
| Authority | hl7 |
| Description | SNOMED CT codes to represent severity of patient-reported symptoms |
No resources found
| CodeSystem | |
| sct | SNOMED codes used in this IG |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet symptom-severity
http://snomed.info/sct version Not Stated (use latest from terminology server)| Code | Display |
| 2667000 | Absent |
| 255604002 | Mild |
| 1255665007 | Moderate |
| 24484000 | Severe |
{
"resourceType": "ValueSet",
"id": "symptom-severity",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7belgium.org/fhir/patient-monitoring/ValueSet/symptom-severity",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.54.48.6"
}
],
"version": "0.1.0",
"name": "SymptomSeverity",
"title": "Symptom Severity Scale",
"status": "active",
"experimental": false,
"date": "2025-11-26T11:04:56+00:00",
"publisher": "My Organization",
"contact": [
{
"name": "My Organization",
"telecom": [
{
"system": "url",
"value": "http://example.com/committees"
},
{
"system": "email",
"value": "my-group@example.com"
}
]
},
{
"name": "Bob Smith",
"telecom": [
{
"system": "email",
"value": "bobsmith@example.com",
"use": "work"
}
]
}
],
"description": "SNOMED CT codes to represent severity of patient-reported symptoms",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "BE",
"display": "Belgium"
}
]
}
],
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "2667000",
"display": "Absent"
},
{
"code": "255604002",
"display": "Mild"
},
{
"code": "1255665007",
"display": "Moderate"
},
{
"code": "24484000",
"display": "Severe"
}
]
}
]
}
}