{ "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.r4b.examples", "date": "2022-05-28T12:47:40+10:00", "system": false, "publisher": "HL7 (FHIR Project)", "instance": true, "name": "MetaAdd", "type": "false", "experimental": "false", "resourceType": "OperationDefinition", "title": "Add profiles, tags, and security labels to a resource", "package_version": "4.3.0", "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": "6d6685ad-0199-40be-8931-cae6c7d61094", "resource": [ "Resource" ], "affectsState": true, "kind": "operation", "url": "http://hl7.org/fhir/OperationDefinition/Resource-meta-add", "code": "meta-add", "version": "4.3.0", "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" } ] }