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