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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeAppointment
IdAppointment-chr-on-west-Appointment-3001.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

Follow-up appointment on December 17, 2024 at 10:00 AM for Sarah Marie Johnson with Dr. Emily Thompson.

Source1

{
  "resourceType": "Appointment",
  "id": "chr-on-west-Appointment-3001",
  "meta": {
    "lastUpdated": "2024-12-03T10:00:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwAppointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:telus:emr:chr:on-west:123:appointment",
      "value": "3001"
    }
  ],
  "status": "booked",
  "appointmentType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0276",
        "code": "FOLLOWUP",
        "display": "A follow up visit from a previous appointment"
      }
    ],
    "text": "Follow-up"
  },
  "description": "Follow-up for type 2 diabetes management and medication review",
  "start": "2024-12-17T10:00:00-05:00",
  "end": "2024-12-17T10:20:00-05:00",
  "minutesDuration": 20,
  "created": "2024-12-03T10:00:00-05:00",
  "participant": [
    {
      "actor": {
        "reference": "Patient/chr-on-west-Patient-12345",
        "type": "Patient",
        "display": "Sarah Marie Johnson"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Practitioner/chr-on-west-Practitioner-501",
        "type": "Practitioner",
        "display": "Dr. Emily Thompson"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Location/chr-on-west-Location-101",
        "type": "Location",
        "display": "Western Ontario Family Health - Clinic Room 1"
      },
      "status": "accepted"
    }
  ]
}