Release 4

This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4

FHIR Infrastructure Work Group Maturity Level: 5Trial Use Compartments: N/A

Generates a StructureDefinition instance with a snapshot, based on a differential in a specified StructureDefinition.

If the operation is not called at the instance level, either definition or url 'in' parameters must be provided. If more than one is specified, servers may raise an error or may resolve with the parameter of their choice. If called at the instance level, these parameters will be ignored.

The official URL for this operation definition is

 http://hl7.org/fhir/OperationDefinition/StructureDefinition-snapshot

Formal Definition (as a OperationDefinition).

URL: [base]/StructureDefinition/$snapshot

URL: [base]/StructureDefinition/[id]/$snapshot

This is not an idempotent operation

In Parameters:
NameCardinalityTypeBindingProfileDocumentation
definition0..1StructureDefinition

The StructureDefinition is provided directly as part of the request. Servers may choose not to accept profiles in this fashion

url0..1string
(token)

The StructureDefinition's canonical URL (i.e. 'StructureDefinition.url'). The server must know the structure definition, or be able to retrieve it from other known repositories.

Out Parameters:
NameCardinalityTypeBindingProfileDocumentation
return1..1StructureDefinition

The structure definition with a snapshot

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

Request:

GET /fhir/StructureDefinition/daf-patient/$snapshot
Accept: application/json+fhir

Response:

HTTP/1.1 200 OK
Content-Type: application/json+fhir
[other headers]

{
  "ResourceType" : "StructureDefinition",
  ... (including snapshot) ...
}

 

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