Publish-box (todo)
FHIR Infrastructure Work Group | Maturity Level: N/A | Standards Status: Informative |
Raw JSON (canonical form + also see JSON Format Specification)
Definition for Code SystemPatchOperation
{ "resourceType" : "CodeSystem", "id" : "patch-operation", "meta" : { "lastUpdated" : "2025-04-01T12:16:37.966+11:00", "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"] }, "text" : { "status" : "generated", "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem patch-operation</b></p><a name=\"patch-operation\"> </a><a name=\"hcpatch-operation\"> </a><a name=\"patch-operation-en-AU\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"shareablecodesystem.html\">Shareable CodeSystem</a></p></div><p>This case-sensitive code system <code>http://hl7.org/fhir/patch-operation</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">add<a name=\"patch-operation-add\"> </a></td><td>Add</td><td>Add content at the nominated location.</td></tr><tr><td style=\"white-space:nowrap\">insert<a name=\"patch-operation-insert\"> </a></td><td>Insert</td><td>Insert content at the nominated location.</td></tr><tr><td style=\"white-space:nowrap\">delete<a name=\"patch-operation-delete\"> </a></td><td>Delete</td><td>Delete content from the nominated location.</td></tr><tr><td style=\"white-space:nowrap\">replace<a name=\"patch-operation-replace\"> </a></td><td>Replace</td><td>Replace the content with the new content at the nominated location.</td></tr><tr><td style=\"white-space:nowrap\">move<a name=\"patch-operation-move\"> </a></td><td>Move</td><td>Move content from one location to another.</td></tr></table></div>" }, "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 }], "url" : "http://hl7.org/fhir/patch-operation", "version" : "6.0.0-ballot3", "name" : "PatchOperation", "title" : "Patch Operation", "status" : "active", "experimental" : false, "date" : "2021-01-05T10:01:24+11:00", "publisher" : "HL7 (FHIR Project)", "contact" : [{ "telecom" : [{ "system" : "url", "value" : "http://hl7.org/fhir" }, { "system" : "email", "value" : "fhir@lists.hl7.org" }] }], "description" : "Codes identifying the valid FHIRPath patch operations.", "jurisdiction" : [{ "coding" : [{ "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm", "code" : "001", "display" : "World" }] }], "caseSensitive" : true, "valueSet" : "http://hl7.org/fhir/ValueSet/patch-operation", "content" : "complete", "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." }] }
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot3 generated on Tue, Apr 1, 2025 12:21+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change