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

ProstateRadSeminalVesiclesMicro

@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/prostate-rad-seminal-vesicles-micro> a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "prostate-rad-seminal-vesicles-micro"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ProstateRadSeminalVesiclesMicro</h2><div><p>This is the code has the options seminal vesicle involvement.</p>\n</div><p><b>Copyright Statement:</b> This value set includes content from SNOMED CT, which is copyright © 2002+ International       Health Terminology Standards Development Organisation (IHTSDO), and distributed by    agreement    between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this    agreement</p><p>This code system http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/prostate-rad-seminal-vesicles-micro 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>not_involved<a name=\"prostate-rad-seminal-vesicles-micro-not_involved\"> </a></td><td>Not involved</td><td></td></tr><tr><td>involved_left<a name=\"prostate-rad-seminal-vesicles-micro-involved_left\"> </a></td><td>Involved (left side)</td><td>Indicates whether the tumour was on the left side of the seminal vesicles</td></tr><tr><td>involved_right<a name=\"prostate-rad-seminal-vesicles-micro-involved_right\"> </a></td><td>Involved (right side)</td><td>Indicates whether the tumour was on the right side of the seminal vesicles</td></tr><tr><td>involved_both<a name=\"prostate-rad-seminal-vesicles-micro-involved_both\"> </a></td><td>Involved (both)</td><td>Indicates whether the tumour was on both sides of the seminal vesicles</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/prostate-rad-seminal-vesicles-micro"];
  fhir:CodeSystem.version [ fhir:value "20150618"];
  fhir:CodeSystem.name [ fhir:value "ProstateRadSeminalVesiclesMicro"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2015-06-11T09:01:03+03:00"^^xsd:dateTime];
  fhir:CodeSystem.description [ fhir:value "This is the code has the options seminal vesicle involvement."];
  fhir:CodeSystem.copyright [ fhir:value "This value set includes content from SNOMED CT, which is copyright © 2002+ International       Health Terminology Standards Development Organisation (IHTSDO), and distributed by    agreement    between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this    agreement"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/ValueSet/prostate-rad-seminal-vesicles-micro"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "not_involved" ];
     fhir:CodeSystem.concept.display [ fhir:value "Not involved" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "involved_left" ];
     fhir:CodeSystem.concept.display [ fhir:value "Involved (left side)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Indicates whether the tumour was on the left side of the seminal vesicles" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "involved_right" ];
     fhir:CodeSystem.concept.display [ fhir:value "Involved (right side)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Indicates whether the tumour was on the right side of the seminal vesicles" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "involved_both" ];
     fhir:CodeSystem.concept.display [ fhir:value "Involved (both)" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Indicates whether the tumour was on both sides of the seminal vesicles" ]
  ].