| Package | dk.kip.rkkp.fhir.ig.core |
| Resource Type | ValueSet |
| Id | CytogeneticResult |
| FHIR Version | R4 |
| Source | https://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-CytogeneticResult.html |
| URL | https://kip.rkkp.dk/fhir/ValueSet/CytogeneticResult |
| Version | 2.12.0 |
| Status | active |
| Date | 2022-07-14T00:00:00+02:00 |
| Name | CytogeneticResult |
| Title | Cytogenetic resultater |
| Description | Cytogenetiske positive fund - DMPN. Valueset erstattes af nyt fra Okt. 2024 |
No resources found
| CodeSystem | |
| CytogeneticExamination | Cytogenetic examination |
| GenericValues | Generic values |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet CytogeneticResult
This value set includes codes based on the following rules:
https://kip.rkkp.dk/fhir/CodeSystem/GenericValues| Code | Display | Definition |
| normal | Normal undersøgelse | Normal |
| other | Andre cytogenetiske fund | Other - used to choose unspecific value not in a valueset |
| abnormal | Andre abnorme molekylærbiologiske fund | Abnormal / Unormal |
https://kip.rkkp.dk/fhir/CodeSystem/CytogeneticExamination| Code | Display | Definition |
| jak2_v617f | JAK-2 muteret allebyrde (%) | JAK2 V617F |
| mpl | MPL muteret allebyrde (%) | MPL |
| jak2_exon12 | JAK2 Exon12 | JAK2 Exon12 |
| cal-r | CAL-R muteret allebyrde (%) | CAL-R |
| asxl1 | ASXL1 | ASXL1 |
{
"resourceType": "ValueSet",
"id": "CytogeneticResult",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://kip.rkkp.dk/fhir/ValueSet/CytogeneticResult",
"version": "2.12.0",
"name": "CytogeneticResult",
"title": "Cytogenetic resultater",
"status": "active",
"experimental": true,
"date": "2022-07-14T00: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": "Cytogenetiske positive fund - DMPN. Valueset erstattes af nyt fra Okt. 2024",
"compose": {
"include": [
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/GenericValues",
"concept": [
{
"code": "normal",
"display": "Normal undersøgelse"
},
{
"code": "other",
"display": "Andre cytogenetiske fund"
},
{
"code": "abnormal",
"display": "Andre abnorme molekylærbiologiske fund"
}
]
},
{
"system": "https://kip.rkkp.dk/fhir/CodeSystem/CytogeneticExamination",
"concept": [
{
"code": "jak2_v617f",
"display": "JAK-2 muteret allebyrde (%)"
},
{
"code": "mpl",
"display": "MPL muteret allebyrde (%)"
},
{
"code": "jak2_exon12",
"display": "JAK2 Exon12"
},
{
"code": "cal-r",
"display": "CAL-R muteret allebyrde (%)"
},
{
"code": "asxl1",
"display": "ASXL1"
}
]
}
]
}
}