http://terminology.hl7.org/CodeSystem/action-type|1.0.1

name
ActionType
package
hl7.terminology.r5@6.3.0
content
complete
status
active
date
2024-04-24 00:00:00.0

ActionType

The type of action to be performed.

{
  "description" : "The type of action to be performed.",
  "compose" : null,
  "package" : "hl7.terminology.r5@6.3.0",
  "date" : "2024-04-24T00:00:00Z",
  "meta" : {
    "lastUpdated" : "2024-04-24T00:00:00+00:00"
  },
  "publisher" : "Health Level Seven International",
  "content" : "complete",
  "name" : "ActionType",
  "copyright" : "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "ActionType",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "cds"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 2
  } ],
  "status" : "active",
  "id" : "46d974a8-0d2b-504d-8d60-723695746ba3",
  "valueSet" : "http://terminology.hl7.org/ValueSet/action-type",
  "url" : "http://terminology.hl7.org/CodeSystem/action-type",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.1.1246",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "create",
    "display" : "Create",
    "definition" : "The action is to create a new resource."
  }, {
    "code" : "update",
    "display" : "Update",
    "definition" : "The action is to update an existing resource."
  }, {
    "code" : "remove",
    "display" : "Remove",
    "definition" : "The action is to remove an existing resource."
  }, {
    "code" : "fire-event",
    "display" : "Fire Event",
    "definition" : "The action is to fire a specific event."
  } ],
  "caseSensitive" : true,
  "version" : "1.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org",
      "system" : "url"
    }, {
      "value" : "hq@HL7.org",
      "system" : "email"
    } ]
  } ]
}