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

UnstableStable

@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/unstable-stable> a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "unstable-stable"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>UnstableStable</h2><div><p>Provides the results options of stable, unstable or not tested.</p>\n</div><p>This code system http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/unstable-stable 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>unstable<a name=\"unstable-stable-unstable\"> </a></td><td>Unstable</td><td>Unstable</td></tr><tr><td>stable<a name=\"unstable-stable-stable\"> </a></td><td>Stable</td><td>Stable</td></tr><tr><td>not_tested<a name=\"unstable-stable-not_tested\"> </a></td><td>Not tested</td><td>Not tested</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/unstable-stable"];
  fhir:CodeSystem.version [ fhir:value "20150625"];
  fhir:CodeSystem.name [ fhir:value "UnstableStable"];
  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 "Provides the results options of stable, unstable or not tested."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [ fhir:value "http://fhir.hl7.org.au/fhir/rcpa/ValueSet/unstable-stable"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "unstable" ];
     fhir:CodeSystem.concept.display [ fhir:value "Unstable" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Unstable" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "stable" ];
     fhir:CodeSystem.concept.display [ fhir:value "Stable" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Stable" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "not_tested" ];
     fhir:CodeSystem.concept.display [ fhir:value "Not tested" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Not tested" ]
  ].