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

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeOperationDefinition
IdOperationDefinition-Organization-t-resolve-managing-organization.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-Organization-t-resolve-managing-organization.html
URLhttp://ehealth.sundhed.dk/fhir/OperationDefinition/Organization-t-resolve-managing-organization
Version10.0.1
Statusactive
Date2026-08-11T06:13:06+00:00
Nameresolve-managing-organization
TitleResolve managing organization (data controller)
Realmdk
DescriptionGiven 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.
Typetrue
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: OperationDefinition Organization-t-resolve-managing-organization

URL: [base]/Organization/$resolve-managing-organization

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INorganization1..1Reference

Mandatory reference to the organisation to resolve the data-controller authority from.

OUTreturn0..1Organization

Source1

{
  "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"
    }
  ]
}