HL7 FHIR Implementation Guide Dossier Farmaceutico
0.1.1 - ci-build
HL7 FHIR Implementation Guide Dossier Farmaceutico, published by HL7 Italia. 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/hl7-it/dossier-pharma/ and changes regularly. See the Directory of published versions
Draft as of 2022-01-31 |
<OperationDefinition xmlns="http://hl7.org/fhir">
<id value="getDataByOrder"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p>URL: [base]/$getDataByOrder</p><p>Parameters</p><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>orderId</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#Identifier">Identifier</a></td><td/><td><div><p>The order identifier used for filtering the datra retrieval</p>
</div></td></tr><tr><td>IN</td><td>profile</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#uri">uri</a></td><td/><td><div><p>The StructureDefinition the returned resources shall conform to. If missing, the server choose which resource are returned.</p>
</div></td></tr><tr><td>IN</td><td>graph</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#uri">uri</a></td><td/><td><div><p>The GraphDefinition defining a graph of resources to be returned</p>
</div></td></tr><tr><td>OUT</td><td>data</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>Resources returned</p>
</div></td></tr></table><div><p>Questa operazione permette di recuperare le risorse associate ad uno specifico ordine</p>
</div></div>
</text>
<url
value="http://hl7.it/fhir/dossier-pharma/OperationDefinition/getDataByOrder"/>
<version value="0.1.1"/>
<name value="GetDataByOrder"/>
<title value="Dati per ordine"/>
<status value="draft"/>
<kind value="operation"/>
<date value="2022-01-31"/>
<publisher value="HL7 Italia"/>
<contact>
<name value="HL7 Italia"/>
<telecom>
<system value="url"/>
<value value="https://hl7.it"/>
</telecom>
</contact>
<contact>
<name value="HL7 Italia"/>
<telecom>
<system value="url"/>
<value value="https://hl7.it"/>
</telecom>
</contact>
<description
value="Questa operazione permette di recuperare le risorse associate ad uno specifico ordine"/>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="IT"/>
<display value="Italy"/>
</coding>
</jurisdiction>
<code value="getDataByOrder"/>
<comment
value="Questa operazione permette di recuperare le risorse associate ad uno specifico ordine"/>
<system value="true"/>
<type value="false"/>
<instance value="false"/>
<parameter>
<name value="orderId"/>
<use value="in"/>
<min value="1"/>
<max value="1"/>
<documentation
value="The order identifier used for filtering the datra retrieval"/>
<type value="Identifier"/>
</parameter>
<parameter>
<name value="profile"/>
<use value="in"/>
<min value="0"/>
<max value="1"/>
<documentation
value="The StructureDefinition the returned resources shall conform to. If missing, the server choose which resource are returned."/>
<type value="uri"/>
</parameter>
<parameter>
<name value="graph"/>
<use value="in"/>
<min value="0"/>
<max value="1"/>
<documentation
value="The GraphDefinition defining a graph of resources to be returned"/>
<type value="uri"/>
</parameter>
<parameter>
<name value="data"/>
<use value="out"/>
<min value="1"/>
<max value="1"/>
<documentation value="Resources returned"/>
<type value="Bundle"/>
</parameter>
</OperationDefinition>