{
  "resourceType" : "OperationDefinition",
  "id" : "GetListOfGpByPostalCode",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition GetListOfGpByPostalCode</b></p><a name=\"GetListOfGpByPostalCode\"> </a><a name=\"hcGetListOfGpByPostalCode\"> </a><p>URL: [base]/Organization/$getListOfGpByPostalCode</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>postalCode</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>Postal codes</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://medcomehmi.dk/ig/eas/OperationDefinition/GetListOfGpByPostalCode",
  "version" : "2.0.0",
  "name" : "GetListOfGpByPostalCode",
  "status" : "active",
  "kind" : "operation",
  "date" : "2026-08-18T09:03:50+00:00",
  "publisher" : "MedCom",
  "contact" : [{
    "name" : "MedCom",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.medcom.dk"
    }]
  }],
  "description" : "Look up messaging organizations and referenced endpoints based on postal codes.\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-GetListOfGpByPostalCode-Request.html\">EX-GetListOfGpByPostalCode-Request</a>",
  "affectsState" : false,
  "code" : "getListOfGpByPostalCode",
  "resource" : ["Organization"],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [{
    "name" : "postalCode",
    "use" : "in",
    "min" : 0,
    "max" : "*",
    "documentation" : "Postal codes",
    "type" : "string"
  }]
}