| Package | dk.kip.rkkp.fhir.ig.core |
| Resource Type | ValueSet |
| Id | NYHA |
| FHIR Version | R4 |
| Source | https://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-NYHA.html |
| URL | https://kip.rkkp.dk/fhir/ValueSet/NYHA |
| Version | 2.12.0 |
| Status | active |
| Date | 2022-07-21T00:00:00+02:00 |
| Name | NYHA |
| Title | NYHA klasser - hjertesvigt |
| Description | Udfald for NYHA klasser |
No resources found
| CodeSystem | |
| NYHA | NYHA klasser - hjertesvigt |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet NYHA
https://kip.rkkp.dk/fhir/CodeSystem/NYHA| Code | Display | Definition |
| NYHAI | NYHA klasse I | No limitation of physical activity. Ordinary physical activity does not cause undue fatigue, palpitation, dyspnea (shortness of breath). |
| NYHAII | NYHA klasse II | Slight limitation of physical activity. Comfortable at rest. Ordinary physical activity results in fatigue, palpitation, dyspnea (shortness of breath). |
| NYHAIII | NYHA klasse III | Marked limitation of physical activity. Comfortable at rest. Less than ordinary activity causes fatigue, palpitation, or dyspnea. |
| NYHAIV | NYHA klasse IV | Unable to carry on any physical activity without discomfort. Symptoms of heart failure at rest. If any physical activity is undertaken, discomfort increases. |
{
"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"
}
]
}
]
}
}