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

FHIR IG analytics

Packagehl7.fhir.uv.patient-corrections
Resource TypeCommunication
IdCommunication-additionalinfoprovided.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 additionalinfoprovided

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

inResponseTo: Communication: status = completed; category = Correction Request; topic = ; sent = 2021-05-20 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 11:00:17+0000

recipient: Practitioner John Smith (official)

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

Payloads

-Content[x]
*I quit smoking over 2 years ago on Dec 10th, 2018.

Source1

{
  "resourceType": "Communication",
  "id": "additionalinfoprovided",
  "meta": {
    "versionId": "1",
    "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/additionalinfoneeded"
    }
  ],
  "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-20T11:00:17-00:00",
  "recipient": [
    {
      "reference": "Practitioner/ex-practitioner"
    }
  ],
  "sender": {
    "reference": "Patient/ex-patient"
  },
  "payload": [
    {
      "contentString": "I quit smoking over 2 years ago on Dec 10th, 2018."
    }
  ]
}