Touchstone FHIR Testing v2.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
: AEGIS Touchstone Testing FHIR Operation Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "codesystem-fhir-operation-codes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"url" : "http://touchstone.aegis.net/touchstone/fhir/testing/CodeSystem/codesystem-fhir-operation-codes",
"version" : "2.0.0",
"name" : "AEGISTouchstoneTestingFHIROperationCodes",
"title" : "AEGIS Touchstone Testing FHIR Operation Codes",
"status" : "active",
"experimental" : false,
"date" : "2023-06-29",
"publisher" : "AEGIS.net, Inc.",
"contact" : [
{
"name" : "AEGIS.net, Inc.",
"telecom" : [
{
"system" : "url",
"value" : "https://www.aegis.net"
}
]
},
{
"name" : "Richard Ettema",
"telecom" : [
{
"system" : "email",
"value" : "mailto:richard.ettema@aegis.net"
}
]
}
],
"description" : "This system defines a set of codes that extend the supported FHIR operations of a testing engine or tool.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "get",
"display" : "GET",
"definition" : "Perform an HTTP GET method"
},
{
"code" : "history-instance",
"display" : "History Instance",
"definition" : "Retrieve the change history for a particular resource instance"
},
{
"code" : "history-type",
"display" : "History Type",
"definition" : "Retrieve the change history for a particular resource type"
},
{
"code" : "history-system",
"display" : "History System",
"definition" : "Retrieve the change history for all resource types"
},
{
"code" : "operation",
"display" : "Operation",
"definition" : "Perform an operation as defined by an OperationDefinition."
},
{
"code" : "post",
"display" : "POST",
"definition" : "Perform an HTTP POST method."
}
]
}