{
  "resourceType" : "CodeSystem",
  "id" : "cs-testy",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-testy</b></p><a name=\"cs-testy\"> </a><a name=\"hccs-testy\"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td></tr><tr><td>Inactive</td><td>inactive</td><td>http://hl7.org/fhir/concept-properties#inactive</td><td>boolean</td></tr><tr><td>status</td><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>code</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>http://johnmoehrke.github.io/test-valuesets/CodeSystem/cs-testy</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>Inactive</b></td><td><b>status</b></td></tr><tr><td style=\"white-space:nowrap\">GoodCode1<a name=\"cs-testy-GoodCode1\"> </a></td><td>Good Code 1</td><td>example Code that is good first</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">GoodCode2<a name=\"cs-testy-GoodCode2\"> </a></td><td>Good Code 2</td><td>example Code that is good second</td><td/><td/></tr><tr><td style=\"white-space:nowrap\">GoodCode3<a name=\"cs-testy-GoodCode3\"> </a></td><td>Good Code 3</td><td>example Code that is good third</td><td/><td/></tr><tr style=\"background-color: #ffeeee\"><td style=\"white-space:nowrap\">nothingInactive<a name=\"cs-testy-nothingInactive\"> </a></td><td>Test for Nothing Inactive</td><td>Inactive code.</td><td>true</td><td/></tr><tr style=\"background-color: #ffeeee\"><td style=\"white-space:nowrap\">nothingRetired<a name=\"cs-testy-nothingRetired\"> </a></td><td>Test for Nothing Retired</td><td>Retired code.</td><td/><td>retired</td></tr><tr style=\"background-color: #ffeeee\"><td style=\"white-space:nowrap\">nothingInactiveRetired<a name=\"cs-testy-nothingInactiveRetired\"> </a></td><td>Test for Nothing Inactive Retired</td><td>Inactive Retired code.</td><td>true</td><td>retired</td></tr></table></div>"
  },
  "url" : "http://johnmoehrke.github.io/test-valuesets/CodeSystem/cs-testy",
  "version" : "0.1.0",
  "name" : "CS_testy",
  "title" : "test codeSystem with various properties",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-02-23T21:21:43+00:00",
  "publisher" : "John Moehrke (Moehrke Research LLC)",
  "contact" : [{
    "name" : "John Moehrke (Moehrke Research LLC)",
    "telecom" : [{
      "system" : "url",
      "value" : "http://healthcaresecprivacy.blogspot.com"
    },
    {
      "system" : "email",
      "value" : "JohnMoehrke@gmail.com"
    }]
  }],
  "description" : "Various status of codes",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "property" : [{
    "code" : "inactive",
    "uri" : "http://hl7.org/fhir/concept-properties#inactive",
    "type" : "boolean"
  },
  {
    "code" : "status",
    "uri" : "http://hl7.org/fhir/concept-properties#status",
    "type" : "code"
  }],
  "concept" : [{
    "code" : "GoodCode1",
    "display" : "Good Code 1",
    "definition" : "example Code that is good first"
  },
  {
    "code" : "GoodCode2",
    "display" : "Good Code 2",
    "definition" : "example Code that is good second"
  },
  {
    "code" : "GoodCode3",
    "display" : "Good Code 3",
    "definition" : "example Code that is good third"
  },
  {
    "code" : "nothingInactive",
    "display" : "Test for Nothing Inactive",
    "definition" : "Inactive code.",
    "property" : [{
      "code" : "inactive",
      "valueBoolean" : true
    }]
  },
  {
    "code" : "nothingRetired",
    "display" : "Test for Nothing Retired",
    "definition" : "Retired code.",
    "property" : [{
      "code" : "status",
      "valueCode" : "retired"
    }]
  },
  {
    "code" : "nothingInactiveRetired",
    "display" : "Test for Nothing Inactive Retired",
    "definition" : "Inactive Retired code.",
    "property" : [{
      "code" : "inactive",
      "valueBoolean" : true
    },
    {
      "code" : "status",
      "valueCode" : "retired"
    }]
  }]
}