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

FHIR IG analytics

Packageca.on.oh-erec
Resource TypeAppointment
IdAppointment-example.json
FHIR VersionR4

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

Phone assessment for home care services with Jane Doe

Source1

{
  "resourceType": "Appointment",
  "id": "DA043B10-7956-46F4-AA0A-6EE2997CF956",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Appointment|1.1.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "booked",
  "appointmentType": {
    "text": "ASSESSMENT"
  },
  "description": "Phone assessment for home care services",
  "start": "2020-10-11T09:00:00Z",
  "end": "2020-10-11T10:00:00Z",
  "created": "2020-10-10",
  "comment": "More information could be provided here.",
  "patientInstruction": "I will call you at your home # at the planned time.",
  "basedOn": [
    {
      "reference": "urn:uuid:24A332A0-D399-40AF-A88E-26604B7BA0FF"
    }
  ],
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PART"
            }
          ]
        }
      ],
      "actor": {
        "reference": "urn:uuid:7F7AD826-F47B-4C18-9D4A-BD3D0988AD3B",
        "display": "Jane Doe"
      },
      "required": "required",
      "status": "accepted"
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "PART"
            }
          ]
        }
      ],
      "actor": {
        "reference": "urn:uuid:F6F237B4-4FEB-4CE2-B5E1-81DD8883E4A6",
        "display": "April May"
      },
      "required": "required",
      "status": "accepted"
    }
  ]
}