Patient Request for Corrections Implementation Guide
1.0.0 - STU 1 Ballot International flag

Patient Request for Corrections Implementation Guide, published by HL7 International - Patient Empowerment Workgroup. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-patient-correction/ and changes regularly. See the Directory of published versions

: Patient Correction Business Statuses - XML Representation

Draft as of 2023-09-11

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="PatientCorrectionBusinessStatus"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus"/>
  <version value="1.0.0"/>
  <name value="PatientCorrectionBusinessStatus"/>
  <title value="Patient Correction Business Statuses"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2023-09-11T23:40:00+00:00"/>
  <publisher value="HL7 International - Patient Empowerment Workgroup"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value
             value="https://www.hl7.org/Special/committees/patientempowerment"/>
    </telecom>
  </contact>
  <contact>
    <name value="Virginia Lorenzi"/>
    <telecom>
      <system value="email"/>
      <value value="vlorenzi@nyp.org"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="CodeSystem of business statuses for patient request for corrections"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="false"/>
  <content value="complete"/>
  <count value="10"/>
  <concept>
    <code value="queued"/>
    <display
             value="A request to correct a record or log a disagreement has been received by the fulfiller (e.g. provider) but has not yet been reviewed."/>
  </concept>
  <concept>
    <code value="in-review"/>
    <display value="Review is in progress."/>
  </concept>
  <concept>
    <code value="waiting-for-information"/>
    <display
             value="The fulfiller (e.g. provider) is waiting for additional information."/>
  </concept>
  <concept>
    <code value="requester-cancelled"/>
    <display value="The request has been cancelled by the requester."/>
  </concept>
  <concept>
    <code value="accepted"/>
    <display value="Decision was made to accept the correction request."/>
  </concept>
  <concept>
    <code value="partial-accept"/>
    <display
             value="Part of the correction request was accepted, and part was denied."/>
  </concept>
  <concept>
    <code value="amendment-completed"/>
    <display value="The record has been amended (corrected)."/>
  </concept>
  <concept>
    <code value="denied"/>
    <display value="The request has been denied."/>
  </concept>
  <concept>
    <code value="disagreement-logged"/>
    <display
             value="The fulfiller (e.g. provider) has logged the requester’s (eg patient’s) disagreement with the correction request denial."/>
  </concept>
  <concept>
    <code value="completed"/>
    <display
             value="The fulfiller (e.g. provider) has logged the requester’s (e.g. patient’s) disagreement with the correction request denial, and provided a formal rebuttal."/>
  </concept>
</CodeSystem>