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

FHIR IG analytics

Packagedk.ehmi.eas
Resource TypeOperationDefinition
IdOperationDefinition-GetReceivingOrganizationBySORId.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/medcomdk/dk-ehmi-eas/OperationDefinition-GetReceivingOrganizationBySORId.html
URLhttp://medcomehmi.dk/ig/eas/OperationDefinition/GetReceivingOrganizationBySORId
Version2.0.0
Statusactive
Date2026-01-09T09:31:41+00:00
NameGetReceivingOrganizationBySORId
Realmdk
DescriptionLook up SOR organizations and referenced endpoints based on SOR identifier and message types. Response resources will be returned in a Bundle.<br/> Organizations conform to [EAS Messaging Organization](StructureDefinition-eas-messaging-organization.html)<br/> Endpoints conform to [EAS Endpoint - General](StructureDefinition-eas-endpoint.html)
PurposeExample request: <a href="Parameters-EX-GetReceivingOrganizationBySORId-Request.html">EX-GetReceivingOrganizationBySORId-Request</a>
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 GetReceivingOrganizationBySORId

URL: [base]/Organization/$getReceivingOrganizationBySORId

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INsorId1..*string

SOR identifier

INmessageType0..*string

Message types


Source1

{
  "resourceType": "OperationDefinition",
  "id": "GetReceivingOrganizationBySORId",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medcomehmi.dk/ig/eas/OperationDefinition/GetReceivingOrganizationBySORId",
  "version": "2.0.0",
  "name": "GetReceivingOrganizationBySORId",
  "status": "active",
  "kind": "operation",
  "date": "2026-01-09T09:31:41+00:00",
  "publisher": "MedCom",
  "contact": [
    {
      "name": "MedCom",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.medcom.dk"
        }
      ]
    }
  ],
  "description": "Look up SOR organizations and referenced endpoints based on SOR identifier and message types.\nResponse resources will be returned in a Bundle.<br/>\nOrganizations conform to [EAS Messaging Organization](StructureDefinition-eas-messaging-organization.html)<br/>\nEndpoints conform to [EAS Endpoint - General](StructureDefinition-eas-endpoint.html)",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "purpose": "Example request: <a href=\"Parameters-EX-GetReceivingOrganizationBySORId-Request.html\">EX-GetReceivingOrganizationBySORId-Request</a>",
  "affectsState": false,
  "code": "getReceivingOrganizationBySORId",
  "resource": [
    "Organization"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "sorId",
      "use": "in",
      "min": 1,
      "max": "*",
      "documentation": "SOR identifier",
      "type": "string"
    },
    {
      "name": "messageType",
      "use": "in",
      "min": 0,
      "max": "*",
      "documentation": "Message types",
      "type": "string"
    }
  ]
}