This page is part of the KIP Infrastructure (v2.9.1: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Cytogenetic examination - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CytogeneticExamination"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CytogeneticExamination</b></p><a name=\"CytogeneticExamination\"> </a><a name=\"hcCytogeneticExamination\"> </a><a name=\"CytogeneticExamination-en-US\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/CytogeneticExamination</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">jak2_v617f<a name=\"CytogeneticExamination-jak2_v617f\"> </a></td><td>JAK2 V617F</td><td>JAK2 V617F</td></tr><tr><td style=\"white-space:nowrap\">jak2_exon12<a name=\"CytogeneticExamination-jak2_exon12\"> </a></td><td>JAK2 Exon12</td><td>JAK2 Exon12</td></tr><tr><td style=\"white-space:nowrap\">mpl<a name=\"CytogeneticExamination-mpl\"> </a></td><td>MPL</td><td>MPL</td></tr><tr><td style=\"white-space:nowrap\">cal-r<a name=\"CytogeneticExamination-cal-r\"> </a></td><td>CAL-R</td><td>CAL-R</td></tr><tr><td style=\"white-space:nowrap\">asxl1<a name=\"CytogeneticExamination-asxl1\"> </a></td><td>ASXL1</td><td>ASXL1</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/CytogeneticExamination"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.9.1"] ; #
fhir:name [ fhir:v "CytogeneticExamination"] ; #
fhir:title [ fhir:v "Cytogenetic examination"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2022-06-14T00:00:00+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Sundhedsvæsnets Kvalistetsinstitut with Trifork Digital Health A/S"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Sundhedsvæsnets Kvalistetsinstitut with Trifork Digital Health A/S" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://trifork.com" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "rbk@trifork.com" ] ] )
] ) ; #
fhir:description [ fhir:v "Examination; cytogenetic examination"] ; #
fhir:caseSensitive [ fhir:v false] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "jak2_v617f" ] ;
fhir:display [ fhir:v "JAK2 V617F" ] ;
fhir:definition [ fhir:v "JAK2 V617F" ]
] [
fhir:code [ fhir:v "jak2_exon12" ] ;
fhir:display [ fhir:v "JAK2 Exon12" ] ;
fhir:definition [ fhir:v "JAK2 Exon12" ]
] [
fhir:code [ fhir:v "mpl" ] ;
fhir:display [ fhir:v "MPL" ] ;
fhir:definition [ fhir:v "MPL" ]
] [
fhir:code [ fhir:v "cal-r" ] ;
fhir:display [ fhir:v "CAL-R" ] ;
fhir:definition [ fhir:v "CAL-R" ]
] [
fhir:code [ fhir:v "asxl1" ] ;
fhir:display [ fhir:v "ASXL1" ] ;
fhir:definition [ fhir:v "ASXL1" ]
] ) . #