Patient Request for Corrections Implementation Guide
1.0.0-ballot - STU 1 Ballot

This page is part of the Patient Request for Corrections Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: additionalinfoneeded - JSON Representation

Raw json | Download


{
  "resourceType" : "Communication",
  "id" : "additionalinfoneeded",
  "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><b>Generated Narrative</b></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 \"additionalinfoneeded\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-correction-communication.html\">Patient Correction Communication</a></p></div><p><b>status</b>: completed</p><p><b>category</b>: 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></p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> \" SCHMIDT\"</p><p><b>topic</b>: Question about Amendment Request <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>about</b>: <a href=\"Communication-initialrequestforcorrection.html\">Communication/initialrequestforcorrection</a></p><p><b>sent</b>: 2021-05-20 10:00:17+0000</p><p><b>recipient</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> \" SCHMIDT\"</p><p><b>sender</b>: <a href=\"Practitioner-ex-practitioner.html\">Practitioner/ex-practitioner</a> \" SMITH\"</p><h3>Payloads</h3><table class=\"grid\"><tr><td>-</td><td><b>Content[x]</b></td></tr><tr><td>*</td><td>Upon review of your record, we see that you have a history of smoking.  Is this incorrect, or did you quit smoking at some point?</td></tr></table></div>"
  },
  "status" : "completed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes",
          "code" : "medRecCxReq"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/ex-patient"
  },
  "topic" : {
    "text" : "Question about Amendment Request"
  },
  "about" : [
    {
      "reference" : "Communication/initialrequestforcorrection"
    }
  ],
  "sent" : "2021-05-20T10:00:17-00:00",
  "recipient" : [
    {
      "reference" : "Patient/ex-patient"
    }
  ],
  "sender" : {
    "reference" : "Practitioner/ex-practitioner"
  },
  "payload" : [
    {
      "contentString" : "Upon review of your record, we see that you have a history of smoking.  Is this incorrect, or did you quit smoking at some point?"
    }
  ]
}