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

FHIR IG Statistics: Questionnaire/ch-orf-module-appointment

Packagech.fhir.ig.ch-orf
TypeQuestionnaire
Idch-orf-module-appointment
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-orf/https://build.fhir.org/ig/hl7ch/ch-orf/Questionnaire-ch-orf-module-appointment.html
URLhttp://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-appointment
Version3.0.2-ci-build
Statusactive
Date2022-05-04
NameModuleQuestionnaireOrderAppointment
TitleModule Questionnaire Order Appointment
Realmch
Authorityhl7
CopyrightCC0-1.0

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

Generated Narrative: Questionnaire ch-orf-module-appointment

Language: de-CH

Structure
LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. ModuleQuestionnaireOrderAppointmentQuestionnairehttp://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-appointment#3.0.2-ci-build
... appointment.locationOrt der Durchführung0..1groupDefinition: Appointment.participant.actor
.... appointment.location.nameName1..1stringDefinition: Location.name
.... appointment.location.phoneTelefon0..1stringDefinition: Location.telecom
.... appointment.location.emailE-Mail0..1stringDefinition: Location.telecom
.... appointment.location.1Unable to resolve 'address' sub-questionnaire0..1display
... appointment.requestedPeriodDatum und Zeit, wann der Termin bevorzugt geplant werden soll0..1groupDefinition: Appointment.requestedPeriod
.... appointment.requestedPeriod.startVon0..1dateTimeDefinition: Appointment.requestedPeriod.start
.... appointment.requestedPeriod.endBis0..1dateTimeDefinition: Appointment.requestedPeriod.end
... appointment.statusStatus1..1choiceDefinition: Appointment.status
Options: 3 options
... appointment.patientInstructionPatienteninformation für diesen Termin0..1stringDefinition: Appointment.patientInstruction

doco Documentation for this format

Options Sets

Answer options for appointment.status

  • http://hl7.org/fhir/appointmentstatus#proposed ("Wunsch des Patienten (vorgeschlagen)")
  • http://hl7.org/fhir/appointmentstatus#pending ("Vom Patienten bestätigt, aber vom Leistungserbringer noch nicht (ausstehend)")
  • http://hl7.org/fhir/appointmentstatus#booked ("Vom Patienten und Leistungserbringer bestätigt (gebucht)")

Source

{
  "resourceType": "Questionnaire",
  "id": "ch-orf-module-appointment",
  "language": "de-CH",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-assemble-expectation",
      "valueCode": "assemble-child"
    }
  ],
  "url": "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-appointment",
  "version": "3.0.2-ci-build",
  "name": "ModuleQuestionnaireOrderAppointment",
  "title": "Module Questionnaire Order Appointment",
  "status": "active",
  "date": "2022-05-04",
  "publisher": "HL7 Switzerland",
  "contact": [
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "item": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/variable",
          "valueExpression": {
            "name": "linkIdPrefix",
            "language": "text/fhirpath",
            "expression": "'appointment.location.'"
          }
        }
      ],
      "linkId": "appointment.location",
      "definition": "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment#Appointment.participant.actor",
      "text": "Ort der Durchführung",
      "type": "group",
      "item": [
        {
          "linkId": "appointment.location.name",
          "definition": "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-location#Location.name",
          "text": "Name",
          "type": "string",
          "required": true
        },
        {
          "linkId": "appointment.location.phone",
          "definition": "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-location#Location.telecom",
          "text": "Telefon",
          "type": "string"
        },
        {
          "linkId": "appointment.location.email",
          "definition": "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-location#Location.telecom",
          "text": "E-Mail",
          "type": "string"
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-subQuestionnaire",
              "valueCanonical": "http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-address|3.0.1"
            }
          ],
          "linkId": "appointment.location.1",
          "text": "Unable to resolve 'address' sub-questionnaire",
          "type": "display"
        }
      ]
    },
    {
      "linkId": "appointment.requestedPeriod",
      "definition": "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment#Appointment.requestedPeriod",
      "text": "Datum und Zeit, wann der Termin bevorzugt geplant werden soll",
      "type": "group",
      "item": [
        {
          "linkId": "appointment.requestedPeriod.start",
          "definition": "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment#Appointment.requestedPeriod.start",
          "text": "Von",
          "type": "dateTime"
        },
        {
          "linkId": "appointment.requestedPeriod.end",
          "definition": "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment#Appointment.requestedPeriod.end",
          "text": "Bis",
          "type": "dateTime"
        }
      ]
    },
    {
      "linkId": "appointment.status",
      "definition": "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment#Appointment.status",
      "text": "Status",
      "type": "choice",
      "required": true,
      "answerOption": [
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/appointmentstatus",
            "code": "proposed",
            "display": "Wunsch des Patienten (vorgeschlagen)"
          },
          "initialSelected": true
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/appointmentstatus",
            "code": "pending",
            "display": "Vom Patienten bestätigt, aber vom Leistungserbringer noch nicht (ausstehend)"
          }
        },
        {
          "valueCoding": {
            "system": "http://hl7.org/fhir/appointmentstatus",
            "code": "booked",
            "display": "Vom Patienten und Leistungserbringer bestätigt (gebucht)"
          }
        }
      ]
    },
    {
      "linkId": "appointment.patientInstruction",
      "definition": "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-appointment#Appointment.patientInstruction",
      "text": "Patienteninformation für diesen Termin",
      "type": "string"
    }
  ]
}