Package | ch.fhir.ig.ch-orf |
Type | Questionnaire |
Id | ch-orf-module-appointment |
FHIR Version | R4 |
Source | http://fhir.ch/ig/ch-orf/https://build.fhir.org/ig/hl7ch/ch-orf/Questionnaire-ch-orf-module-appointment.html |
URL | http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-appointment |
Version | 3.0.2-ci-build |
Status | active |
Date | 2022-05-04 |
Name | ModuleQuestionnaireOrderAppointment |
Title | Module Questionnaire Order Appointment |
Realm | ch |
Authority | hl7 |
Copyright | CC0-1.0 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Questionnaire ch-orf-module-appointment
Language: de-CH
LinkID | Text | Cardinality | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | Questionnaire | http://fhir.ch/ig/ch-orf/Questionnaire/ch-orf-module-appointment#3.0.2-ci-build | ||
![]() ![]() ![]() | Ort der Durchführung | 0..1 | group | Definition: Appointment.participant.actor |
![]() ![]() ![]() ![]() | Name | 1..1 | string | Definition: Location.name |
![]() ![]() ![]() ![]() | Telefon | 0..1 | string | Definition: Location.telecom |
![]() ![]() ![]() ![]() | 0..1 | string | Definition: Location.telecom | |
![]() ![]() ![]() ![]() | Unable to resolve 'address' sub-questionnaire | 0..1 | display | |
![]() ![]() ![]() | Datum und Zeit, wann der Termin bevorzugt geplant werden soll | 0..1 | group | Definition: Appointment.requestedPeriod |
![]() ![]() ![]() ![]() | Von | 0..1 | dateTime | Definition: Appointment.requestedPeriod.start |
![]() ![]() ![]() ![]() | Bis | 0..1 | dateTime | Definition: Appointment.requestedPeriod.end |
![]() ![]() ![]() | Status | 1..1 | choice | Definition: Appointment.status Options: 3 options |
![]() ![]() ![]() | Patienteninformation für diesen Termin | 0..1 | string | Definition: Appointment.patientInstruction |
Options Sets
Answer options for appointment.status
{ "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" } ] }