Release 5

This page is part of the FHIR Specification (v5.0.0: R5 - STU). This is the current published version. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B

Biomedical Research and Regulation icon Work Group Maturity Level: 1Trial Use Compartments: N/A

This operation is used to return all the information related to one or more products described in the resource or context on which this operation is invoked. The response is a bundle of type "searchset". At a minimum, the product resource(s) itself is returned, along with any other resources that the server has that are related to the products(s), and that are available for the given user. This is typically the marketing authorizations, ingredients, packages, therapeutic indications and so on. The server also returns whatever resources are needed to support the records - e.g. linked organizations, document references etc.

The canonical URL for this operation definition is

 http://hl7.org/fhir/OperationDefinition/MedicinalProductDefinition-everything

Formal Definition (as a OperationDefinition).

URL: [base]/MedicinalProductDefinition/$everything

URL: [base]/MedicinalProductDefinition/[id]/$everything

This is an idempotent operation

In Parameters:
NameScopeCardinalityTypeBindingProfileDocumentation
_since0..1instant

Resources updated after this period will be included in the response. The intent of this parameter is to allow a client to request only records that have changed since the last request, based on either the return header time, or or (for asynchronous use), the transaction time

_count0..1integer

See discussion below on the utility of paging through the results of the $everything operation

Out Parameters:
NameScopeCardinalityTypeBindingProfileDocumentation
return1..1Bundle

The bundle type is "searchset"

Note: as this is the only out parameter, it is a resource, and it has the name 'return', the result of this operation is returned directly as a resource

The key differences between this operation and simply performing a search and using _include and _revinclude are:

  • unless the client requests otherwise, the server returns the entire result set in a single bundle (rather than using paging)
  • the server is responsible for determining what resources to return as included resources (rather than the client specifying which ones).

This frees the client from needing to determine what it could or should ask for, particularly with regard to included resources. It also makes for a much shorter and easier to construct query string. Servers should consider returning appropriate Provenance and AuditTrail on the returned resources, even though these are not directly part of the product data.

When this operation is used to access multiple product records at once, the return bundle could be rather a lot of data; servers may choose to require that such requests are made asynchronously, and associated with bulk data formats. Alternatively, clients may choose to page through the result set (or servers may require this). Paging through the results is done the same as for Searching, using the _count parameter, and Bundle links. Implementers should note that paging will be slower than simply returning all the results at once (more network traffic, multiple latency delays) but may be required in order not to exhaust available memory reading or writing the whole response in a single package. Unlike searching, there is no inherent user-display order for the $everything operation. Servers might consider sorting the returned resources in descending order of last record update, but are not required to do so.

The _since parameter is provided to support periodic queries to get additional information that has changed about the product since the last query. This means that the _since parameter is based on record time. The value of the _since parameter should be set to the time from the server. If using direct response, this is the timestamp in the response header. If using the async interface, this is the transaction timestamp in the json response. Servers should ensure that the timestamps a managed such that the client does not miss any changes. Clients should be able to handle getting the same response more than once in the case that the transaction falls on a time boundary. Clients should ensure that the other query parameters are constant to ensure a coherent set of records when doing periodic queries.

Request: Get all resources linked to a single medicinal product


GET /open/MedicinalProductDefinition/example/$everything
[some headers]

Response: Everything linked to the nominated medicinal product (in this case, built automatically by the publication tooling)


HTTP/1.1 200 OK
[other headers]

