John Moehrke Correction Example
0.1.0 - ci-build International flag

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

: Correction Purposes ValueSet - JSON Representation

Draft as of 2026-01-06

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "CorrectionPurposesVS",
  "text" : {
    "status" : "extensions",
    "div" : "<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 &#x1F4E6;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 &#x1F4E6;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>"
  },
  "url" : "http://johnmoehrke.github.io/correction/ValueSet/CorrectionPurposesVS",
  "version" : "0.1.0",
  "name" : "CorrectionPurposesVS",
  "title" : "Correction Purposes ValueSet",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-01-06T15:34:39+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" : "A value set of codes representing the purposes for which a correction to FHIR data\nmay be made.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "concept" : [
          {
            "code" : "PATSFTY"
          },
          {
            "code" : "HQUALIMP"
          },
          {
            "code" : "PATRQT"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/resource-status",
        "concept" : [
          {
            "code" : "replaced"
          },
          {
            "code" : "refuted"
          }
        ]
      }
    ]
  }
}