John Moehrke Test ValueSets Example
0.1.0 - ci-build
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
| Active as of 2026-01-30 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="cs-testy"/>
<text>
<status value="generated"/>
<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>
</text>
<url
value="http://johnmoehrke.github.io/test-valuesets/CodeSystem/cs-testy"/>
<version value="0.1.0"/>
<name value="CS_testy"/>
<title value="test codeSystem with various properties"/>
<status value="active"/>
<experimental value="false"/>
<date value="2026-01-30T21:46:28+00:00"/>
<publisher value="John Moehrke (Moehrke Research LLC)"/>
<contact>
<name value="John Moehrke (Moehrke Research LLC)"/>
<telecom>
<system value="url"/>
<value value="http://healthcaresecprivacy.blogspot.com"/>
</telecom>
<telecom>
<system value="email"/>
<value value="JohnMoehrke@gmail.com"/>
</telecom>
</contact>
<description value="Various status of codes"/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
</coding>
</jurisdiction>
<caseSensitive value="true"/>
<content value="complete"/>
<property>
<code value="inactive"/>
<uri value="http://hl7.org/fhir/concept-properties#inactive"/>
<type value="boolean"/>
</property>
<property>
<code value="status"/>
<uri value="http://hl7.org/fhir/concept-properties#status"/>
<type value="code"/>
</property>
<concept>
<code value="GoodCode1"/>
<display value="Good Code 1"/>
<definition value="example Code that is good first"/>
</concept>
<concept>
<code value="GoodCode2"/>
<display value="Good Code 2"/>
<definition value="example Code that is good second"/>
</concept>
<concept>
<code value="GoodCode3"/>
<display value="Good Code 3"/>
<definition value="example Code that is good third"/>
</concept>
<concept>
<code value="nothingInactive"/>
<display value="Test for Nothing Inactive"/>
<definition value="Inactive code."/>
<property>
<code value="inactive"/>
<valueBoolean value="true"/>
</property>
</concept>
<concept>
<code value="nothingRetired"/>
<display value="Test for Nothing Retired"/>
<definition value="Retired code."/>
<property>
<code value="status"/>
<valueCode value="retired"/>
</property>
</concept>
<concept>
<code value="nothingInactiveRetired"/>
<display value="Test for Nothing Inactive Retired"/>
<definition value="Inactive Retired code."/>
<property>
<code value="inactive"/>
<valueBoolean value="true"/>
</property>
<property>
<code value="status"/>
<valueCode value="retired"/>
</property>
</concept>
</CodeSystem>