FHIR IG analytics| Package | servicewell.fhir.frenda-wof-connect-flc |
| Resource Type | Appointment |
| Id | Appointment-GetAppointmentByIdResultExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment GetAppointmentByIdResultExample
Profile: IHE ITI Appointment Profile
Tag: Frenda (Details: WOF-Connect PMS System code frenda = 'Frenda')
status: Booked
serviceType: 4e10ed9b-814e-41c9-999f-3866de9d5343
reasonCode: integration-test create
description: Akut
start: 2025-12-01 09:00:00+0000
participant
actor: Utv Mattias Ekberg
status: Accepted
participant
actor: Service Well AB
status: Accepted
requestedPeriod: 2025-12-01 09:00:00+0000 --> (ongoing)
{
"resourceType": "Appointment",
"id": "GetAppointmentByIdResultExample",
"meta": {
"profile": [
"https://profiles.ihe.net/ITI/Scheduling/StructureDefinition/ihe-sched-appt"
],
"tag": [
{
"system": "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/pms-system",
"code": "frenda"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"serviceType": [
{
"coding": [
{
"system": "http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id",
"code": "4e10ed9b-814e-41c9-999f-3866de9d5343"
}
]
}
],
"reasonCode": [
{
"text": "integration-test create"
}
],
"description": "Akut",
"start": "2025-12-01T09:00:00Z",
"participant": [
{
"actor": {
"reference": "Practitioner/3dc38cf1-2039-40f1-b85f-6164f202c235",
"display": "Utv Mattias Ekberg"
},
"status": "accepted"
},
{
"actor": {
"reference": "Organization/48e428b0-fb37-4224-84df-5783a301a9da",
"display": "Service Well AB"
},
"status": "accepted"
}
],
"requestedPeriod": [
{
"start": "2025-12-01T09:00:00Z"
}
]
}