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

FHIR IG analytics

Packagehl7.fhir.be.patient-monitoring
Resource TypeAppointment
IdAppointment-Appointment-testapp.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-testapp

identifier: https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/afsprakenBoek/slotNr/123456 (use: usual, )

status: Fulfilled

start: 2025-08-11 09:15:00+0200

end: 2025-08-11 09:25:00+0200

minutesDuration: 10

created: 2025-08-06 13:16:41+0200

participant

actor: Location UZ Leuven - Consultation

status: Accepted

participant

actor: NUMMER 15 KWS-TESTPATIENT (official) Female, DoB: 1931-04-19 ( Medical record number: 310419V999 (use: usual, ))

status: Accepted


Source1

{
  "resourceType": "Appointment",
  "id": "Appointment-testapp",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "https://fhir.nexuzhealth.com/standards/fhir/NamingSystem/kws/bifrost/afsprakenBoek/slotNr",
      "value": "123456"
    }
  ],
  "status": "fulfilled",
  "start": "2025-08-11T09:15:00.000+02:00",
  "end": "2025-08-11T09:25:00.000+02:00",
  "minutesDuration": 10,
  "created": "2025-08-06T13:16:41+02:00",
  "participant": [
    {
      "actor": {
        "reference": "Location/testloc"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Patient/Patient-123"
      },
      "status": "accepted"
    }
  ]
}