KIP Infrastructure
2.12.0 - ci-build

KIP Infrastructure, published by Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S. This guide is not an authorized publication; it is the continuous build for version 2.12.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/KIP-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions

: Cytogenetic examination - TTL Representation

Active as of 2022-06-14

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><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.12.0"] ; # 
  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æsenets Kvalitetsinstitut with Trifork Digital Health A/S"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Sundhedsvæsenets Kvalitetsinstitut 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" ]
  ] ) . #