PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.patient-corrections@1.0.0-ballot
    http://hl7.org/fhir/uv/patient-corrections/CapabilityStatement/PatientCorrectionCapability
{
  "description": "Describes the capabilities for a FHIR server to support patient requests for corrections.",
  "_filename": "CapabilityStatement-PatientCorrectionCapability.json",
  "package_name": "hl7.fhir.uv.patient-corrections",
  "format": [ "xml", "json" ],
  "date": "2022-03-04",
  "publisher": "HL7 International - Patient Empowerment Workgroup",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "PatientCorrectionCapability",
  "type": null,
  "experimental": null,
  "resourceType": "CapabilityStatement",
  "title": null,
  "package_version": "1.0.0-ballot",
  "status": "draft",
  "id": "e169d13f-bbb8-404b-abf0-7b9d73155778",
  "kind": "requirements",
  "implementationGuide": [ "https://hl7.org/fhir/uv/fhir-patient-corrections" ],
  "url": "http://hl7.org/fhir/uv/patient-corrections/CapabilityStatement/PatientCorrectionCapability",
  "version": "1.0.0-ballot",
  "contact": [ {
    "telecom": [ {
      "value": "https://www.hl7.org/Special/committees/patientempowerment",
      "system": "url"
    } ]
  }, {
    "name": "John Keyes",
    "telecom": [ {
      "use": "work",
      "value": "john@johnkeyes.com",
      "system": "email"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "Communication",
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ]
      }, {
        "code": "search-type",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ]
      } ],
      "searchParam": [ {
        "name": "about",
        "type": "reference",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "Search for PatientCorrectionTask or PatientCorrectionCommunication this PatientCorrectionCommunication is about."
      } ],
      "documentation": "Read a communication between a patient and a fulfiller relating to a patient correction request."
    }, {
      "type": "Task",
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ]
      }, {
        "code": "search-type",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ]
      } ],
      "searchParam": [ {
        "name": "reasonReference",
        "type": "reference",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ],
        "documentation": "For Disagreement Tasks, search for the original request for correction Communication."
      } ],
      "documentation": "Read a Task relating to a patient correction request."
    }, {
      "type": "Bundle",
      "interaction": [ {
        "code": "read",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "SHALL"
        } ]
      } ],
      "documentation": "Read a Patient Correction Bundle which contains a Patient Correction Communication and related resources."
    } ],
    "interaction": [ {
      "code": "transaction"
    }, {
      "code": "search-system"
    } ],
    "documentation": "Description of the needed resources to be supported by the FHIR server, and the different possible interactions."
  } ]
}