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

FHIR IG Statistics: CodeSystem/AneurysmClosure

Packagedk.kip.rkkp.fhir.ig.core
Resource TypeCodeSystem
IdAneurysmClosure
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/CodeSystem-AneurysmClosure.html
URLhttps://kip.rkkp.dk/fhir/CodeSystem/AneurysmClosure
Version2.12.0
Statusactive
Date2022-06-29T00:00:00+02:00
NameAneurysmClosure
TitleAneurysm closure
DescriptionAneurysm closure - Degree of closure
Contentcomplete

Resources that use this resource

ValueSet
AnurismeAflukningGraden af aflukning af anurisme

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem AneurysmClosure

This code system https://kip.rkkp.dk/fhir/CodeSystem/AneurysmClosure defines the following codes:

CodeDisplayDefinition
full FullFull closure
partial Partialpartial closure

Source

{
  "resourceType": "CodeSystem",
  "id": "AneurysmClosure",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/CodeSystem/AneurysmClosure",
  "version": "2.12.0",
  "name": "AneurysmClosure",
  "title": "Aneurysm closure",
  "status": "active",
  "date": "2022-06-29T00: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": "Aneurysm closure - Degree of closure",
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "full",
      "display": "Full",
      "definition": "Full closure"
    },
    {
      "code": "partial",
      "display": "Partial",
      "definition": "partial closure"
    }
  ]
}