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

: Ann Arbor staging system - TTL Representation

Active as of 2022-07-11

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 "AnnArborStagingClassification"] ; # 
  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 AnnArborStagingClassification</b></p><a name=\"AnnArborStagingClassification\"> </a><a name=\"hcAnnArborStagingClassification\"> </a><p>This case-insensitive code system <code>https://kip.rkkp.dk/fhir/CodeSystem/AnnArborStagingClassification</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\">stage_1<a name=\"AnnArborStagingClassification-stage_1\"> </a></td><td>Stage 1</td><td><div><p>Stage 1: Involvement of a single lymph node region or of a single extralymphatic organ or site</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">stage_2<a name=\"AnnArborStagingClassification-stage_2\"> </a></td><td>Stage 2</td><td><div><p>Stage 2: Involvement of two or more lymph node regions on the same side of the diaphragm or localized involvement of an extralymphatic organ or site</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">stage_3<a name=\"AnnArborStagingClassification-stage_3\"> </a></td><td>Stage 3</td><td><div><p>Stage 3: Involvement of lymph node regions or structures on both sides of the diaphragm</p>\n</div></td></tr><tr><td style=\"white-space:nowrap\">stage_4<a name=\"AnnArborStagingClassification-stage_4\"> </a></td><td>Stage 4</td><td><div><p>Stage 4: diffuse or disseminated involvement of one or more extralymphatic organs, or either:</p>\n<ul>\n<li>isolated extralymphatic organ involvement without adjacent regional lymph node involvement, but with disease in distant sites</li>\n<li>involvement of the liver, bone marrow, pleura or cerebrospinal fluid</li>\n</ul>\n</div></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://kip.rkkp.dk/fhir/CodeSystem/AnnArborStagingClassification"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.12.0"] ; # 
  fhir:name [ fhir:v "AnnArborStagingClassification"] ; # 
  fhir:title [ fhir:v "Ann Arbor staging system"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2022-07-11T00: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 "Ann Arbor staging system; Link: https://radiopaedia.org/articles/ann-arbor-staging-system"] ; # 
  fhir:caseSensitive [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "stage_1" ] ;
fhir:display [ fhir:v "Stage 1" ] ;
fhir:definition [ fhir:v "Stage 1: Involvement of a single lymph node region or of a single extralymphatic organ or site" ]
  ] [
fhir:code [ fhir:v "stage_2" ] ;
fhir:display [ fhir:v "Stage 2" ] ;
fhir:definition [ fhir:v "Stage 2: Involvement of two or more lymph node regions on the same side of the diaphragm or localized involvement of an extralymphatic organ or site" ]
  ] [
fhir:code [ fhir:v "stage_3" ] ;
fhir:display [ fhir:v "Stage 3" ] ;
fhir:definition [ fhir:v "Stage 3: Involvement of lymph node regions or structures on both sides of the diaphragm" ]
  ] [
fhir:code [ fhir:v "stage_4" ] ;
fhir:display [ fhir:v "Stage 4" ] ;
fhir:definition [ fhir:v "Stage 4: diffuse or disseminated involvement of one or more extralymphatic organs, or either:\n- isolated extralymphatic organ involvement without adjacent regional lymph node involvement, but with disease in distant sites\n- involvement of the liver, bone marrow, pleura or cerebrospinal fluid" ]
  ] ) . #