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 
@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/perforation-type> a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "perforation-type"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>PerforationType</h2><div><p>Indicates the options for indicating the type(s) of perforation.</p>\n</div><p>This code system http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/perforation-type 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>through_tumour_prior_to_surgery<a name=\"perforation-type-through_tumour_prior_to_surgery\"> </a></td><td>Through tumour prior to surgery</td><td>The perforation was through tumour prior to surgery</td></tr><tr><td>through_tumour_during_surgery_mobilisation<a name=\"perforation-type-through_tumour_during_surgery_mobilisation\"> </a></td><td>Through tumour during surgery mobilisation</td><td>The perforation was through tumour during surgery mobilisation</td></tr><tr><td>away_from_tumour<a name=\"perforation-type-away_from_tumour\"> </a></td><td>Away from tumour</td><td>The perforation was away from the tumour</td></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/perforation-type"]; fhir:CodeSystem.version [ fhir:value "20150619"]; fhir:CodeSystem.name [ fhir:value "PerforationType"]; 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 "Indicates the options for indicating the type(s) of perforation."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.valueSet [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/ValueSet/perforation-type"]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "through_tumour_prior_to_surgery" ]; fhir:CodeSystem.concept.display [ fhir:value "Through tumour prior to surgery" ]; fhir:CodeSystem.concept.definition [ fhir:value "The perforation was through tumour prior to surgery" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "through_tumour_during_surgery_mobilisation" ]; fhir:CodeSystem.concept.display [ fhir:value "Through tumour during surgery mobilisation" ]; fhir:CodeSystem.concept.definition [ fhir:value "The perforation was through tumour during surgery mobilisation" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "away_from_tumour" ]; fhir:CodeSystem.concept.display [ fhir:value "Away from tumour" ]; fhir:CodeSystem.concept.definition [ fhir:value "The perforation was away from the tumour" ] ].