FHIR IG analytics| Package | hl7.fhir.uv.patient-corrections |
| Resource Type | Communication |
| Id | Communication-initialrequestforcorrection.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Communication initialrequestforcorrection
version: 1
Profile: Patient Correction Communication
status: Completed
category: Correction Request
subject: John Schmidt Other, DoB: 1923-07-25
about: Task Correction Request
sent: 2021-05-19 10:00:17+0000
recipient: Practitioner John Smith (official)
sender: John Schmidt Other, DoB: 1923-07-25
| Content[x] |
| DocumentReference: status = current |
{
"resourceType": "Communication",
"id": "initialrequestforcorrection",
"meta": {
"versionId": "1",
"profile": [
"http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-communication"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes",
"code": "medRecCxReq"
}
]
}
],
"subject": {
"reference": "Patient/ex-patient"
},
"about": [
{
"reference": "Task/correctionrequestprocess"
}
],
"sent": "2021-05-19T10:00:17-00:00",
"recipient": [
{
"reference": "Practitioner/ex-practitioner"
}
],
"sender": {
"reference": "Patient/ex-patient"
},
"payload": [
{
"contentReference": {
"reference": "DocumentReference/ex-documentreference"
}
}
]
}