FHIR IG analytics| Package | dk.ehealth.sundhed.fhir.ig.core |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-Organization-t-resolve-managing-organization.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-Organization-t-resolve-managing-organization.html |
| URL | http://ehealth.sundhed.dk/fhir/OperationDefinition/Organization-t-resolve-managing-organization |
| Version | 10.0.1 |
| Status | active |
| Date | 2026-08-11T06:13:06+00:00 |
| Name | resolve-managing-organization |
| Title | Resolve managing organization (data controller) |
| Realm | dk |
| Description | Given an organisation, returns the corresponding root authority (the GDPR data controller) by traversing the SOR / FK Organisation hierarchy upwards via Organization.partOf. ## Input A single mandatory reference 'organization' to the organisation to resolve from. ## Output The resolved authority Organization (a municipality or a region). An OperationOutcome with HTTP 404 is returned when no authority can be resolved for the organisation. |
| Type | true |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition Organization-t-resolve-managing-organization
URL: [base]/Organization/$resolve-managing-organization
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | organization | 1..1 | Reference | Mandatory reference to the organisation to resolve the data-controller authority from. | ||
| OUT | return | 0..1 | Organization |
{
"resourceType": "OperationDefinition",
"id": "Organization-t-resolve-managing-organization",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/Organization-t-resolve-managing-organization",
"version": "10.0.1",
"name": "resolve-managing-organization",
"title": "Resolve managing organization (data controller)",
"status": "active",
"kind": "operation",
"date": "2026-08-11T06:13:06+00:00",
"publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact": [
{
"name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom": [
{
"system": "url",
"value": "http://ehealth.sundhed.dk"
}
]
}
],
"description": "Given an organisation, returns the corresponding root authority (the GDPR data controller) by traversing the SOR / FK Organisation hierarchy upwards via Organization.partOf.\r\n## Input\r\nA single mandatory reference 'organization' to the organisation to resolve from.\r\n## Output\r\nThe resolved authority Organization (a municipality or a region).\r\nAn OperationOutcome with HTTP 404 is returned when no authority can be resolved for the organisation.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"affectsState": false,
"code": "resolve-managing-organization",
"resource": [
"Organization"
],
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "organization",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Mandatory reference to the organisation to resolve the data-controller authority from.",
"type": "Reference"
},
{
"name": "return",
"use": "out",
"min": 0,
"max": "1",
"type": "Organization"
}
]
}