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

: SSIDL Operation: $get-package - XML Representation

Draft as of 2025-08-28

Raw xml | Download


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="SsidlGetPackage"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition SsidlGetPackage</b></p><a name="SsidlGetPackage"> </a><a name="hcSsidlGetPackage"> </a><p>URL: [base]/$$get-package</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>name</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R5/datatypes.html#string">string</a></td><td/><td><div><p>Nazwa pakietu NPM specyfikacji IG FHIR lub pakietu terminologicznego</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R5/binary.html">Binary</a></td><td/><td><div><p>Binarna zawartość pakietu NPM specyfikacji IG FHIR lub pakietu terminologicznego</p>
</div></td></tr></table></div>
  </text>
  <url
       value="http://loinc-ssidl.umed.pl/fhir/ig/ssidl/OperationDefinition/SsidlGetPackage"/>
  <version value="0.1.1"/>
  <name value="GetPackage"/>
  <status value="draft"/>
  <kind value="operation"/>
  <date value="2025-08-28T19:36:49+00:00"/>
  <publisher value="Uniwersytet Medyczny w Łodzi"/>
  <contact>
    <name value="Uniwersytet Medyczny w Łodzi"/>
    <telecom>
      <system value="url"/>
      <value value="http://umed.pl"/>
    </telecom>
  </contact>
  <code value="get-package"/>
  <system value="true"/>
  <type value="false"/>
  <instance value="false"/>
  <parameter>
    <name value="name"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="Nazwa pakietu NPM specyfikacji IG FHIR lub pakietu terminologicznego"/>
    <type value="string"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="Binarna zawartość pakietu NPM specyfikacji IG FHIR lub pakietu terminologicznego"/>
    <type value="Binary"/>
  </parameter>
</OperationDefinition>