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

{
  "resourceType" : "CodeSystem",
  "id" : "unstable-stable",
  "text" : {
    "status" : "generated",
    "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>
</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>"
  },
  "url" : "http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/unstable-stable",
  "version" : "20150625",
  "name" : "UnstableStable",
  "status" : "draft",
  "experimental" : false,
  "date" : "2015-06-11T09:01:03+03:00",
  "description" : "Provides the results options of stable, unstable or not tested.",
  "caseSensitive" : true,
  "valueSet" : "http://fhir.hl7.org.au/fhir/rcpa/ValueSet/unstable-stable",
  "content" : "complete",
  "concept" : [
    {
      "code" : "unstable",
      "display" : "Unstable",
      "definition" : "Unstable"
    },
    {
      "code" : "stable",
      "display" : "Stable",
      "definition" : "Stable"
    },
    {
      "code" : "not_tested",
      "display" : "Not tested",
      "definition" : "Not tested"
    }
  ]
}