{ "description": "This operation takes a meta, and adds the profiles, tags, and security labels found in it to the nominated resource", "_filename": "OperationDefinition-Resource-meta-add.json", "package_name": "hl7.fhir.r5.examples", "date": "2022-12-14T07:12:54+11:00", "system": false, "publisher": "HL7 (FHIR Project)", "instance": true, "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "display": "World" } ] } ], "name": "MetaAdd", "type": "false", "experimental": "false", "resourceType": "OperationDefinition", "title": "Add profiles, tags, and security labels to a resource", "package_version": "5.0.0-snapshot3", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 3 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" } ], "status": "draft", "id": "b5c0fc3a-193b-48df-8ace-dc64a4b66a83", "resource": [ "Resource" ], "affectsState": true, "kind": "operation", "url": "http://hl7.org/fhir/OperationDefinition/Resource-meta-add", "code": "meta-add", "version": "5.0.0-snapshot3", "contact": [ { "telecom": [ { "value": "http://hl7.org/fhir", "system": "url" }, { "value": "fhir@lists.hl7.org", "system": "email" } ] } ], "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "meta", "type": "Meta", "documentation": "Profiles, 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" }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "Meta", "documentation": "Resulting meta for the resource" } ] }