FHIR IG analytics| Package | hl7.fhir.uv.patient-corrections.r4b |
| Resource Type | Communication |
| Id | Communication-recordamended.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Communication recordamended
Profile: Patient Correction Communication
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
{
"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"
}
}
]
}