eHealth Infrastructure
5.0.0 - release Denmark flag

This page is part of the FUT Infrastructure (v5.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

: Traverse to SOR - JSON Representation

Active as of 2025-08-11

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "Organization-i-traverse-to-sor",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Operation</div>"
  },
  "url" : "http://ehealth.sundhed.dk/fhir/OperationDefinition/Organization-i-traverse-to-sor",
  "version" : "5.0.0",
  "name" : "traverse-to-sor",
  "title" : "Traverse to SOR",
  "status" : "active",
  "kind" : "operation",
  "date" : "2025-08-11T11:41:57+00:00",
  "publisher" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact" : [
    {
      "name" : "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description" : "Traverse upforwards to the first SOR organization\nHttp response code 404 will be returned if no related SOR organization could be found",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "affectsState" : false,
  "code" : "traverse-to-sor",
  "resource" : [
    "Organization"
  ],
  "system" : false,
  "type" : false,
  "instance" : true,
  "parameter" : [
    {
      "name" : "return",
      "use" : "out",
      "min" : 0,
      "max" : "1",
      "type" : "Organization"
    }
  ]
}