FHIR IG analytics| Package | hl7.fhir.be.public-health |
| Resource Type | Appointment |
| Id | Appointment-BK-2-invitation-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 BK-2-invitation-example-invitation
Profile: Population Screening Appointment
status: Booked
start: 2021-04-08 00:00:00+0200
end: 2021-04-08 23:59:00+0200
participant
actor: Jane Doe Female, DoB Unknown
status: Tentative
participant
actor: Location AZ Jan Palfijn Gent
status: Accepted
Generated Narrative: Location #1
name: AZ Jan Palfijn Gent
address: HENRI DUNANTLAAN 5, 9000 GENT
{
"resourceType": "Appointment",
"id": "BK-2-invitation-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"
}
]
}