$meta

Access a list of profiles, tags, and security labels

draftFHIR R3 package : Core3.0.2operation1 output

This operation retrieves a summary of the profiles, tags, and security labels for the given scope; e.g. for each scope:

  • system-wide: a list of all profiles, tags and security labels in use by the system
  • resource-type level: A list of all profiles, tags, and security labels for the resource type
  • individual resource level: A list of all profiles, tags, and security labels for the current version of the resource. Also, as a special case, this operation (and other meta operations) can be performed on a historical version of a resource)

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/OperationDefinition/Resource-meta
Code
$meta
Kind
operation
Affects State
No
Publisher
HL7 (FHIR Project)

Invocation Context

Can be invoked at:
System LevelType LevelInstance Level
Target Resources:
Resource

Implementation Notes

At the system and type levels, the $meta operation is used to get a summary of all the labels that are in use across the system. The principle use for this operation is to support search e.g. what tags can be searched for. At these levels, the meta will not contain versionId, lastUpdated etc. Systems are not obligated to implement the operation at this level (and should return a 4xx error if they don't). At the resource and historical entry level, the $meta operation returns the same meta as would be returned by accessing the resource directly. This can be used to allow a system to get access to the meta-information for the resource without accessing the resource itself, e.g. for security reasons

Output Parameters (1)

NameTypeCard.Description
returnMeta1..1The meta returned by the operation

Additional Information

Date
2019-10-24T11:53:00+11:00