FHIR IG analytics| Package | hl7.fhir.us.sdoh-clinicalcare.r4 |
| Resource Type | Task |
| Id | Task-SDOHCC-TaskPatientMakeAppointmentCompletedExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Task SDOHCC-TaskPatientMakeAppointmentCompletedExample
Profile: SDOHCC Task For Patient
status: Completed
intent: order
priority: Routine
code: Make Contact
description: Please contact the clinic to schedule your appointment
for: COLIN ABBAS
authoredOn: 2020-09-12 21:56:54+0000
requester: Organization Better Health Clinic
owner: COLIN ABBAS
| Type | Value[x] |
| Contact Entity | HealthcareService Family Counseling Services |
{
"resourceType": "Task",
"id": "SDOHCC-TaskPatientMakeAppointmentCompletedExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-TaskForPatient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"intent": "order",
"priority": "routine",
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
"code": "make-contact",
"display": "Make Contact"
}
]
},
"description": "Please contact the clinic to schedule your appointment",
"for": {
"reference": "Patient/pat-53234",
"display": "COLIN ABBAS"
},
"authoredOn": "2020-09-12T21:56:54.671Z",
"requester": {
"reference": "Organization/SDOHCC-OrganizationClinicExample"
},
"owner": {
"reference": "Patient/pat-53234",
"display": "COLIN ABBAS"
},
"input": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
"code": "contact-entity",
"display": "Contact Entity"
}
]
},
"valueReference": {
"reference": "HealthcareService/SDOHCC-HealthcareServiceTelecomAppointmentExample"
}
}
]
}