FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/Organization-i-traverse-to-sor

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeOperationDefinition
IdOrganization-i-traverse-to-sor
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition-Organization-i-traverse-to-sor.html
URLhttps://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Organization-i-traverse-to-sor
Version3.5.1
Statusactive
Date2025-07-03T10:29:25+00:00
Nametraverse-to-sor
TitleTraverse to SOR
Realmdk
DescriptionTraverse upforwards to the first SOR organization Http response code 404 will be returned if no related SOR organization could be found
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
organizationorganization

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Operationsdefinition Organization-i-traverse-to-sor

URL: [base]/Organization/[id]/$traverse-to-sor

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
OUTreturn0..1Organization

Source

{
  "resourceType": "OperationDefinition",
  "id": "Organization-i-traverse-to-sor",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://organization.devtest.systematic-ehealth.com/fhir/OperationDefinition/Organization-i-traverse-to-sor",
  "version": "3.5.1",
  "name": "traverse-to-sor",
  "title": "Traverse to SOR",
  "status": "active",
  "kind": "operation",
  "date": "2025-07-03T10:29:25+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"
    }
  ]
}