FHIR IG analytics
| Package | sk.registry.core.r5 |
| Resource Type | ValueSet |
| Id | ValueSet-stroke-diagnosis-vs.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=sk.registry.core.r5@4.0.0&canonical=http://testSK.org/ValueSet/stroke-diagnosis-vs |
| URL | http://testSK.org/ValueSet/stroke-diagnosis-vs |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-10-07 |
| Name | StrokeDiagnosisVS |
| Title | Stroke Diagnosis ValueSet |
| Description | SNOMED CT concepts representing final stroke-related diagnoses intended for use in Condition.code (and similar elements) within this IG. The scope covers ischemic stroke, intracerebral hemorrhage, subarachnoid hemorrhage, cerebral venous thrombosis, and transient ischemic attack (TIA). This value set is designed to support consistent capture, validation, analytics, and decision support. Implementers should expand against a terminology server using the appropriate SNOMED CT edition/version and preferred language(s) for display. Localizations or national derivatives MAY provide additional designations without altering the canonical definition. This value set is not intended for history-of, screening, or procedural concepts. |
| Purpose | To provide a consistent set of SNOMED CT concepts for coding definitive stroke-related diagnoses in this IG. |
| Copyright | This value set includes SNOMED CT® content. SNOMED CT® is distributed by SNOMED International. |
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 these codes as defined in
http://snomed.info/sct version Not Stated (use latest from terminology server)| Code | Display |
| 422504002 | Ischemic stroke (disorder) |
| 274100004 | Cerebral hemorrhage (disorder) |
| 266257000 | Transient ischemic attack (disorder) |
| 21454007 | Subarachnoid intracranial hemorrhage (disorder) |
| 95455008 | Thrombosis of cerebral veins (disorder) |
Source1
{
"resourceType": "ValueSet",
"id": "stroke-diagnosis-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://testSK.org/ValueSet/stroke-diagnosis-vs",
"version": "0.1.0",
"name": "StrokeDiagnosisVS",
"title": "Stroke Diagnosis ValueSet",
"status": "active",
"experimental": false,
"date": "2025-10-07",
"publisher": "UMU",
"contact": [
{
"name": "UMU",
"telecom": [
{
"system": "url",
"value": "http://testSK.org/umu"
}
]
}
],
"description": "SNOMED CT concepts representing final stroke-related diagnoses intended for use in Condition.code (and similar elements) within this IG. The scope covers ischemic stroke, intracerebral hemorrhage, subarachnoid hemorrhage, cerebral venous thrombosis, and transient ischemic attack (TIA). This value set is designed to support consistent capture, validation, analytics, and decision support. Implementers should expand against a terminology server using the appropriate SNOMED CT edition/version and preferred language(s) for display. Localizations or national derivatives MAY provide additional designations without altering the canonical definition. This value set is not intended for history-of, screening, or procedural concepts.",
"immutable": false,
"purpose": "To provide a consistent set of SNOMED CT concepts for coding definitive stroke-related diagnoses in this IG.",
"copyright": "This value set includes SNOMED CT® content. SNOMED CT® is distributed by SNOMED International.",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "422504002",
"display": "Ischemic stroke (disorder)"
},
{
"code": "274100004",
"display": "Cerebral hemorrhage (disorder)"
},
{
"code": "266257000",
"display": "Transient ischemic attack (disorder)"
},
{
"code": "21454007",
"display": "Subarachnoid intracranial hemorrhage (disorder)"
},
{
"code": "95455008",
"display": "Thrombosis of cerebral veins (disorder)"
}
]
}
]
}
}