FHIR IG analytics| Package | hl7.fhir.uv.patient-corrections.r4b |
| Resource Type | Task |
| Id | Task-correctionrequestprocess2.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task correctionrequestprocess2
version: 2
Profile: Patient Correction Task
status: In Progress
businessStatus: Waiting For Info
intent: order
code: Correction Request
for: John Schmidt Other, DoB: 1923-07-25
authoredOn: 2021-05-19 10:00:17+0000
lastModified: 2021-05-20 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": "correctionrequestprocess2",
"meta": {
"versionId": "2",
"profile": [
"http://hl7.org/fhir/uv/patient-corrections/StructureDefinition/patient-correction-task"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "in-progress",
"businessStatus": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/patient-corrections/CodeSystem/PatientCorrectionBusinessStatus",
"code": "waiting-for-information"
}
]
},
"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",
"lastModified": "2021-05-20T10: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"
}
}
]
}