FHIR Restful Interactions
activeContentcompleteURL
http://hl7.org/fhir/restful-interactionCopied!
Version4.0.1Copied!
PublisherFHIR ProjectDescriptionThe set of interactions defined by the RESTful part of the FHIR specification.
Concepts
Select a concept to view details
FHIR Restful Interactions
The set of interactions defined by the RESTful part of the FHIR specification.
This code system http://hl7.org/fhir/restful-interaction defines the following codes:
{
"description" : "The set of interactions defined by the RESTful part of the FHIR specification.",
"meta" : {
"lastUpdated" : "2019-11-01T09:29:23.356+11:00"
},
"publisher" : "FHIR Project",
"content" : "complete",
"property" : [ {
"description" : "The concept identified is a child of the concept",
"type" : "code",
"code" : "child",
"uri" : "http://hl7.org/fhir/concept-properties#child"
}, {
"description" : "The concept identified is a parent of the concept",
"type" : "code",
"code" : "parent",
"uri" : "http://hl7.org/fhir/concept-properties#parent"
} ],
"name" : "FHIR Restful Interactions",
"experimental" : false,
"resourceType" : "CodeSystem",
"extension" : [ {
"valueCode" : "fhir",
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"
}, {
"valueCode" : "normative",
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"
}, {
"valueCode" : "4.0.0",
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version"
}, {
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 5
}, {
"extension" : [ {
"valueString" : "concept",
"url" : "path"
}, {
"url" : "count",
"valueInteger" : 12
} ],
"url" : "http://health-samurai.io/extensions/excised-data"
}, {
"url" : "http://health-samurai.io/extensions/source",
"valueCode" : "db"
} ],
"status" : "active",
"hierarchyMeaning" : "is-a",
"id" : "b343cb7c-93ec-4199-a2ab-9d0ad94b73b5",
"valueSet" : "http://hl7.org/fhir/ValueSet/restful-interaction",
"url" : "http://hl7.org/fhir/restful-interaction",
"caseSensitive" : true,
"version" : "4.0.1",
"text" : {
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>FHIR Restful Interactions</h2>\n <div>\n <p>The set of interactions defined by the RESTful part of the FHIR specification.</p>\n\n </div>\n <p>This code system http://hl7.org/fhir/restful-interaction defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td>\n <b>Lvl</b>\n </td>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">read\n <a name=\"restful-interaction-read\"> </a>\n </td>\n <td>read</td>\n <td>Read the current state of the resource.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">vread\n <a name=\"restful-interaction-vread\"> </a>\n </td>\n <td>vread</td>\n <td>Read the state of a specific version of the resource.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">update\n <a name=\"restful-interaction-update\"> </a>\n </td>\n <td>update</td>\n <td>Update an existing resource by its id (or create it if it is new).</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">patch\n <a name=\"restful-interaction-patch\"> </a>\n </td>\n <td>patch</td>\n <td>Update an existing resource by posting a set of changes to it.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">delete\n <a name=\"restful-interaction-delete\"> </a>\n </td>\n <td>delete</td>\n <td>Delete a resource.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">history\n <a name=\"restful-interaction-history\"> </a>\n </td>\n <td>history</td>\n <td>Retrieve the change history for a particular resource, type of resource, or the entire system.</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> history-instance\n <a name=\"restful-interaction-history-instance\"> </a>\n </td>\n <td>history-instance</td>\n <td>Retrieve the change history for a particular resource.</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> history-type\n <a name=\"restful-interaction-history-type\"> </a>\n </td>\n <td>history-type</td>\n <td>Retrieve the change history for all resources of a particular type.</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> history-system\n <a name=\"restful-interaction-history-system\"> </a>\n </td>\n <td>history-system</td>\n <td>Retrieve the change history for all resources on a system.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">create\n <a name=\"restful-interaction-create\"> </a>\n </td>\n <td>create</td>\n <td>Create a new resource with a server assigned id.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">search\n <a name=\"restful-interaction-search\"> </a>\n </td>\n <td>search</td>\n <td>Search a resource type or all resources based on some filter criteria.</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> search-type\n <a name=\"restful-interaction-search-type\"> </a>\n </td>\n <td>search-type</td>\n <td>Search all resources of the specified type based on some filter criteria.</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> search-system\n <a name=\"restful-interaction-search-system\"> </a>\n </td>\n <td>search-system</td>\n <td>Search all resources based on some filter criteria.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">capabilities\n <a name=\"restful-interaction-capabilities\"> </a>\n </td>\n <td>capabilities</td>\n <td>Get a Capability Statement for the system.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">transaction\n <a name=\"restful-interaction-transaction\"> </a>\n </td>\n <td>transaction</td>\n <td>Update, create or delete a set of resources as a single transaction.</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">batch\n <a name=\"restful-interaction-batch\"> </a>\n </td>\n <td>batch</td>\n <td>perform a set of a separate interactions in a single http operation</td>\n </tr>\n <tr>\n <td>1</td>\n <td style=\"white-space:nowrap\">operation\n <a name=\"restful-interaction-operation\"> </a>\n </td>\n <td>operation</td>\n <td>Perform an operation as defined by an OperationDefinition.</td>\n </tr>\n </table>\n </div>",
"status" : "generated"
}
}| Title | Version | Status | Publisher | Date | Concepts | Content |
|---|---|---|---|---|---|---|
| 4.0.1 | - | FHIR Project | - | 17 | complete | |
| 4.3.0 | - | FHIR Project | - | 17 | complete | |
| FHIR Restful Interactions | 5.0.0 | - | FHIR Project | - | 18 | complete |