HL7 Australia Implementation Guide:

This page is part of the RCPA Cancer Protocols IG (v0.1.0: Release 1 Draft) based on FHIR R3. . For a full list of available versions, see the Directory of published versions

ResidualTumourStatus

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<CodeSystem/residual-tumour-status> a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "residual-tumour-status"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ResidualTumourStatus</h2><div><p>Lists the R code options for recording the residual tumour status</p>\n</div><p>This code system http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/residual-tumour-status defines the following codes:</p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>r0<a name=\"residual-tumour-status-r0\"> </a></td><td>R0: Complete resection, margins histologically negative, no residual tumour left after resection (primary tumour, regional nodes)</td><td>R0: Complete resection, margins histologically negative, no residual tumour left after resection (primary tumour, regional nodes)</td></tr><tr><td>r1<a name=\"residual-tumour-status-r1\"> </a></td><td>R1: Incomplete resection, margins histologically involved, microscopic tumour remains after resection of gross disease (primary tumour, regional nodes)</td><td>R1: Incomplete resection, margins histologically involved, microscopic tumour remains after resection of gross disease (primary tumour, regional nodes)</td></tr><tr><td>r2<a name=\"residual-tumour-status-r2\"> </a></td><td>R2: Incomplete resection, margins macroscopically involved or gross disease remains after subtotal resection (eg primary tumour, regional nodes, or liver metastasis).</td><td>R2: Incomplete resection, margins macroscopically involved or gross disease remains after subtotal resection (eg primary tumour, regional nodes, or liver metastasis).</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/residual-tumour-status"];
  fhir:CodeSystem.version [ fhir:value "20150626"];
  fhir:CodeSystem.name [ fhir:value "ResidualTumourStatus"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2015-06-11T09:01:03+03:00"^^xsd:dateTime];
  fhir:CodeSystem.description [ fhir:value "Lists the R code options for recording the residual tumour status"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/ValueSet/residual-tumour-status"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "r0" ];
     fhir:CodeSystem.concept.display [ fhir:value "R0: Complete resection, margins histologically negative, no residual tumour left after resection (primary tumour, regional nodes)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "R0: Complete resection, margins histologically negative, no residual tumour left after resection (primary tumour, regional nodes)" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "r1" ];
     fhir:CodeSystem.concept.display [ fhir:value "R1: Incomplete resection, margins histologically involved, microscopic tumour remains after resection of gross disease (primary tumour, regional nodes)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "R1: Incomplete resection, margins histologically involved, microscopic tumour remains after resection of gross disease (primary tumour, regional nodes)" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "r2" ];
     fhir:CodeSystem.concept.display [ fhir:value "R2: Incomplete resection, margins macroscopically involved or gross disease remains after subtotal resection (eg primary tumour, regional nodes, or liver metastasis)." ];
     fhir:CodeSystem.concept.definition [ fhir:value "R2: Incomplete resection, margins macroscopically involved or gross disease remains after subtotal resection (eg primary tumour, regional nodes, or liver metastasis)." ]
  ].