Specyfikacja interoperacyjności prototypu SSIDL
0.1.1 - ci-build

Specyfikacja interoperacyjności prototypu SSIDL, published by Uniwersytet Medyczny w Łodzi. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SSIDL/ssidl-ig/ and changes regularly. See the Directory of published versions

: Operacja wyszukiwania punktów pobrań (SSIDL) - JSON Representation

Draft as of 2025-08-28

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "ssidl-location-searchIntakePoints",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition ssidl-location-searchIntakePoints</b></p><a name=\"ssidl-location-searchIntakePoints\"> </a><a name=\"hcssidl-location-searchIntakePoints\"> </a><p>URL: [base]/Location/$search-intake-points</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>id</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a><br/>(<a href=\"https://hl7.org/fhir/R5/search.html#token\">token</a>)</td><td/><td><div><p>Identyfikator punktu pobrań</p>\n</div></td></tr><tr><td>IN</td><td>entity-id</td><td/><td>0..1</td><td><br/>(<a href=\"https://hl7.org/fhir/R5/search.html#token\">token</a>)</td><td/><td><div><p>Identyfikator podmiotu diagnostycznego</p>\n</div></td></tr><tr><td>IN</td><td>entity-name</td><td/><td>0..1</td><td><br/>(<a href=\"https://hl7.org/fhir/R5/search.html#string\">string</a>)</td><td/><td><div><p>Nazwa podmiotu diagnostycznego</p>\n</div></td></tr><tr><td>IN</td><td>address</td><td/><td>0..1</td><td><br/>(<a href=\"https://hl7.org/fhir/R5/search.html#string\">string</a>)</td><td/><td><div><p>Elementu adresu punktu pobrań</p>\n</div></td></tr><tr><td>IN</td><td>address-city</td><td/><td>0..1</td><td><br/>(<a href=\"https://hl7.org/fhir/R5/search.html#string\">string</a>)</td><td/><td><div><p>Miasto adresu punktu pobrań</p>\n</div></td></tr><tr><td>IN</td><td>address-postalcode</td><td/><td>0..1</td><td><br/>(<a href=\"https://hl7.org/fhir/R5/search.html#string\">string</a>)</td><td/><td><div><p>Kod pocztowy adresu punktu pobrań</p>\n</div></td></tr><tr><td>IN</td><td>catalog-service-id</td><td/><td>0..1</td><td><br/>(<a href=\"https://hl7.org/fhir/R5/search.html#token\">token</a>)</td><td/><td><div><p>Identyfikator usługi katalogowej laboratorium</p>\n</div></td></tr><tr><td>IN</td><td>service-definition-id</td><td/><td>0..1</td><td><br/>(<a href=\"https://hl7.org/fhir/R5/search.html#token\">token</a>)</td><td/><td><div><p>Identyfikator definicji usługi laboratoryjnej SSIDL</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/bundle.html\">Bundle</a></td><td/><td><div><p>Zasób typu Bundle zawierający zasoby typu Location spełniające kryteria wyszukiwania</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/OperationDefinition/ssidl-location-searchIntakePoints",
  "version" : "0.1.1",
  "name" : "SearchIntakePoints",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2025-08-28T19:36:49+00:00",
  "publisher" : "Uniwersytet Medyczny w Łodzi",
  "contact" : [
    {
      "name" : "Uniwersytet Medyczny w Łodzi",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://umed.pl"
        }
      ]
    }
  ],
  "description" : "Operacja wyszukiwania punktów pobrań",
  "code" : "search-intake-points",
  "resource" : [
    "Location"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "id",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Identyfikator punktu pobrań",
      "type" : "string",
      "searchType" : "token"
    },
    {
      "name" : "entity-id",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Identyfikator podmiotu diagnostycznego",
      "searchType" : "token"
    },
    {
      "name" : "entity-name",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Nazwa podmiotu diagnostycznego",
      "searchType" : "string"
    },
    {
      "name" : "address",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Elementu adresu punktu pobrań",
      "searchType" : "string"
    },
    {
      "name" : "address-city",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Miasto adresu punktu pobrań",
      "searchType" : "string"
    },
    {
      "name" : "address-postalcode",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Kod pocztowy adresu punktu pobrań",
      "searchType" : "string"
    },
    {
      "name" : "catalog-service-id",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Identyfikator usługi katalogowej laboratorium",
      "searchType" : "token"
    },
    {
      "name" : "service-definition-id",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Identyfikator definicji usługi laboratoryjnej SSIDL",
      "searchType" : "token"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "Zasób typu Bundle zawierający zasoby typu Location spełniające kryteria wyszukiwania",
      "type" : "Bundle"
    }
  ]
}