John Moehrke Correction Example
0.1.0 - ci-build
John Moehrke Correction 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/correction/ and changes regularly. See the Directory of published versions
| Draft as of 2026-01-06 |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="CorrectionPurposesVS"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: ValueSet CorrectionPurposesVS</b></p><a name="CorrectionPurposesVS"> </a><a name="hcCorrectionPurposesVS"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href="http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActReason.html"><code>http://terminology.hl7.org/CodeSystem/v3-ActReason</code></a><span title="Version is not explicitly stated, which means it is fixed to 3.1.0, the version found through the package references"> version 📦3.1.0</span><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActReason.html#v3-ActReason-PATSFTY">PATSFTY</a></td><td style="color: #cccccc">patient safety</td><td>To perform one or more operations on information in processes related to ensuring the safety of health care.</td></tr><tr><td><a href="http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActReason.html#v3-ActReason-HQUALIMP">HQUALIMP</a></td><td style="color: #cccccc">health quality improvement</td><td>To perform one or more operations on information used for conducting administrative activities to improve health care quality.</td></tr><tr><td><a href="http://terminology.hl7.org/7.0.1/CodeSystem-v3-ActReason.html#v3-ActReason-PATRQT">PATRQT</a></td><td style="color: #cccccc">patient requested</td><td>To perform one or more operations on information in response to a patient's request.</td></tr></table></li><li>Include these codes as defined in <a href="http://hl7.org/fhir/R5/codesystem-resource-status.html"><code>http://hl7.org/fhir/resource-status</code></a><span title="Version is not explicitly stated, which means it is fixed to 6.0.0-ballot3, the version found through the package references"> version 📦6.0.0-ballot3</span><table class="none"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href="http://hl7.org/fhir/R5/codesystem-resource-status.html#resource-status-replaced">replaced</a></td><td style="color: #cccccc">replaced</td><td>The information in this resource has been replaced by information in another resource</td></tr><tr><td><a href="http://hl7.org/fhir/R5/codesystem-resource-status.html#resource-status-refuted">refuted</a></td><td style="color: #cccccc">refuted</td><td>This information has been ruled out by testing and evaluation</td></tr></table></li></ul></div>
</text>
<url
value="http://johnmoehrke.github.io/correction/ValueSet/CorrectionPurposesVS"/>
<version value="0.1.0"/>
<name value="CorrectionPurposesVS"/>
<title value="Correction Purposes ValueSet"/>
<status value="draft"/>
<experimental value="false"/>
<date value="2026-01-06T15:34:39+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="A value set of codes representing the purposes for which a correction to FHIR data
may be made."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
</coding>
</jurisdiction>
<compose>
<include>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
<concept>
<code value="PATSFTY"/>
</concept>
<concept>
<code value="HQUALIMP"/>
</concept>
<concept>
<code value="PATRQT"/>
</concept>
</include>
<include>
<system value="http://hl7.org/fhir/resource-status"/>
<concept>
<code value="replaced"/>
</concept>
<concept>
<code value="refuted"/>
</concept>
</include>
</compose>
</ValueSet>