FHIR IG analytics| Package | e44.evo13 |
| Resource Type | Appointment |
| Id | AppointmentExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Appointment",
"meta": {
"lastUpdated": "2021-01-01T18:00:00+02:00",
"profile": [
"https://fhir.element44.de/E44_EVO13_PR_Appointment"
]
},
"status": "booked",
"description": "Physiotherapie",
"start": "2022-01-01T12:30:00+00:00",
"end": "2022-01-01T13:00:00+00:00",
"patientInstruction": "Bitte Sportsachen mitbringen.",
"participant": {
"status": "accepted",
"type": {
"text": "Patient"
}
}
}