FHIR IG analytics| Package | fhir.mamaToto |
| Resource Type | Appointment |
| Id | Appointment-ExampleAppointment.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment ExampleAppointment
Profile: AppointmentProfile
status: Booked
serviceCategory: General Practice
serviceType: General Discussion
specialty: General practice
appointmentType: A follow up visit from a previous appointment
priority: 5
description: Teleconsultation
start: 2025-05-30 09:00:00+0300
end: 2025-05-30 09:30:00+0300
created: 2025-05-25 15:28:46+0300
comment: Patient to connect via video link sent to their phone.
| Actor | Required | Status |
| Patient/example | Required | Accepted |
{
"resourceType": "Appointment",
"id": "ExampleAppointment",
"meta": {
"profile": [
"http://example.org/StructureDefinition/AppointmentProfile"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"serviceCategory": [
{
"coding": [
{
"system": "http://example.org/service-category",
"code": "gp"
}
],
"text": "General Practice"
}
],
"serviceType": [
{
"coding": [
{
"code": "52"
}
],
"text": "General Discussion"
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394814009"
}
],
"text": "General practice"
}
],
"appointmentType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0276",
"code": "FOLLOWUP"
}
],
"text": "A follow up visit from a previous appointment"
},
"priority": 5,
"description": "Teleconsultation",
"start": "2025-05-30T09:00:00+03:00",
"end": "2025-05-30T09:30:00+03:00",
"created": "2025-05-25T15:28:46+03:00",
"comment": "Patient to connect via video link sent to their phone.",
"participant": [
{
"actor": {
"reference": "Patient/example"
},
"required": "required",
"status": "accepted"
}
]
}