FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesynapxe.sgcdi
Resource TypeCodeSystem
Idcomplication-types-codesystem.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
    }
  ]
}