{ "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", "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": "Patient Request for Corrections Capability Statement", "package_version": "1.0.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "pe" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/patient-corrections/ImplementationGuide/hl7.fhir.uv.patient-corrections" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/uv/patient-corrections/ImplementationGuide/hl7.fhir.uv.patient-corrections" } ] } } ], "status": "active", "id": "5d26514d-5196-4a3a-93b5-9b40d939eca3", "kind": "requirements", "implementationGuide": [ "http://hl7.org/fhir/uv/patient-corrections/ImplementationGuide/hl7.fhir.uv.patient-corrections" ], "url": "http://hl7.org/fhir/uv/patient-corrections/CapabilityStatement/PatientCorrectionCapability", "version": "1.0.0", "contact": [ { "telecom": [ { "value": "http://www.hl7.org/Special/committees/patientempowerment", "system": "url" } ] }, { "name": "Virginia Lorenzi", "telecom": [ { "value": "vlorenzi@nyp.org", "system": "email" } ] }, { "name": "David Pyke", "telecom": [ { "value": "david@pyke.ca", "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." } ] }