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

FHIR IG Statistics: OperationDefinition/KBV-OD-116117-TERMINSERVICE-TVS-TSYNCH-Patient-Arrival-Update

Packagekvdigital.terminsynchronisation-tvs
Resource TypeOperationDefinition
IdKBV-OD-116117-TERMINSERVICE-TVS-TSYNCH-Patient-Arrival-Update
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=kvdigital.terminsynchronisation-tvs@1.0.0-beta&canonical=https://fhir.kbv.de/OperationDefinition/KBV_OD_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Appointment_Patient_Arrival_Update
URLhttps://fhir.kbv.de/OperationDefinition/KBV_OD_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Appointment_Patient_Arrival_Update
Version0.1.0
Statusdraft
NameKBV_OD_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Appointment_Patient_Arrival_Update
TitleKBV_OD_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Appointment_Patient_Arrival_Update
DescriptionOperation, die meldet, ob ein Patient zu einem gebuchten Termin erschienen ist oder nicht
Typefalse
Kindoperation

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

Operation, die meldet, ob ein Patient zu einem gebuchten Termin erschienen ist oder nicht

Source

{
  "resourceType": "OperationDefinition",
  "id": "KBV-OD-116117-TERMINSERVICE-TVS-TSYNCH-Patient-Arrival-Update",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.kbv.de/OperationDefinition/KBV_OD_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Appointment_Patient_Arrival_Update",
  "version": "0.1.0",
  "name": "KBV_OD_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Appointment_Patient_Arrival_Update",
  "title": "KBV_OD_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Appointment_Patient_Arrival_Update",
  "status": "draft",
  "kind": "operation",
  "publisher": "kv.digital GmbH",
  "contact": [
    {
      "name": "kv.digital GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.kv.digital"
        }
      ]
    }
  ],
  "description": "Operation, die meldet, ob ein Patient zu einem gebuchten Termin erschienen ist oder nicht",
  "code": "patientenankunft_update",
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "status",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Angabe, ob der Patient erschienen ist oder nicht\r\narrived = Patient erschienen\r\nnoshow = Patient nicht erschienen",
      "type": "code",
      "binding": {
        "strength": "required",
        "valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Appointment_Patient_Arrival_Update"
      }
    }
  ]
}