FHIR IG analytics| Package | ch.fhir.ig.ch-umzh-connect |
| Resource Type | Appointment |
| Id | Appointment-AppointmentOrthopedicConsultation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment AppointmentOrthopedicConsultation
status: Fulfilled
description: Pre-operative orthopedic consultation prior to ACL reconstruction surgery
start: 2026-01-08 09:00:00+0100
end: 2026-01-08 09:30:00+0100
participant
type: subject
status: Accepted
participant
actor: http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller
status: Accepted
{
"resourceType": "Appointment",
"id": "AppointmentOrthopedicConsultation",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "fulfilled",
"description": "Pre-operative orthopedic consultation prior to ACL reconstruction surgery",
"start": "2026-01-08T09:00:00+01:00",
"end": "2026-01-08T09:30:00+01:00",
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "SBJ",
"display": "subject"
}
]
}
],
"status": "accepted"
},
{
"actor": {
"reference": "http://registry.example.org/fhir/HealthcareService/HealthcareServiceOrthopedicsFulfiller"
},
"status": "accepted"
}
]
}