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

MutatedWildtype

{
  "resourceType" : "CodeSystem",
  "id" : "mutated-wildtype",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>MutatedWildtype</h2><div><p>Gene mutation options</p>
</div><p>This code system http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/mutated-wildtype 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>mutated<a name="mutated-wildtype-mutated"> </a></td><td>Mutated</td><td>The gene mutation type is mutated</td></tr><tr><td>wild_type<a name="mutated-wildtype-wild_type"> </a></td><td>Wild type</td><td>The gene mutation type is wild type</td></tr></table></div>"
  },
  "url" : "http://fhir.hl7.org.au/fhir/rcpa/CodeSystem/mutated-wildtype",
  "version" : "20150624",
  "name" : "MutatedWildtype",
  "status" : "draft",
  "experimental" : false,
  "date" : "2015-06-11T09:01:03+03:00",
  "description" : "Gene mutation options",
  "caseSensitive" : true,
  "valueSet" : "http://fhir.hl7.org.au/fhir/rcpa/ValueSet/mutated-wildtype",
  "content" : "complete",
  "concept" : [
    {
      "code" : "mutated",
      "display" : "Mutated",
      "definition" : "The gene mutation type is mutated"
    },
    {
      "code" : "wild_type",
      "display" : "Wild type",
      "definition" : "The gene mutation type is wild type"
    }
  ]
}