Extensions for Using Data Elements from FHIR DSTU2 in FHIR R5
0.1.0 - STU International flag

Extensions for Using Data Elements from FHIR DSTU2 in FHIR R5 - Downloaded Version null See the Directory of published versions

CodeSystem: restful-interaction

Official URL: http://hl7.org/fhir/restful-interaction Version: 1.0.2
Standards status: Trial-use Maturity Level: 0 Computable Name: restful-interaction

This Code system is referenced in the content logical definition of the following value sets:

Properties

This code system defines the following properties for its concepts

NameCodeURIType
Status status http://hl7.org/fhir/concept-properties#status code
Inactive inactive http://hl7.org/fhir/concept-properties#inactive boolean
effectiveDate effectiveDate http://hl7.org/fhir/concept-properties#effectiveDate dateTime
Deprecation Date deprecationDate http://hl7.org/fhir/concept-properties#deprecationDate dateTime
Retirement Date retirementDate http://hl7.org/fhir/concept-properties#retirementDate dateTime
Not Selectable notSelectable http://hl7.org/fhir/concept-properties#notSelectable boolean
Parent parent http://hl7.org/fhir/concept-properties#parent code
Child child http://hl7.org/fhir/concept-properties#child code
Part Of partOf http://hl7.org/fhir/concept-properties#partOf code
Synonym synonym http://hl7.org/fhir/concept-properties#synonym code
Comment comment http://hl7.org/fhir/concept-properties#comment string
itemWeight itemWeight http://hl7.org/fhir/concept-properties#itemWeight decimal

Concepts

This case-sensitive code system http://hl7.org/fhir/restful-interaction defines the following codes in an undefined hierarchy:

LvlCodeDefinitionNot Selectable
1 read Read the current state of the resource.
1 vread Read the state of a specific version of the resource.
1 update Update an existing resource by its id (or create it if it is new).
1 delete Delete a resource.
1 history Retrieve the update history for a particular resource, type of resource, or the entire system. false
2   history-instance Retrieve the update history for a particular resource.
2   history-type Retrieve the update history for a all resources of a particular type.
2   history-system Retrieve the update history for all resources on a system.
1 create Create a new resource with a server assigned id.
1 search Search a resource type or all resources based on some filter criteria. false
2   search-type Search all resources of the specified type based on some filter criteria.
2   search-system Search all resources based on some filter criteria.
1 validate Check that the content would be acceptable as an update.
1 conformance Get a conformance statement for the system.
1 transaction Update, create or delete a set of resources as a single transaction.
1 operation Perform an operation as defined by an OperationDefinition.