FHIR IG analytics| Package | synapxe.sgcdi |
| Resource Type | CodeSystem |
| Id | complication-types-codesystem.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CodeSystem",
"id": "complication-types",
"url": "https://fhir.synapxe.sg/CodeSystem/complication-types",
"version": "1.0.0",
"name": "ComplicationTypesCodeSystem",
"title": "Complication Types Code System",
"status": "active",
"content": "complete",
"description": "Code system to represent complication types.",
"caseSensitive": true,
"compositional": false,
"valueSet": "https://fhir.synapxe.sg/ValueSet/complication-types",
"concept": [
{
"code": "none",
"display": "No Complications",
"definition": "No complications observed during or after the procedure"
},
{
"code": "bleeding",
"display": "Bleeding",
"definition": "Procedural or post-procedural bleeding at access site or internally"
},
{
"code": "haematoma",
"display": "Haematoma",
"definition": "Haematoma formation at the vascular access site"
},
{
"code": "arrhythmia",
"display": "Arrhythmia",
"definition": "Cardiac arrhythmia occurring during or after the procedure"
},
{
"code": "vascular-injury",
"display": "Vascular Injury",
"definition": "Injury to a blood vessel during the procedure"
},
{
"code": "contrast-reaction",
"display": "Contrast Reaction",
"definition": "Adverse reaction to contrast agent administered during the procedure"
},
{
"code": "infection",
"display": "Infection",
"definition": "Post-procedural infection at the access site or systemic"
},
{
"code": "stent-thrombosis",
"display": "Stent Thrombosis",
"definition": "Acute or sub-acute thrombosis of an implanted stent"
},
{
"code": "dissection",
"display": "Coronary Dissection",
"definition": "Coronary artery dissection occurring during intervention"
},
{
"code": "other",
"display": "Other",
"definition": "Other complication not listed"
}
]
}