FHIR IG analytics| Package | ch.fhir.ig.ch-vacd |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-ch-vacd-patient-export-operation.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7ch/ch-vacd/OperationDefinition-ch-vacd-patient-export-operation.html |
| URL | http://fhir.ch/ig/ch-vacd/OperationDefinition/ch-vacd-patient-export-operation |
| Version | 7.0.0-ballot |
| Status | active |
| Date | 2026-06-11T11:51:25+00:00 |
| Name | GeneratePatientExportDocument |
| Title | Generate export document |
| Realm | ch |
| Authority | hl7 |
| Description | Generate export document according to the selected export type |
| Type | true |
| Kind | operation |
| CapabilityStatement | ||
| ch.fhir.ig.ch-vacd#current | ch-vacd-api-capstmt-srv | CH VACD FHIR API CapabilityStatement for server |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition ch-vacd-patient-export-operation
URL: [base]/Patient/$export-document
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | type | 1..1 | Coding | Export document type (Extensible) | ||
| OUT | document | 1..1 | Bundle (CH VACD Vaccination Record Document, CH VACD Message Immunization Recommendation Request) |
{
"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"
]
}
]
}