FHIR IG analytics| Package | kbv.ita.aws |
| Resource Type | Appointment |
| Id | BSP_KBV_PR_AW_Termin.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Appointment",
"id": "3270",
"meta": {
"versionId": "1",
"lastUpdated": "2020-08-11T16:03:00+00:00",
"profile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Termin|1.2.0"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Termin_Terminserie",
"valueTiming": {
"repeat": {
"count": 3
}
}
}
],
"status": "booked",
"serviceType": [
{
"text": "Gesundheits-Checkup"
}
],
"start": "2021-01-20T10:30:00+01:00",
"end": "2021-01-20T10:50:00+01:00",
"comment": "incl. großem Blutbild",
"participant": [
{
"actor": {
"reference": "Practitioner/3153"
},
"status": "accepted"
},
{
"actor": {
"reference": "Patient/3181"
},
"status": "accepted"
},
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "LOC"
}
]
}
],
"actor": {
"reference": "Location/3171"
},
"status": "accepted"
}
]
}