FHIR IG analytics| Package | nictiz.fhir.nl.stu3.eafspraak |
| Resource Type | Appointment |
| Id | eAfspraak-Appointment-02.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Patiƫntinstructies | Sportschoenen mee |
|---|---|
| Specialisme | Fysiotherapeuten, sportfysiotherapie |
| Type | Ambulatory |
| Omschrijving | Fysiotherapie Controle afspraak |
| Timing | 10:30 - 11:00 op 12 juli 2018 |
| Deelnemers |
|
{
"resourceType": "Appointment",
"id": "eafspraak-appointment-02",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment-PatientInstructions",
"valueString": "Sportschoenen mee"
}
],
"identifier": [
{
"system": "http://example-xis.org/fhir/appointmentID",
"value": "0000000002"
}
],
"status": "booked",
"specialty": [
{
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.6.7",
"code": "0408",
"display": "Fysiotherapeuten, sportfysiotherapie"
}
]
}
],
"appointmentType": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "AMB",
"display": "Ambulatory"
}
]
},
"description": "Fysiotherapie Controle afspraak",
"start": "2018-07-12T10:30:00+01:00",
"end": "2018-07-12T11:00:00+01:00",
"participant": [
{
"actor": {
"reference": "Patient/eafspraak-patient-01",
"display": "Alex XXX_Verweij"
},
"status": "accepted"
},
{
"actor": {
"reference": "Practitioner/eafspraak-practitioner-02",
"display": "B. Kneder"
},
"status": "accepted"
},
{
"actor": {
"reference": "Location/eafspraak-location-03",
"display": "Fysiotherapie Kneder"
},
"status": "accepted"
}
]
}