FHIR IG analytics| Package | nictiz.fhir.nl.stu3.eafspraak |
| Resource Type | Appointment |
| Id | eAfspraak-Appointment-05.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Gemaakt | 2017-06-01T14:32:16+01:00 |
|---|---|
| Patiƫntinstructies | Please park in P2; P1 is under construction |
| Online wijzigbaar | ja tot 2017-12-31T10:00:00+01:00 |
| Servicetype | Cardiovascular Disea |
| Specialisme | Medisch specialisten, cardiologie |
| Type | A routine check-up, such as an annual physical |
| Omschrijving | Controleafspraak Cardiologie |
| Timing | 10:00 - 11:00 op 1 januari 2018 (60 min) |
| Deelnemers |
|
{
"resourceType": "Appointment",
"id": "eafspraak-appointment-05",
"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": "Please park in P2; P1 is under construction"
},
{
"url": "http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment-OnlineEditable",
"extension": [
{
"url": "Indicator",
"valueBoolean": true
},
{
"url": "OnlineEditableUntil",
"valueDateTime": "2017-12-31T10:00:00+01:00"
}
]
}
],
"identifier": [
{
"system": "http://example-xis.org/fhir/appointmentID",
"value": "0000000010"
}
],
"status": "booked",
"serviceCategory": {
"coding": [
{
"system": "http://hl7.org/fhir/service-category",
"code": "27",
"display": "Specialist Medical"
}
]
},
"serviceType": [
{
"coding": [
{
"system": "http://hl7.org/fhir/service-type",
"code": "276",
"display": "Cardiovascular Disea"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://fhir.nl/fhir/NamingSystem/uzi-rolcode",
"code": "0320",
"display": "Medisch specialisten, cardiologie"
}
]
}
],
"appointmentType": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0276",
"code": "CHECKUP",
"display": "A routine check-up, such as an annual physical"
}
]
},
"description": "Controleafspraak Cardiologie",
"start": "2018-01-01T10:00:00+01:00",
"end": "2018-01-01T11:00:00+01:00",
"minutesDuration": 60,
"created": "2017-06-01T14:32:16+01:00",
"comment": "Controleafspraak bij de cardiologie",
"participant": [
{
"actor": {
"reference": "Patient/nl-core-patient-03",
"display": "Irma Jongeneel-de Haas"
},
"status": "accepted"
},
{
"actor": {
"reference": "Practitioner/nl-core-practitioner-01",
"display": "Huisarts H. de Vries"
},
"status": "accepted"
}
]
}