FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagejohnmoehrke.correction.example
Resource TypeValueSet
IdValueSet-CorrectionPurposesVS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/JohnMoehrke/correction/ValueSet-CorrectionPurposesVS.html
URLhttp://johnmoehrke.github.io/correction/ValueSet/CorrectionPurposesVS
Version0.1.0
Statusdraft
Date2026-01-10T00:21:25+00:00
NameCorrectionPurposesVS
TitleCorrection Purposes ValueSet
Realmuv
DescriptionA value set of codes representing the purposes for which a correction to FHIR data may be made.

Resources that use this resource

StructureDefinition
CorrectionProvenanceProfileProvenance Profile for Corrections

Resources that this resource uses

CodeSystem
resource-statusCanonical Status Codes for FHIR Resources
v3-ActReasonActReason

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet CorrectionPurposesVS

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActReason version 📦3.1.0
    CodeDisplayDefinition
    PATSFTYpatient safetyTo perform one or more operations on information in processes related to ensuring the safety of health care.
    HQUALIMPhealth quality improvementTo perform one or more operations on information used for conducting administrative activities to improve health care quality.
    PATRQTpatient requestedTo perform one or more operations on information in response to a patient's request.
    _ActHealthInformationManagementReasonActHealthInformationManagementReason**Description:**The rationale or purpose for an act relating to health information management, such as archiving information for the purpose of complying with an organization policy or jurisdictional law relating to data retention.
  • Include these codes as defined in http://hl7.org/fhir/resource-status version 📦4.0.1
    CodeDisplayDefinition
    replacedreplacedThe information in this resource has been replaced by information in another resource
    refutedrefutedThis information has been ruled out by testing and evaluation

Source1

{
  "resourceType": "ValueSet",
  "id": "CorrectionPurposesVS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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-10T00:21:25+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"
          },
          {
            "code": "_ActHealthInformationManagementReason"
          }
        ]
      },
      {
        "system": "http://hl7.org/fhir/resource-status",
        "concept": [
          {
            "code": "replaced"
          },
          {
            "code": "refuted"
          }
        ]
      }
    ]
  }
}