PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@5.0.0-snapshot1
    http://terminology.hl7.org/CodeSystem/action-type
{
  "description": "The type of action to be performed.",
  "_filename": "CodeSystem-action-type.json",
  "package_name": "hl7.fhir.r5.core",
  "date": "2020-12-28T16:55:11+11:00",
  "meta": {
    "profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated": "2021-12-19T08:15:41.873+11:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "content": "complete",
  "name": "ActionType",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "ActionType",
  "package_version": "5.0.0-snapshot1",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "cds"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "trial-use"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 3
  } ],
  "status": "draft",
  "id": "82b932a7-e989-47e6-9228-b541fc9303c7",
  "valueSet": "http://hl7.org/fhir/ValueSet/action-type",
  "kind": null,
  "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": "5.0.0-snapshot1",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}