FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare.r4b
Resource TypeTask
IdTask-SDOHCC-TaskPatientMakeAppointmentCompletedExample.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Task SDOHCC-TaskPatientMakeAppointmentCompletedExample

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

Inputs

-TypeValue[x]
*Contact EntityHealthcareService Family Counseling Services

Source1

{
  "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"
      }
    }
  ]
}