PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.patient@corrections-1.0.0-ballot
    http://hl7.org/fhir/uv/patient-corrections/OperationDefinition/correction-request
{
  "description": null,
  "_filename": "OperationDefinition-correction-request.json",
  "package_name": "hl7.fhir.uv.patient",
  "date": "2022-03-29T16:29:26+00:00",
  "system": false,
  "publisher": "HL7 International - Patient Empowerment Workgroup",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "PatientCorrectionRequestOperation",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Patient Correction Request Operation",
  "package_version": "corrections-1.0.0-ballot",
  "status": "draft",
  "id": "10a42822-10a2-444c-8390-fd53651d7edd",
  "resource": [ "Communication" ],
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/patient-corrections/OperationDefinition/correction-request",
  "code": "correctionrequest",
  "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"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "CorrectionRequest",
    "type": "Bundle",
    "documentation": "A collection of resources representing the correction request, disagreement, or back and forth conversation.  The Bundle should follow [Patient Correction Bundle](StructureDefinition-patient-correction-bundle.html) profile."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "CorrectionResponse",
    "type": "Bundle",
    "documentation": "A collection of resources representing a correction request response. The Bundle should follow [Patient Correction Bundle](StructureDefinition-patient-correction-bundle.html) profile."
  } ]
}