FHIR IG analytics| Package | dk.ehealth.sundhed.fhir.ig.core |
| Resource Type | OperationDefinition |
| Id | OperationDefinition--s-expunge.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition--s-expunge.html |
| URL | http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-expunge |
| Version | 8.0.0 |
| Status | active |
| Date | 2026-02-18T09:10:00+00:00 |
| Name | expunge |
| Realm | dk |
| Type | false |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition -s-expunge
URL: [base]/$expunge
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | limit | 0..1 | integer | |||
| IN | expungeDeletedResources | 0..1 | boolean | |||
| IN | expungePreviousVersions | 0..1 | boolean | |||
| IN | expungeEverything | 0..1 | boolean | |||
| OUT | count | 0..1 |
{
"resourceType": "OperationDefinition",
"id": "-s-expunge",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-expunge",
"version": "8.0.0",
"name": "expunge",
"status": "active",
"kind": "operation",
"date": "2026-02-18T09:10:00+00:00",
"publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact": [
{
"name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom": [
{
"system": "url",
"value": "http://ehealth.sundhed.dk"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"affectsState": true,
"code": "expunge",
"system": true,
"type": false,
"instance": false,
"parameter": [
{
"name": "limit",
"use": "in",
"min": 0,
"max": "1",
"type": "integer"
},
{
"name": "expungeDeletedResources",
"use": "in",
"min": 0,
"max": "1",
"type": "boolean"
},
{
"name": "expungePreviousVersions",
"use": "in",
"min": 0,
"max": "1",
"type": "boolean"
},
{
"name": "expungeEverything",
"use": "in",
"min": 0,
"max": "1",
"type": "boolean"
},
{
"name": "count",
"use": "out",
"min": 0,
"max": "1"
}
]
}