FHIR IG analytics| Package | nictiz.fhir.nl.stu3.eafspraak |
| Resource Type | Appointment |
| Id | eAfspraak-Appointment-03.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Patiƫntinstructies | Nuchter |
|---|---|
| Specialisme | Medisch specialisten, radiologie |
| Type | Ambulatory |
| Omschrijving | CT-scan |
| Timing | 09:30 - 09:45 op 20 juni 2018 |
| Deelnemers |
|
{
"resourceType": "Appointment",
"id": "eafspraak-appointment-03",
"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": "Nuchter"
}
],
"identifier": [
{
"system": "http://example-xis.org/fhir/appointmentID",
"value": "0000000003"
}
],
"status": "booked",
"specialty": [
{
"coding": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.6.7",
"code": "0360",
"display": "Medisch specialisten, radiologie"
}
]
}
],
"appointmentType": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "AMB",
"display": "Ambulatory"
}
]
},
"description": "CT-scan",
"start": "2018-06-20T09:30:00+01:00",
"end": "2018-06-20T09:45:00+01:00",
"participant": [
{
"actor": {
"reference": "Patient/eafspraak-patient-01",
"display": "Alex XXX_Verweij"
},
"status": "accepted"
},
{
"actor": {
"reference": "Practitioner/eafspraak-practitioner-03",
"display": "F. Kiek"
},
"status": "accepted"
},
{
"actor": {
"reference": "Location/eafspraak-location-02",
"display": "Oost vleugel"
},
"status": "accepted"
}
]
}