FHIR IG analytics| Package | nictiz.fhir.nl.stu3.eafspraak |
| Resource Type | Appointment |
| Id | eAfspraak-Appointment-04.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Type | Ambulatory |
|---|---|
| Omschrijving | Fysiotherapie Controle afspraak |
| Timing | 11:30 - 11:40 op 12 juli 2018 |
| Deelnemers |
|
{
"resourceType": "Appointment",
"id": "eafspraak-appointment-04",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example-ehr.nl/NamingSystem/appointmentId",
"value": "112233"
}
],
"status": "booked",
"appointmentType": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "AMB",
"display": "Ambulatory"
}
]
},
"description": "Fysiotherapie Controle afspraak",
"start": "2018-07-12T11:30:00+01:00",
"end": "2018-07-12T11:40:00+01:00",
"participant": [
{
"actor": {
"reference": "Patient/nl-core-patient-01",
"display": "Johan XXX_Helleman"
},
"status": "accepted"
},
{
"actor": {
"reference": "Location/eafspraak-location-01",
"display": "West vleugel"
},
"status": "accepted"
}
]
}