FHIR IG analytics| Package | hl7.fhir.be.public-health |
| Resource Type | Appointment |
| Id | Appointment-BK-5-example-invitation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Appointment
ResourceAppointment "BK-5-example-invitation"
Profile: Population Screening Appointment
status: booked
start: Apr 8, 2021, 12:00:00 AM
end: Apr 8, 2021, 11:59:00 PM
participant
actor: Patient/JaneDoe " DOE"
status: tentative
participant
name: AZ Jan Palfijn Gent
address: HENRI DUNANTLAAN 5, 9000 GENT
status: accepted
Generated Narrative: Location #1
name: AZ Jan Palfijn Gent
address: HENRI DUNANTLAAN 5, 9000 GENT
{
"resourceType": "Appointment",
"id": "BK-5-example-invitation",
"meta": {
"profile": [
"https://www.ehealth.fgov.be/standards/fhir/public-health/StructureDefinition/be-populationscreening-appointment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Location",
"id": "1",
"name": "AZ Jan Palfijn Gent",
"address": {
"text": "HENRI DUNANTLAAN 5, 9000 GENT",
"line": [
"HENRI DUNANTLAAN 5, 9000 GENT"
]
}
}
],
"status": "booked",
"start": "2021-04-08T00:00:00.000+02:00",
"end": "2021-04-08T23:59:00.000+02:00",
"participant": [
{
"actor": {
"reference": "Patient/JaneDoe",
"type": "Patient"
},
"status": "tentative"
},
{
"actor": {
"reference": "#1",
"type": "Location"
},
"status": "accepted"
}
]
}