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

: recordamended - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "recordamended",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication recordamended</b></p><a name=\"recordamended\"> </a><a name=\"hcrecordamended\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-correction-communication.html\">Patient Correction Communication</a></p></div><p><b>partOf</b>: <a href=\"Communication-initialrequestforcorrection.html\">Communication: status = completed; category = Correction Request; sent = 2021-05-19 10:00:17+0000</a></p><p><b>inResponseTo</b>: <a href=\"Communication-additionalinfoprovided.html\">Communication: status = completed; category = Correction Request; topic = ; sent = 2021-05-20 11:00:17+0000</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes medRecCxReq}\">Correction Request</span></p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>topic</b>: <span title=\"Codes:\">Your Record Has Been Amended</span></p><p><b>about</b>: <a href=\"Task-correctionrequestprocess.html\">Task Correction Request</a></p><p><b>sent</b>: 2021-05-25 12:00:17+0000</p><p><b>recipient</b>: <a href=\"Patient-ex-patient.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>sender</b>: <a href=\"Practitioner-ex-practitioner.html\">Practitioner John Smith (official)</a></p><blockquote><p><b>payload</b></p><p><b>content</b>: Your record has been amended as requested. See attached.</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: <a href=\"DocumentReference-ex-documentreference.html\">DocumentReference: status = current</a></p></blockquote></div>"
  },
  "partOf" : [
    {
      🔗 "reference" : "Communication/initialrequestforcorrection"
    }
  ],
  "inResponseTo" : [
    {
      🔗 "reference" : "Communication/additionalinfoprovided"
    }
  ],
  "status" : "completed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes",
          "code" : "medRecCxReq"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/ex-patient"
  },
  "topic" : {
    "text" : "Your Record Has Been Amended"
  },
  "about" : [
    {
      🔗 "reference" : "Task/correctionrequestprocess"
    }
  ],
  "sent" : "2021-05-25T12:00:17-00:00",
  "recipient" : [
    {
      🔗 "reference" : "Patient/ex-patient"
    }
  ],
  "sender" : {
    🔗 "reference" : "Practitioner/ex-practitioner"
  },
  "payload" : [
    {
      "contentString" : "Your record has been amended as requested. See attached."
    },
    {
      "contentReference" : {
        🔗 "reference" : "DocumentReference/ex-documentreference"
      }
    }
  ]
}