@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ehealth-appointment-toical"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

URL: [base]/Appointment/[id]/$exportAsiCal

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
OUTreturn1..1Bundle

A Binary resource that encapsulates the iCal file.

\n

The iCal file is wrapped inside a Binary resource.

\n
" ] ; # fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/OperationDefinition/ehealth-appointment-toical"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.10.0"] ; # fhir:name [ fhir:v "Export Appointment to iCal"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:date [ fhir:v "2019-02-02"^^xsd:date] ; # fhir:publisher [ fhir:v "Systematic | Trifork"] ; # fhir:contact ( [ fhir:name [ fhir:v "Systematic | Trifork" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] ) ] ) ; # fhir:description [ fhir:v "This operation exports the Appointment to an iCal [RFC-5545](https://tools.ietf.org/html/rfc5545) format"] ; # fhir:affectsState [ fhir:v "true"^^xsd:boolean] ; # fhir:code [ fhir:v "exportAsiCal"] ; # fhir:comment [ fhir:v "The iCal file is wrapped inside a Binary resource."] ; # fhir:resource ( [ fhir:v "Appointment"] ) ; # fhir:system [ fhir:v "false"^^xsd:boolean] ; # fhir:type [ fhir:v "false"^^xsd:boolean] ; # fhir:instance [ fhir:v "true"^^xsd:boolean] ; # fhir:parameter ( [ fhir:name [ fhir:v "return" ] ; fhir:use [ fhir:v "out" ] ; fhir:min [ fhir:v "1"^^xsd:integer ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "A Binary resource that encapsulates the iCal file. " ] ; fhir:type [ fhir:v "Bundle" ] ] ) . # # -------------------------------------------------------------------------------------