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

FHIR IG analytics

Packagede.j-med.myjmed
Resource TypeAppointment
IdAppointment-MyJMedAppointmentExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Appointment",
  "id": "MyJMedAppointmentExample",
  "meta": {
    "profile": [
      "https://fhir.j-med.de/StructureDefinition/myjmed-appointment"
    ]
  },
  "participant": [
    {
      "actor": {
        "reference": "Patient/MyJMedPatientExample"
      },
      "status": "accepted"
    },
    {
      "actor": {
        "reference": "Practitioner/MyJMedPractitionerExample"
      },
      "status": "accepted"
    }
  ],
  "start": "2025-04-10T09:00:00+02:00",
  "status": "booked",
  "end": "2025-04-10T09:30:00+02:00"
}