{
  "resourceType" : "OperationDefinition",
  "id" : "GetReceivingOrganizationBySORId",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition GetReceivingOrganizationBySORId</b></p><a name=\"GetReceivingOrganizationBySORId\"> </a><a name=\"hcGetReceivingOrganizationBySORId\"> </a><p>URL: [base]/Organization/$getReceivingOrganizationBySORId</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>sorId</td><td/><td>1..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>SOR identifier</p>\n</div></td></tr><tr><td>IN</td><td>messageType</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Message types</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://medcomehmi.dk/ig/eas/OperationDefinition/GetReceivingOrganizationBySORId",
  "version" : "2.0.0",
  "name" : "GetReceivingOrganizationBySORId",
  "status" : "active",
  "kind" : "operation",
  "date" : "2026-08-18T08:59:29+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"
  }]
}