PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-ballot
    http://hl7.org/fhir/OperationDefinition/Resource-meta-add
{
  "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-09-10T04:52:37+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": "5.0.0-ballot",
  "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": "d57b76c0-2573-4a66-90ae-913970f63d29",
  "resource": [ "Resource" ],
  "affectsState": true,
  "kind": "operation",
  "url": "http://hl7.org/fhir/OperationDefinition/Resource-meta-add",
  "code": "meta-add",
  "version": "5.0.0-ballot",
  "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"
  } ]
}