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 Request for Corrections Capability Statement - XML Representation

Draft as of 2022-03-04

Raw xml | Download



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="PatientCorrectionCapability"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <url
       value="http://hl7.org/fhir/uv/patient-corrections/CapabilityStatement/PatientCorrectionCapability"/>
  <version value="1.0.0"/>
  <name value="PatientCorrectionCapability"/>
  <title value="Patient Request for Corrections Capability Statement"/>
  <status value="draft"/>
  <date value="2022-03-04"/>
  <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="Describes the capabilities for a FHIR server to support patient requests for corrections."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <kind value="requirements"/>
  <fhirVersion value="4.0.1"/>
  <format value="xml"/>
  <format value="json"/>
  <implementationGuide
                       value="https://hl7.org/fhir/uv/fhir-patient-corrections"/>
  <rest>
    <mode value="server"/>
    <documentation
                   value="Description of the needed resources to be supported by the FHIR server, and the different possible interactions."/>
    <resource>
      <type value="Communication"/>
      <documentation
                     value="Read a communication between a patient and a fulfiller relating to a patient correction request."/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="about"/>
        <type value="reference"/>
        <documentation
                       value="Search for PatientCorrectionTask or PatientCorrectionCommunication this PatientCorrectionCommunication is about."/>
      </searchParam>
    </resource>
    <resource>
      <type value="Task"/>
      <documentation
                     value="Read a Task relating to a patient correction request."/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="reasonReference"/>
        <type value="reference"/>
        <documentation
                       value="For Disagreement Tasks, search for the original request for correction Communication."/>
      </searchParam>
    </resource>
    <resource>
      <type value="Bundle"/>
      <documentation
                     value="Read a Patient Correction Bundle which contains a Patient Correction Communication and related resources."/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="read"/>
      </interaction>
    </resource>
    <interaction>
      <code value="transaction"/>
    </interaction>
    <interaction>
      <code value="search-system"/>
    </interaction>
  </rest>
</CapabilityStatement>