FHIR IG analytics| Package | kvdigital.terminschnittstelle-fuer-dritte |
| Resource Type | Appointment |
| Id | KBV_PR_KV_DIGITAL_TS_DRITTE_Appointment_Example_Minimum.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Appointment",
"meta": {
"profile": [
"https://fhir.kbv.de/StructureDefinition/KBV_PR_KV_DIGITAL_TS_DRITTE_Appointment|1.1.0"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "booked",
"specialty": [
{
"coding": [
{
"system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BPL_ARZTGRUPPE",
"code": "09",
"display": "Kinder- und Jugendärzte"
}
]
}
],
"appointmentType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "VR",
"display": "virtual"
}
]
},
"start": "2024-01-27T10:15:00Z",
"end": "2024-01-27T10:30:00Z",
"created": "2024-01-05T11:34:15Z",
"participant": [
{
"actor": {
"reference": "urn:uuid:77b761fa-8d72-4c99-a388-a190c5c086f9"
},
"status": "accepted"
}
]
}