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

FHIR IG Statistics: ValueSet/NYHA

Packagedk.kip.rkkp.fhir.ig.core
TypeValueSet
IdNYHA
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-NYHA.html
URLhttps://kip.rkkp.dk/fhir/ValueSet/NYHA
Version2.12.0
Statusactive
Date2022-07-21T00:00:00+02:00
NameNYHA
TitleNYHA klasser - hjertesvigt
DescriptionUdfald for NYHA klasser

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
NYHANYHA klasser - hjertesvigt

Narrative

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

Generated Narrative: ValueSet NYHA

  • Include these codes as defined in https://kip.rkkp.dk/fhir/CodeSystem/NYHA
    CodeDisplayDefinition
    NYHAINYHA klasse INo limitation of physical activity. Ordinary physical activity does not cause undue fatigue, palpitation, dyspnea (shortness of breath).
    NYHAIINYHA klasse IISlight limitation of physical activity. Comfortable at rest. Ordinary physical activity results in fatigue, palpitation, dyspnea (shortness of breath).
    NYHAIIINYHA klasse IIIMarked limitation of physical activity. Comfortable at rest. Less than ordinary activity causes fatigue, palpitation, or dyspnea.
    NYHAIVNYHA klasse IVUnable to carry on any physical activity without discomfort. Symptoms of heart failure at rest. If any physical activity is undertaken, discomfort increases.

Source

{
  "resourceType": "ValueSet",
  "id": "NYHA",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/ValueSet/NYHA",
  "version": "2.12.0",
  "name": "NYHA",
  "title": "NYHA klasser - hjertesvigt",
  "status": "active",
  "experimental": true,
  "date": "2022-07-21T00: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": "Udfald for NYHA klasser",
  "compose": {
    "include": [
      {
        "system": "https://kip.rkkp.dk/fhir/CodeSystem/NYHA",
        "concept": [
          {
            "code": "NYHAI",
            "display": "NYHA klasse I"
          },
          {
            "code": "NYHAII",
            "display": "NYHA klasse II"
          },
          {
            "code": "NYHAIII",
            "display": "NYHA klasse III"
          },
          {
            "code": "NYHAIV",
            "display": "NYHA klasse IV"
          }
        ]
      }
    ]
  }
}