{
"description": "The type of action to be performed.",
"_filename": "CodeSystem-action-type.json",
"package_name": "hl7.terminology.r4b",
"date": "2020-04-09T21:10:28+00:00",
"meta": {
"lastUpdated": "2020-04-09T21:10:28.568+00:00"
},
"publisher": "HL7 (FHIR Project)",
"content": "complete",
"name": "ActionType",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "ActionType",
"package_version": "4.0.0",
"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": 2
} ],
"status": "draft",
"id": "9abaf663-aca9-45bb-98b5-309036b11cc6",
"valueSet": "http://terminology.hl7.org/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": "0.1.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}