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

CrcPeritoneumInvasion

@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/crc-peritoneum-invasion> a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "crc-peritoneum-invasion"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>CrcPeritoneumInvasion</h2><div><p>Any involvement of the peritoneum should be recorded.</p>\n</div><p>This code system http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/crc-peritoneum-invasion 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>tumour_invades_to_peritoneal_surface<a name=\"crc-peritoneum-invasion-tumour_invades_to_peritoneal_surface\"> </a></td><td>Tumour invades to the peritoneal surface</td><td>Tumour invades to the peritoneal surface</td></tr><tr><td>tumour_formed_nodule(s)_discrete_from_tumour_mass_along_the_serosal_surface<a name=\"crc-peritoneum-invasion-tumour_formed_nodule.40s.41_discrete_from_tumour_mass_along_the_serosal_surface\"> </a></td><td>Tumour has formed nodule(s) discrete from the tumour mass along the serosal surface</td><td>Tumour has formed nodule(s) discrete from the tumour mass along the serosal surface</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/crc-peritoneum-invasion"];
  fhir:CodeSystem.version [ fhir:value "20150619"];
  fhir:CodeSystem.name [ fhir:value "CrcPeritoneumInvasion"];
  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 "Any involvement of the peritoneum should be recorded."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/ValueSet/crc-peritoneum-invasion"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "tumour_invades_to_peritoneal_surface" ];
     fhir:CodeSystem.concept.display [ fhir:value "Tumour invades to the peritoneal surface" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Tumour invades to the peritoneal surface" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "tumour_formed_nodule(s)_discrete_from_tumour_mass_along_the_serosal_surface" ];
     fhir:CodeSystem.concept.display [ fhir:value "Tumour has formed nodule(s) discrete from the tumour mass along the serosal surface" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Tumour has formed nodule(s) discrete from the tumour mass along the serosal surface" ]
  ].