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

FHIR IG analytics

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

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 11:00:17+0000

status: Completed

category: Correction Request

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

topic: Your Record Has Been Amended

about: Task Correction Request

sent: 2021-05-25 12:00:17+0000

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

sender: Practitioner John Smith (official)

payload

content: Your record has been amended as requested. See attached.

payload

content: DocumentReference: status = current


Source1

{
  "resourceType": "Communication",
  "id": "recordamended",
  "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/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"
      }
    }
  ]
}