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

FHIR IG Statistics: StructureDefinition/eAfspraak-Appointment-OnlineEditable

Packagenictiz.fhir.nl.stu3.eafspraak
Resource TypeStructureDefinition
IdeAfspraak-Appointment-OnlineEditable
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.eafspraak@1.0.6&canonical=http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment-OnlineEditable
URLhttp://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment-OnlineEditable
Version2.0.1
Statusactive
NameeAfspraakAppointmentOnlineEditable
TitleeAfspraak Appointment OnlineEditable
Realmnl
DescriptionIndicator targeted at the patiënt, that determines whether or not the appointment may be updated/cancelled online. If the appointment may be updated online, its value should be "yes" (true). If the appointment should not be updated/cancelled online and can only be updated through other means like calling, the indicator should be set to "no" (false). The default value if omitted is "yes" (true). If an appointment may be updated/changed by the patient online (OnlineEditableIndicator = "yes") then it is possible to impose a time constraint for organizational reasons, for example until 24 hourse before the appointment is to take occur. This concept should contain the last point in time that updating/cancelling is still accepted.
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
eAfspraak-AppointmenteAfspraak Appointment

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "eAfspraak-Appointment-OnlineEditable",
  "url": "http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment-OnlineEditable",
  "version": "2.0.1",
  "name": "eAfspraakAppointmentOnlineEditable",
  "title": "eAfspraak Appointment OnlineEditable",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Indicator targeted at the patiënt, that determines whether or not the appointment may be updated/cancelled online. If the appointment may be updated online, its value should be \"yes\" (true). If the appointment should not be updated/cancelled online and can only be updated through other means like calling, the indicator should be set to \"no\" (false). The default value if omitted is \"yes\" (true).\r\n \r\nIf an appointment may be updated/changed by the patient online (OnlineEditableIndicator = \"yes\") then it is possible to impose a time constraint for organizational reasons, for example until 24 hourse before the appointment is to take occur. This concept should contain the last point in time that updating/cancelling is still accepted.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Appointment"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Extension.extension:Indicator",
        "path": "Extension.extension",
        "sliceName": "Indicator",
        "short": "Indicator targeted at the patiënt, that determines whether or not the appointment may be updated/cancelled online.",
        "definition": "Indicator targeted at the patiënt, that determines whether or not the appointment may be updated/cancelled online. If the appointment may be updated online, its value should be \"yes\" (true). If the appointment should not be updated/cancelled online and can only be updated through other means like calling, the indicator should be set to \"no\" (false). The default value if omitted is \"yes\" (true).",
        "comment": "It is conceivable for some settings that appointments can only be updated/cancelled after consulting with the care provider, for example when there is a high risk for health avoidance and updating/cancelling should be too easy.",
        "max": "1"
      },
      {
        "id": "Extension.extension:Indicator.url",
        "path": "Extension.extension.url",
        "fixedUri": "Indicator"
      },
      {
        "id": "Extension.extension:Indicator.value[x]:valueBoolean",
        "path": "Extension.extension.valueBoolean",
        "sliceName": "valueBoolean",
        "type": [
          {
            "code": "boolean"
          }
        ]
      },
      {
        "id": "Extension.extension:OnlineEditableUntil",
        "path": "Extension.extension",
        "sliceName": "OnlineEditableUntil",
        "short": "This concept should contain the last point in time that updating/cancelling is still accepted.",
        "definition": "If an appointment may be updated/changed by the patient online (OnlineEditableIndicator = \"yes\") then it is possible to impose a time constraint for organizational reasons, for example until 24 hourse before the appointment is to take occur. This concept should contain the last point in time that updating/cancelling is still accepted.",
        "max": "1"
      },
      {
        "id": "Extension.extension:OnlineEditableUntil.url",
        "path": "Extension.extension.url",
        "fixedUri": "OnlineEditableUntil"
      },
      {
        "id": "Extension.extension:OnlineEditableUntil.value[x]:valueDateTime",
        "path": "Extension.extension.valueDateTime",
        "sliceName": "valueDateTime",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment-OnlineEditable"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}