{
  "resourceType": "ValueSet",
  "status": "draft",
  "name": "NexusCorrectionTaskTypes",
  "id": "nexus-correction-task-types",
  "title": "Correction Task Types Value Set",
  "description": "HL7 Patient Request for Corrections task types, carried as an optional additional coding on\n`Task.code` alongside the Nexus worklist category.\n\nTwo codes: a request to correct a record, and a request to log the patient's disagreement with a\nrefusal. Adopted from the international guide rather than minted locally so that a correction\nworkflow is legible outside this estate.",
  "url": "https://fhir.apps.health/ValueSet/nexus-correction-task-types",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes",
        "concept": [
          {
            "code": "medRecCxReq",
            "display": "Correction Request"
          },
          {
            "code": "medRecCxDenialDisagree",
            "display": "Disagreement"
          }
        ]
      }
    ]
  }
}
