FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagekvdigital.terminschnittstelle-fuer-kven
Resource TypeAppointment
IdKBV_PR_KV_DIGITAL_TS_KVEN_Appointment_Example_Minimum.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Diese Appointment-Instanz beschreibt einen Videosprechstundentermin am 2024-01-27 von 10:15 bis 10:30 Uhr für das Leistungsmerkmal 09 (Arztgruppe)

Source1

{
  "resourceType": "Appointment",
  "id": "8c11ddd5-0ac4-4d9a-b5bd-2a90e1498621",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_KV_DIGITAL_TS_KVEN_Appointment|1.0.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"
    }
  ]
}