FHIR IG analytics| Package | telus.dw.emr.extract-1-1-21 |
| Resource Type | Appointment |
| Id | Appointment-chr-on-west-Appointment-3001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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"
}
]
}