FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.patient-corrections
Resource TypeCommunication
IdCommunication-additionalinfoneeded.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Communication additionalinfoneeded

partOf: Communication: status = completed; category = Correction Request; sent = 2021-05-19 10:00:17+0000

inResponseTo: Communication: status = completed; category = Correction Request; sent = 2021-05-19 10:00:17+0000

status: Completed

category: Correction Request

subject: John Schmidt Other, DoB: 1923-07-25

topic: Question about Amendment Request

about: Task Correction Request

sent: 2021-05-20 10:00:17+0000

recipient: John Schmidt Other, DoB: 1923-07-25

sender: Practitioner John Smith (official)

Payloads

-Content[x]
*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?

Source1

{
  "resourceType": "Communication",
  "id": "additionalinfoneeded",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "partOf": [
    {
      "reference": "Communication/initialrequestforcorrection"
    }
  ],
  "inResponseTo": [
    {
      "reference": "Communication/initialrequestforcorrection"
    }
  ],
  "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": "Task/correctionrequestprocess"
    }
  ],
  "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?"
    }
  ]
}