FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/FisherGrad

Packagedk.kip.rkkp.fhir.ig.core
Resource TypeValueSet
IdFisherGrad
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-FisherGrad.html
URLhttps://kip.rkkp.dk/fhir/ValueSet/FisherGrad
Version2.12.0
Statusactive
Date2022-06-28T00:00:00+02:00
NameFisherGrad
TitleFisher grad for SAH
DescriptionFisher grad for SAH

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
FisherGradingScaleFisher grading scale

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet FisherGrad

  • Include these codes as defined in https://kip.rkkp.dk/fhir/CodeSystem/FisherGradingScale
    CodeDisplayDefinition
    grade1Intet synligt blodGrade 1: No SAH detected
    grade2SAH < 1 mmGrade 2: Diffuse or vertical layer of subarachnoid blood < 1mm thick
    grade3SAH > 1 mmGrade 3: Localized clot and/or vertical layer within the subarachnoid space > 1mm thick
    grade4SAH med IVH eller ICHGrade 4: Intracerebral hemorrhage (ICH) or intraventricular hemorrhage (IVH) with diffuse or no SAH

Source

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