FHIR IG analytics| Package | de.j-med.myjmed |
| Resource Type | Appointment |
| Id | Appointment-MyJMedAppointmentExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}