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

FHIR IG analytics

Packagehl7.fhir.cz.lab-order
Resource TypeAppointment
IdAppointment-AppointmentExample.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 AppointmentExample

status: Booked

description: Odběr krve pro biochemické vyšetření

start: 2025-07-03 07:15:00+0200

end: 2025-07-03 07:30:00+0200

minutesDuration: 15

created: 2025-06-28 11:30:00+0200

comment: Vyšetření zahrnuje krevní obraz a jaterní testy.

patientInstruction: Dostavte se nalačno, pouze s vodou. Neužívejte ranní léky bez konzultace s lékařem.

Participants

-ActorRequiredStatus
*Odběrová místnost – Lab s.r.o.RequiredAccepted

Source1

{
  "resourceType": "Appointment",
  "id": "AppointmentExample",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/lab-order/StructureDefinition/cz-appointment"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "booked",
  "description": "Odběr krve pro biochemické vyšetření",
  "start": "2025-07-03T07:15:00+02:00",
  "end": "2025-07-03T07:30:00+02:00",
  "minutesDuration": 15,
  "created": "2025-06-28T11:30:00+02:00",
  "comment": "Vyšetření zahrnuje krevní obraz a jaterní testy.",
  "patientInstruction": "Dostavte se nalačno, pouze s vodou. Neužívejte ranní léky bez konzultace s lékařem.",
  "participant": [
    {
      "actor": {
        "reference": "Location/LocationExample",
        "display": "Odběrová místnost – Lab s.r.o."
      },
      "required": "required",
      "status": "accepted"
    }
  ]
}