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

Patient Request for Corrections Implementation Guide, published by HL7 International - Patient Empowerment Workgroup. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-patient-correction/ and changes regularly. See the Directory of published versions

: correctionrequestprocess5 - JSON Representation

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "correctionrequestprocess5",
  "meta" : {
    "versionId" : "3",
    "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><b>Generated Narrative: Task</b><a name=\"correctionrequestprocess5\"> </a></p><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\">Resource Task &quot;correctionrequestprocess5&quot; Version &quot;3&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-correction-task.html\">Patient Correction Task</a></p></div><p><b>status</b>: in-progress</p><p><b>businessStatus</b>: Decision was made to accept the correction request. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-PatientCorrectionBusinessStatus.html\">Patient Correction Business Statuses</a>#accepted)</span></p><p><b>intent</b>: order</p><p><b>code</b>: Correction request by the Patient or RelatedPerson <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-PatientCorrectionTaskTypes.html\">Patient Correction Task Types</a>#medRecCxReq)</span></p><p><b>for</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> &quot; SCHMIDT&quot;</p><p><b>authoredOn</b>: 2021-05-19 10:00:17+0000</p><p><b>lastModified</b>: 2021-05-20 11:00:17+0000</p><p><b>requester</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> &quot; SCHMIDT&quot;</p><p><b>owner</b>: <a href=\"Practitioner-ex-practitioner.html\">Practitioner/ex-practitioner</a> &quot; SMITH&quot;</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>Correction request by the Patient or RelatedPerson <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-PatientCorrectionCommunicationTypes.html\">Patient Correction Communication Types</a>#medRecCxReq)</span></td><td><a href=\"Communication-initialrequestforcorrection.html\">Communication/initialrequestforcorrection</a></td></tr></table></div>"
  },
  "status" : "in-progress",
  "businessStatus" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus",
        "code" : "accepted"
      }
    ]
  },
  "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",
  "lastModified" : "2021-05-20T11: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"
      }
    }
  ]
}