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

FHIR IG Statistics: OperationDefinition/ehealth-appointment-toical

Packagedk.ehealth.sundhed.fhir.ig.core
TypeOperationDefinition
Idehealth-appointment-toical
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-ehealth-appointment-toical.html
URLhttp://ehealth.sundhed.dk/fhir/OperationDefinition/ehealth-appointment-toical
Version3.5.1
Statusactive
Date2019-02-02
NameExport Appointment to iCal
Realmdk
DescriptionThis operation exports the Appointment to an iCal [RFC-5545](https://tools.ietf.org/html/rfc5545) format
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

Generated Narrative: Operationsdefinition ehealth-appointment-toical

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
OUTreturn1..1Bundle

A Binary resource that encapsulates the iCal file.

The iCal file is wrapped inside a Binary resource.


Source

{
  "resourceType": "OperationDefinition",
  "id": "ehealth-appointment-toical",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/ehealth-appointment-toical",
  "version": "3.5.1",
  "name": "Export Appointment to iCal",
  "status": "active",
  "kind": "operation",
  "date": "2019-02-02",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "This operation exports the Appointment to an iCal [RFC-5545](https://tools.ietf.org/html/rfc5545) format",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "affectsState": true,
  "code": "exportAsiCal",
  "comment": "The iCal file is wrapped inside a Binary resource.",
  "resource": [
    "Appointment"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "A Binary resource that encapsulates the iCal file. ",
      "type": "Bundle"
    }
  ]
}