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_Maximum.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 enthält einen Videosprechstundentermin am 2024-01-27 von 10:15 bis 10:30 Uhr für die Leistungsmerkmale 09 (Arztgruppe) und 341 (WBO)

Source1

{
  "resourceType": "Appointment",
  "id": "3cfc477b-45b4-4665-9043-2c9045968ca0",
  "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"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BAR2_WBO",
          "code": "341",
          "display": "FÄ/FA Kinder- und Jugendmedizin"
        }
      ]
    }
  ],
  "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-a190c5c086f8"
      },
      "status": "accepted"
    }
  ]
}