$meta-add

Add profiles, tags, and security labels to a resource

draftFHIR R3 package : Core3.0.2operation1 input1 output

This operation takes a meta, and adds the profiles, tags, and security labels found in it to the nominated resource. This operation can also be used on historical entries - to update them without creating a different historical version

Metadata

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

Invocation Context

Can be invoked at:
Instance Level
Target Resources:
Resource

Implementation Notes

This operation is special in that executing this operation does not cause a new version of the resource to be created. The meta is updated directly. This is because the content in meta does not affect the meaning of the resource, and the security labels (in particular) are used to apply access rules to existing versions of resources

Input Parameters (1)

NameTypeCard.Description
meta*Meta1..1Profiles, tags, and security labels to add to the existing resource. Note that profiles, tags, and security labels are sets, and duplicates are not created. The identity of a tag or security label is the system+code. When matching existing tags during adding, version and display are ignored. For profiles, matching is based on the full URL

Output Parameters (1)

NameTypeCard.Description
returnMeta1..1Resulting meta for the resource

Additional Information

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