This page is part of the Patient Request for Corrections Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CapabilityStatement",
"id" : "PatientCorrectionCapability",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>PatientCorrectionCapability</h2><div><p>Describes the capabilities for a FHIR server to support patient requests for corrections.</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td><div><p>Description of the needed resources to be supported by the FHIR server, and the different possible interactions.</p>\n</div></td></tr><tr><td>Transaction</td><td>y</td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td>y</td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>Communication</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Task</td><td> </td><td>y</td><td>y</td><td></td><td></td></tr><tr><td>Bundle</td><td> </td><td>y</td><td></td><td></td><td></td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/uv/patient-corrections/CapabilityStatement/PatientCorrectionCapability",
"version" : "1.0.0-ballot",
"name" : "PatientCorrectionCapability",
"status" : "draft",
"date" : "2022-03-04",
"publisher" : "HL7 International - Patient Empowerment Workgroup",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://www.hl7.org/Special/committees/patientempowerment"
}
]
},
{
"name" : "John Keyes",
"telecom" : [
{
"system" : "email",
"value" : "john@johnkeyes.com",
"use" : "work"
}
]
}
],
"description" : "Describes the capabilities for a FHIR server to support patient requests for corrections.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"kind" : "requirements",
"fhirVersion" : "4.0.1",
"format" : [
"xml",
"json"
],
"implementationGuide" : [
"https://hl7.org/fhir/uv/fhir-patient-corrections"
],
"rest" : [
{
"mode" : "server",
"documentation" : "Description of the needed resources to be supported by the FHIR server, and the different possible interactions.",
"resource" : [
{
"type" : "Communication",
"documentation" : "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" : "SHALL"
}
],
"code" : "read"
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "SHALL"
}
],
"code" : "search-type"
}
],
"searchParam" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "SHALL"
}
],
"name" : "about",
"type" : "reference",
"documentation" : "Search for PatientCorrectionTask or PatientCorrectionCommunication this PatientCorrectionCommunication is about."
}
]
},
{
"type" : "Task",
"documentation" : "Read a Task relating to a patient correction request.",
"interaction" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "SHALL"
}
],
"code" : "read"
},
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "SHALL"
}
],
"code" : "search-type"
}
],
"searchParam" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
"valueCode" : "SHALL"
}
],
"name" : "reasonReference",
"type" : "reference",
"documentation" : "For Disagreement Tasks, search for the original request for correction Communication."
}
]
},
{
"type" : "Bundle",
"documentation" : "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" : "SHALL"
}
],
"code" : "read"
}
]
}
],
"interaction" : [
{
"code" : "transaction"
},
{
"code" : "search-system"
}
]
}
]
}