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

FHIR IG analytics

Packageservicewell.fhir.frenda-wof-connect-flc
Resource TypeAppointment
IdAppointment-GetAppointmentByIdResultExample.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 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)


Source1

{
  "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"
    }
  ]
}