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

FHIR IG analytics

Packageservicewell.fhir.wof-connect
Resource TypeAppointment
IdAppointment-Appointment-GetByIdExample.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

Generated Narrative: Appointment Appointment-GetByIdExample

Profile: IHE ITI Appointment Profile

Tag: Frenda (Details: WOF-Connect PMS System code frenda = 'Frenda')

WofConnect Characteristic

minChangeHours: 48

webReschedulingCountAllowed: 3

schedulingAvailability: Cancellation available

url

scheduling

WOF Connect Appointment Update - Reschedule & Cancellation

  • webReschedulingCount: 0
  • canBeRescheduled: true
  • canBeCancelled: true

status: Booked

serviceType: Akuttid för barnpatienter.

description: Akut

start: 2026-02-12 08:00:00+0000

end: 2026-02-12 08:30:00+0000

participant

actor: Utv Mattias Ekberg

status: Accepted

participant

actor: Service Well AB

status: Accepted

requestedPeriod: 2026-02-12 08:00:00+0000 --> 2026-02-12 08:30:00+0000


Source1

{
  "resourceType": "Appointment",
  "id": "Appointment-GetByIdExample",
  "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": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "minChangeHours",
              "valueInteger": 48
            },
            {
              "url": "webReschedulingCountAllowed",
              "valueInteger": 3
            },
            {
              "url": "schedulingAvailability",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic",
                    "code": "scheduling-accepts-cancellation",
                    "display": "Cancellation available"
                  },
                  {
                    "system": "http://canonical.fhir.link/servicewell/wof-connect/CodeSystem/wc-characteristic",
                    "code": "scheduling-accepts-reschedule",
                    "display": "Reschedule available"
                  }
                ]
              }
            }
          ],
          "url": "scheduling"
        }
      ],
      "url": "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wofconnect-characteristic"
    },
    {
      "extension": [
        {
          "url": "webReschedulingCount",
          "valueInteger": 0
        },
        {
          "url": "canBeRescheduled",
          "valueBoolean": true
        },
        {
          "url": "canBeCancelled",
          "valueBoolean": true
        }
      ],
      "url": "http://canonical.fhir.link/servicewell/wof-connect/StructureDefinition/wofconnect-appointment-update"
    }
  ],
  "status": "booked",
  "serviceType": [
    {
      "coding": [
        {
          "system": "http://canonical.fhir.link/servicewell/wof-connect/identifiercodesystem/service-type-id",
          "code": "4e10ed9b-814e-41c9-999f-3866de9d5343",
          "display": "Akuttid för barnpatienter."
        }
      ],
      "text": "Akuttid för barnpatienter."
    }
  ],
  "description": "Akut",
  "start": "2026-02-12T08:00:00Z",
  "end": "2026-02-12T08:30: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": "2026-02-12T08:00:00Z",
      "end": "2026-02-12T08:30:00Z"
    }
  ]
}