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 Status - XML Representation

Draft as of 2023-09-11

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="PatientCorrectionBusinessStatusVS"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/patient-corrections/ValueSet/PatientCorrectionBusinessStatusVS"/>
  <version value="1.0.0"/>
  <name value="PatientCorrectionBusinessStatusVS"/>
  <title value="Patient Correction Business Status"/>
  <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="ValueSet 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>
  <compose>
    <include>
      <system
              value="http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus"/>
      <concept>
        <code value="queued"/>
      </concept>
      <concept>
        <code value="in-review"/>
      </concept>
      <concept>
        <code value="waiting-for-information"/>
      </concept>
      <concept>
        <code value="requester-cancelled"/>
      </concept>
      <concept>
        <code value="accepted"/>
      </concept>
      <concept>
        <code value="partial-accept"/>
      </concept>
      <concept>
        <code value="amendment-completed"/>
      </concept>
      <concept>
        <code value="denied"/>
      </concept>
      <concept>
        <code value="disagreement-logged"/>
      </concept>
      <concept>
        <code value="completed"/>
      </concept>
    </include>
  </compose>
</ValueSet>