FHIR IG analytics| Package | hl7.fhir.uv.patient-corrections |
| Resource Type | Task |
| Id | Task-correctionrequestprocess.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task correctionrequestprocess
version: 1
Profile: Patient Correction Task
status: Ready
businessStatus: Queued
intent: order
code: Correction Request
for: John Schmidt Other, DoB: 1923-07-25
authoredOn: 2021-05-19 10:00:17+0000
requester: John Schmidt Other, DoB: 1923-07-25
owner: Practitioner John Smith (official)
| Type | Value[x] |
| Correction Request | Communication: status = completed; category = Correction Request; sent = 2021-05-19 10:00:17+0000 |
{
"resourceType": "Task",
"id": "correctionrequestprocess",
"meta": {
"versionId": "1",
"profile": [
"http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "ready",
"businessStatus": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus",
"code": "queued"
}
]
},
"intent": "order",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionTaskTypes",
"code": "medRecCxReq"
}
]
},
"for": {
"reference": "Patient/ex-patient"
},
"authoredOn": "2021-05-19T10:00:17-00:00",
"requester": {
"reference": "Patient/ex-patient"
},
"owner": {
"reference": "Practitioner/ex-practitioner"
},
"input": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionCommunicationTypes",
"code": "medRecCxReq"
}
]
},
"valueReference": {
"reference": "Communication/initialrequestforcorrection"
}
}
]
}