| Package | dk.kip.rkkp.fhir.ig.core | 
| Resource Type | ValueSet | 
| Id | FisherGrad | 
| FHIR Version | R4 | 
| Source | https://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-FisherGrad.html | 
| URL | https://kip.rkkp.dk/fhir/ValueSet/FisherGrad | 
| Version | 2.12.0 | 
| Status | active | 
| Date | 2022-06-28T00:00:00+02:00 | 
| Name | FisherGrad | 
| Title | Fisher grad for SAH | 
| Description | Fisher grad for SAH | 
No resources found
| CodeSystem | |
| FisherGradingScale | Fisher grading scale | 
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet FisherGrad
https://kip.rkkp.dk/fhir/CodeSystem/FisherGradingScale| Code | Display | Definition | 
| grade1 | Intet synligt blod | Grade 1: No SAH detected | 
| grade2 | SAH < 1 mm | Grade 2: Diffuse or vertical layer of subarachnoid blood < 1mm thick | 
| grade3 | SAH > 1 mm | Grade 3: Localized clot and/or vertical layer within the subarachnoid space > 1mm thick | 
| grade4 | SAH med IVH eller ICH | Grade 4: Intracerebral hemorrhage (ICH) or intraventricular hemorrhage (IVH) with diffuse or no SAH | 
{
  "resourceType": "ValueSet",
  "id": "FisherGrad",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/ValueSet/FisherGrad",
  "version": "2.12.0",
  "name": "FisherGrad",
  "title": "Fisher grad for SAH",
  "status": "active",
  "experimental": true,
  "date": "2022-06-28T00:00:00+02:00",
  "publisher": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
  "contact": [
    {
      "name": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
      "telecom": [
        {
          "system": "url",
          "value": "https://trifork.com"
        },
        {
          "system": "email",
          "value": "rbk@trifork.com"
        }
      ]
    }
  ],
  "description": "Fisher grad for SAH",
  "compose": {
    "include": [
      {
        "system": "https://kip.rkkp.dk/fhir/CodeSystem/FisherGradingScale",
        "concept": [
          {
            "code": "grade1",
            "display": "Intet synligt blod"
          },
          {
            "code": "grade2",
            "display": "SAH < 1 mm"
          },
          {
            "code": "grade3",
            "display": "SAH > 1 mm"
          },
          {
            "code": "grade4",
            "display": "SAH med IVH eller ICH"
          }
        ]
      }
    ]
  }
}