FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/KBV-VS-KV-DIGITAL-TS-DRITTE-Appointment-Status

Packagekvdigital.terminschnittstelle-fuer-dritte
TypeValueSet
IdKBV-VS-KV-DIGITAL-TS-DRITTE-Appointment-Status
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=kvdigital.terminschnittstelle-fuer-dritte@2.0.0&canonical=https://fhir.kbv.de/ValueSet/KBV_VS_KV_DIGITAL_TS_DRITTE_Appointment_Status
URLhttps://fhir.kbv.de/ValueSet/KBV_VS_KV_DIGITAL_TS_DRITTE_Appointment_Status
Version1.0.0
Statusactive
NameKBV_VS_KV_DIGITAL_TS_DRITTE_Appointment_Status
TitleKBV_VS_KV_DIGITAL_TS_DRITTE_Appointment_Status
DescriptionStatus eines Termins: pending = frei | booked = gebucht | cancelled = abgesagt
CopyrightCopyright 2024 kv.digital GmbH

Resources that use this resource

StructureDefinition
KBV_PR_KV_DIGITAL_TS_DRITTE_AppointmentKBV_PR_KV_DIGITAL_TS_DRITTE_Appointment

Resources that this resource uses

No resources found


Narrative

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

Status eines Termins

Source

{
  "resourceType": "ValueSet",
  "id": "KBV-VS-KV-DIGITAL-TS-DRITTE-Appointment-Status",
  "version": "1.0.0",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.kbv.de/ValueSet/KBV_VS_KV_DIGITAL_TS_DRITTE_Appointment_Status",
  "name": "KBV_VS_KV_DIGITAL_TS_DRITTE_Appointment_Status",
  "title": "KBV_VS_KV_DIGITAL_TS_DRITTE_Appointment_Status",
  "status": "active",
  "publisher": "kv.digital GmbH",
  "contact": [
    {
      "name": "kv.digital GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.kv.digital"
        }
      ]
    }
  ],
  "description": "Status eines Termins: pending = frei | booked = gebucht | cancelled = abgesagt",
  "copyright": "Copyright 2024 kv.digital GmbH",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/appointmentstatus",
        "concept": [
          {
            "code": "pending",
            "display": "Pending"
          },
          {
            "code": "booked",
            "display": "Booked"
          },
          {
            "code": "cancelled",
            "display": "Cancelled"
          }
        ]
      }
    ]
  }
}