Patient Request for Corrections Implementation Guide
1.0.0 - STU 1 International flag

This page is part of the Patient Request for Corrections Implementation Guide (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: correctionrequestprocess - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "correctionrequestprocess",
  "meta" : {
    "versionId" : "1",
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task correctionrequestprocess</b></p><a name=\"correctionrequestprocess\"> </a><a name=\"hccorrectionrequestprocess\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-correction-task.html\">Patient Correction Task</a></p></div><p><b>status</b>: Ready</p><p><b>businessStatus</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus queued}\">Queued</span></p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes medRecCxReq}\">Correction Request</span></p><p><b>for</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>authoredOn</b>: 2021-05-19 10:00:17+0000</p><p><b>requester</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>owner</b>: <a href=\"Practitioner-ex-practitioner.html\">Practitioner John Smith (official)</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes medRecCxReq}\">Correction Request</span></td><td><a href=\"Communication-initialrequestforcorrection.html\">Communication: status = completed; category = Correction Request; sent = 2021-05-19 10:00:17+0000</a></td></tr></table></div>"
  },
  "status" : "ready",
  "businessStatus" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus",
        "code" : "queued"
      }
    ]
  },
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes",
        "code" : "medRecCxReq"
      }
    ]
  },
  "for" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "authoredOn" : "2021-05-19T10:00:17-00:00",
  "requester" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "owner" : {
    🔗 "reference" : "Practitioner/ex-practitioner"
  },
  "input" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes",
            "code" : "medRecCxReq"
          }
        ]
      },
      "valueReference" : {
        🔗 "reference" : "Communication/initialrequestforcorrection"
      }
    }
  ]
}