FHIR IG analytics| Package | hl7.fhir.uv.xver-r2.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-restful-interaction.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem restful-interaction
Properties
This code system defines the following properties for its concepts
| Name | Code | URI | Type |
| 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 |
| deprecationDate | deprecationDate | http://hl7.org/fhir/concept-properties#deprecationDate | dateTime |
| retirementDate | 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 |
| partOf | 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:
{
"resourceType": "CodeSystem",
"id": "restful-interaction",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r2.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 0,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/1.0/ImplementationGuide/hl7.fhir.uv.xver-r2.r4b"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/1.0/ImplementationGuide/hl7.fhir.uv.xver-r2.r4b"
}
]
}
}
],
"url": "http://hl7.org/fhir/restful-interaction",
"version": "1.0.2",
"name": "restful-interaction",
"status": "draft",
"date": "2025-09-13T15:10:02-04:00",
"publisher": "FHIR Infrastructure",
"contact": [
{
"name": "FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"property": [
{
"code": "status",
"uri": "http://hl7.org/fhir/concept-properties#status",
"type": "code"
},
{
"code": "inactive",
"uri": "http://hl7.org/fhir/concept-properties#inactive",
"type": "boolean"
},
{
"code": "effectiveDate",
"uri": "http://hl7.org/fhir/concept-properties#effectiveDate",
"type": "dateTime"
},
{
"code": "deprecationDate",
"uri": "http://hl7.org/fhir/concept-properties#deprecationDate",
"type": "dateTime"
},
{
"code": "retirementDate",
"uri": "http://hl7.org/fhir/concept-properties#retirementDate",
"type": "dateTime"
},
{
"code": "notSelectable",
"uri": "http://hl7.org/fhir/concept-properties#notSelectable",
"type": "boolean"
},
{
"code": "parent",
"uri": "http://hl7.org/fhir/concept-properties#parent",
"type": "code"
},
{
"code": "child",
"uri": "http://hl7.org/fhir/concept-properties#child",
"type": "code"
},
{
"code": "partOf",
"uri": "http://hl7.org/fhir/concept-properties#partOf",
"type": "code"
},
{
"code": "synonym",
"uri": "http://hl7.org/fhir/concept-properties#synonym",
"type": "code"
},
{
"code": "comment",
"uri": "http://hl7.org/fhir/concept-properties#comment",
"type": "string"
},
{
"code": "itemWeight",
"uri": "http://hl7.org/fhir/concept-properties#itemWeight",
"type": "decimal"
}
],
"concept": [
{
"code": "read",
"display": "read",
"definition": "Read the current state of the resource."
},
{
"code": "vread",
"display": "vread",
"definition": "Read the state of a specific version of the resource."
},
{
"code": "update",
"display": "update",
"definition": "Update an existing resource by its id (or create it if it is new)."
},
{
"code": "delete",
"display": "delete",
"definition": "Delete a resource."
},
{
"code": "history",
"display": "history",
"definition": "Retrieve the update history for a particular resource, type of resource, or the entire system.",
"property": [
{
"code": "notSelectable",
"valueBoolean": false
}
],
"concept": [
{
"code": "history-instance",
"display": "history-instance",
"definition": "Retrieve the update history for a particular resource."
},
{
"code": "history-type",
"display": "history-type",
"definition": "Retrieve the update history for a all resources of a particular type."
},
{
"code": "history-system",
"display": "history-system",
"definition": "Retrieve the update history for all resources on a system."
}
]
},
{
"code": "create",
"display": "create",
"definition": "Create a new resource with a server assigned id."
},
{
"code": "search",
"display": "search",
"definition": "Search a resource type or all resources based on some filter criteria.",
"property": [
{
"code": "notSelectable",
"valueBoolean": false
}
],
"concept": [
{
"code": "search-type",
"display": "search-type",
"definition": "Search all resources of the specified type based on some filter criteria."
},
{
"code": "search-system",
"display": "search-system",
"definition": "Search all resources based on some filter criteria."
}
]
},
{
"code": "validate",
"display": "validate",
"definition": "Check that the content would be acceptable as an update."
},
{
"code": "conformance",
"display": "conformance",
"definition": "Get a conformance statement for the system."
},
{
"code": "transaction",
"display": "transaction",
"definition": "Update, create or delete a set of resources as a single transaction."
},
{
"code": "operation",
"display": "operation",
"definition": "Perform an operation as defined by an OperationDefinition."
}
]
}