FHIR IG analytics| Package | hl7.fhir.be.public-health |
| Resource Type | Appointment |
| Id | Appointment-ColonCancerScreeningAppointment.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment
ResourceAppointment "ColonCancerScreeningAppointment"
Profile: Population Screening Appointment
status: booked
start: Mar 14, 2022, 11:00:00 PM
end: Mar 15, 2022, 10:59:00 PM
| Actor | Status |
| Patient/JaneDoe " DOE" | tentative |
{
"resourceType": "Appointment",
"id": "ColonCancerScreeningAppointment",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/public-health/StructureDefinition/be-populationscreening-appointment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"start": "2022-03-15T00:00:00.000+02:00",
"end": "2022-03-15T23:59:00.000+02:00",
"participant": [
{
"actor": {
"reference": "Patient/JaneDoe",
"type": "Patient"
},
"status": "tentative"
}
]
}