John Moehrke Test ValueSets Example
0.1.0 - ci-build International flag

John Moehrke Test ValueSets Example, published by John Moehrke (Moehrke Research LLC). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/test-valuesets/ and changes regularly. See the Directory of published versions

: test codeSystem with various properties - JSON Representation

Active as of 2026-01-30

Raw json | Download

{
  "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-01-30T21:46:28+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"
        }
      ]
    }
  ]
}