FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagech.fhir.ig.ch-vacd
Resource TypeOperationDefinition
IdOperationDefinition-ch-vacd-patient-export-operation.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7ch/ch-vacd/OperationDefinition-ch-vacd-patient-export-operation.html
URLhttp://fhir.ch/ig/ch-vacd/OperationDefinition/ch-vacd-patient-export-operation
Version7.0.0-ballot
Statusactive
Date2026-06-11T11:51:25+00:00
NameGeneratePatientExportDocument
TitleGenerate export document
Realmch
Authorityhl7
DescriptionGenerate export document according to the selected export type
Typetrue
Kindoperation

Resources that use this resource

CapabilityStatement
ch.fhir.ig.ch-vacd#currentch-vacd-api-capstmt-srvCH VACD FHIR API CapabilityStatement for server

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition ch-vacd-patient-export-operation

URL: [base]/Patient/$export-document

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INtype1..1CodingExport document type (Extensible)
OUTdocument1..1Bundle (CH VACD Vaccination Record Document, CH VACD Message Immunization Recommendation Request)

Source1

{
  "resourceType": "OperationDefinition",
  "id": "ch-vacd-patient-export-operation",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-vacd/OperationDefinition/ch-vacd-patient-export-operation",
  "version": "7.0.0-ballot",
  "name": "GeneratePatientExportDocument",
  "title": "Generate export document",
  "status": "active",
  "kind": "operation",
  "date": "2026-06-11T11:51:25+00:00",
  "publisher": "HL7 Switzerland",
  "contact": [
    {
      "name": "HL7 Switzerland",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "description": "Generate export document according to the selected export type",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CHE"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "export-document",
  "resource": [
    "Patient"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "type",
      "use": "in",
      "min": 1,
      "max": "1",
      "type": "Coding",
      "binding": {
        "strength": "extensible",
        "valueSet": "http://fhir.ch/ig/ch-vacd/ValueSet/ch-vacd-patient-export-operation-vs"
      }
    },
    {
      "name": "document",
      "use": "out",
      "min": 1,
      "max": "1",
      "type": "Bundle",
      "targetProfile": [
        "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-document-vaccination-record",
        "http://fhir.ch/ig/ch-vacd/StructureDefinition/ch-vacd-recommendation-request-message"
      ]
    }
  ]
}