<Bundle xml="http://hl7.org/fhir">
  <id value="962a5d9f-c6e8-402f-81db-abf66b063603"/>
  <type value="searchset"/>
  <entry>
    <fullUrl value="http://hl7.org/fhir/MedicinalProductDefinition/example"/>
    <resource>
     <MedicinalProductDefinition xmlns="http://hl7.org/fhir">
     	<id value="example"/>
     	<text>
     		<status value="generated"/>
     		<div xmlns="http://www.w3.org/1999/xhtml">
     			<p><b>Generated Narrative</b></p>
     			<p><b>Id</b>: example</p>
     			<p><b>Identifier</b>: {mpid}</p>
     			<p><b>Classification</b>: <span title="Codes: {http://ema.europa.eu/example/WHOAnatomicalTherapeuticChemicalATCClassificationSystem B01AF02}">ATC: B01AF02</span></p>
     			<p><b>Attached Document</b>: (SmPC)</p>
     			<p><b>Master File</b>: (Pharmacovigilence Master File)</p>
     			<p><b>Product Name</b>: Equilidem 2.5 mg film-coated tablets</p>
     			<blockquote>
     				<p><b>Name Part</b></p><p><b>part</b>:Equilidem</p>
     				<p><b>type</b>: <span title="Codes: ">Invented</span></p>
     			</blockquote>
     			<blockquote>
     				<p><b>Name Part</b></p><p><b>part</b>:2.5 mg</p>
     				<p><b>type</b>: <span title="Codes: ">Strength</span></p>
     			</blockquote>
     			<blockquote>
     				<p><b>Name Part</b></p>
     				<p><b>part</b>:film-coated tablets</p>
     				<p><b>type</b>: <span title="Codes: ">Form</span></p>
     				<p><b>Country &amp; Languages</b></p>
     				<table class="grid">
     					<tr>
     						<td>-</td>
     						<td><b>Country</b></td>
     						<td><b>Jurisdiction</b></td>
     						<td><b>Language</b></td>
     					</tr>
     					<tr>
     						<td>*</td>
     						<td><span title="Codes: {http://ema.europa.eu/example/countryCode EU}">EU</span></td>
     						<td><span title="Codes: {http://ema.europa.eu/example/jurisdictionCode EU}">EU</span></td>
     						<td><span title="Codes: {urn:ietf:bcp:47}">EN</span></td>
     					</tr>
     				</table>
     			</blockquote>
     			<p><b>Manufacturing &amp; Business Operations</b></p>
     			<table class="grid">
     				<tr>
     					<td>-</td>
     					<td><b>Type</b></td>
     					<td><b>EffectiveDate</b></td>
     					<td><b>Authorization</b></td>
     				</tr>
     				<tr>
     					<td>*</td>
     					<td>Batch Release</td>
     					<td>2013-03-15 --&gt; (ongoing)</td>
     					<td><span>1324TZ</span></td>
     				</tr>
     			</table>
     		</div>
     	</text>
     	<identifier>
     		<system value="http://ema.europa.eu/example/MPID"/>
     		<value value="{mpid}"/>
     	</identifier>
     	<classification>
     		<coding>
     			<system value="http://ema.europa.eu/example/WHOAnatomicalTherapeuticChemicalATCClassificationSystem"/>
     			<code value="B01AF02"/>
     		</coding>
     	</classification>
     	<attachedDocument>
     		<reference value="DocumentReference/example"/>
     	</attachedDocument>
     	<masterFile>
     		<reference value="DocumentReference/example"/>
     	</masterFile>
     	<name>
     		<productName value="Equilidem 2.5 mg film-coated tablets"/>
     		<part>
     			<part value="Equilidem"/>
     			<type>
     				<coding>
     					<code value="INV"/>
     				</coding>
     			</type>
     		</part>
     		<part>
     			<part value="2.5 mg"/>
     			<type>
     				<coding>
     					<code value="STR"/>
     				</coding>
     			</type>
     		</part>
     		<part>
     			<part value="film-coated tablets"/>
     			<type>
     				<coding>
     					<code value="FRM"/>
     				</coding>
     			</type>
     		</part>
     		<usage>
     			<country>
     				<coding>
     					<system value="http://ema.europa.eu/example/countryCode"/>
     					<code value="EU"/>
     				</coding>
     			</country>
     			<jurisdiction>
     				<coding>
     					<system value="http://ema.europa.eu/example/jurisdictionCode"/>
     					<code value="EU"/>
     				</coding>
     			</jurisdiction>
     			<language>
     				<coding>
     					<system value="urn:ietf:bcp:47"/>
     					<code value="en"/>
     				</coding>
     			</language>
     		</usage>
     	</name>
     	<operation>
     		<type>
     			<concept>
     				<coding>
     					<system value="http://ema.europa.eu/example/manufacturingOperationType"/>
     					<code value="Batchrelease"/>
     				</coding>
     			</concept>
     		</type>
     		<effectiveDate>
     			<start value="2013-03-15"/>
     		</effectiveDate>
     	</operation>
     </MedicinalProductDefinition>
    </resource>
  </entry>
</Bundle>

 

For more information about operations, including how they are invoked, see Operations.