{
"description": "More detailed code concerning the type of the audit event - defined by DICOM with some additional FHIR, HL7, and other additions.",
"compose": {
"include": [ {
"system": "http://dicom.nema.org/resources/ontology/DCM",
"valueSet": [ "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_401.html" ]
}, {
"system": "http://dicom.nema.org/resources/ontology/DCM",
"valueSet": [ "http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_403.html" ]
}, {
"system": "http://hl7.org/fhir/restful-interaction"
} ]
},
"_filename": "ValueSet-audit-event-sub-type.json",
"package_name": "hl7.fhir.r5.expansions",
"date": "2020-08-04",
"meta": {
"profile": [ "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ],
"lastUpdated": "2021-12-19T08:15:41.873+11:00"
},
"publisher": "HL7 (FHIR Project)",
"name": "AuditEventSub-Type",
"copyright": "These codes are excerpted from Digital Imaging and Communications in Medicine (DICOM) Standard, Part 16: Content Mapping Resource, Copyright © 2011 by the National Electrical Manufacturers Association. Additional codes added by HL7 FHIR use-case analysis",
"type": null,
"experimental": "true",
"resourceType": "ValueSet",
"expansion": {
"contains": [ {
"code": "read",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "read",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Read the current state of the resource."
} ],
"designation": [ {
"value": "read"
} ]
}, {
"code": "vread",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "vread",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Read the state of a specific version of the resource."
} ],
"designation": [ {
"value": "vread"
} ]
}, {
"code": "update",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "update",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Update an existing resource by its id (or create it if it is new)."
} ],
"designation": [ {
"value": "update"
} ]
}, {
"code": "patch",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "patch",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Update an existing resource by posting a set of changes to it."
} ],
"designation": [ {
"value": "patch"
} ]
}, {
"code": "delete",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "delete",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Delete a resource."
} ],
"designation": [ {
"value": "delete"
} ]
}, {
"code": "history",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "history",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Retrieve the change history for a particular resource, type of resource, or the entire system."
} ],
"designation": [ {
"value": "history"
} ]
}, {
"code": "history-instance",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "history-instance",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Retrieve the change history for a particular resource."
} ],
"designation": [ {
"value": "history-instance"
} ]
}, {
"code": "history-type",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "history-type",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Retrieve the change history for all resources of a particular type."
} ],
"designation": [ {
"value": "history-type"
} ]
}, {
"code": "history-system",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "history-system",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Retrieve the change history for all resources on a system."
} ],
"designation": [ {
"value": "history-system"
} ]
}, {
"code": "create",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "create",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Create a new resource with a server assigned id."
} ],
"designation": [ {
"value": "create"
} ]
}, {
"code": "search",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "search",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Search a resource type or all resources based on some filter criteria."
} ],
"designation": [ {
"value": "search"
} ]
}, {
"code": "search-type",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "search-type",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Search all resources of the specified type based on some filter criteria."
} ],
"designation": [ {
"value": "search-type"
} ]
}, {
"code": "search-system",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "search-system",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Search all resources based on some filter criteria."
} ],
"designation": [ {
"value": "search-system"
} ]
}, {
"code": "capabilities",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "capabilities",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Get a Capability Statement for the system."
} ],
"designation": [ {
"value": "capabilities"
} ]
}, {
"code": "transaction",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "transaction",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Update, create or delete a set of resources as a single transaction."
} ],
"designation": [ {
"value": "transaction"
} ]
}, {
"code": "batch",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "batch",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "perform a set of a separate interactions in a single http operation"
} ],
"designation": [ {
"value": "batch"
} ]
}, {
"code": "operation",
"system": "http://hl7.org/fhir/restful-interaction",
"display": "operation",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-definition",
"valueString": "Perform an operation as defined by an OperationDefinition."
} ],
"designation": [ {
"value": "operation"
} ]
} ],
"parameter": [ {
"name": "expansion-source",
"valueUri": "ValueSet/audit-event-sub-type"
}, {
"name": "limitedExpansion",
"valueBoolean": true
}, {
"name": "includeDesignations",
"valueBoolean": true
}, {
"name": "excludeNested",
"valueBoolean": true
}, {
"name": "version",
"valueUri": "http://hl7.org/fhir/restful-interaction|4.6.0"
} ],
"timestamp": "2021-11-17T05:28:38.900Z",
"identifier": "urn:uuid:5ec1d492-c570-4821-8e98-d4a5bf5bb717"
},
"title": "Audit Event Sub-Type",
"package_version": "5.0.0-snapshot1",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "sec"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "draft"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
} ],
"status": "active",
"id": "e01d4d3b-6ec7-4777-ac94-a5e232cc2370",
"kind": null,
"url": "http://hl7.org/fhir/ValueSet/audit-event-sub-type",
"identifier": [ {
"value": "urn:oid:2.16.840.1.113883.4.642.3.464",
"system": "urn:ietf:rfc:3986"
} ],
"version": "5.0.0-snapshot1"
}