{
"description": "Codes identifying the valid FHIRPath patch operations.",
"_filename": "CodeSystem-patch-operation.json",
"package_name": "hl7.fhir.r6.core",
"date": "2021-01-05T10:01:24+11:00",
"meta": {
"profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
"lastUpdated": "2025-04-01T12:16:37.966+11:00"
},
"publisher": "HL7 (FHIR Project)",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
} ]
} ],
"content": "complete",
"name": "PatchOperation",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "Patch Operation",
"package_version": "6.0.0-ballot3",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0
} ],
"status": "active",
"id": "f8df6817-efb1-4cc4-bf5a-832e5ab12ad4",
"valueSet": "http://hl7.org/fhir/ValueSet/patch-operation",
"kind": null,
"url": "http://hl7.org/fhir/patch-operation",
"concept": [ {
"code": "add",
"display": "Add",
"definition": "Add content at the nominated location."
}, {
"code": "insert",
"display": "Insert",
"definition": "Insert content at the nominated location."
}, {
"code": "delete",
"display": "Delete",
"definition": "Delete content from the nominated location."
}, {
"code": "replace",
"display": "Replace",
"definition": "Replace the content with the new content at the nominated location."
}, {
"code": "move",
"display": "Move",
"definition": "Move content from one location to another."
} ],
"caseSensitive": true,
"version": "6.0.0-ballot3",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}