FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Normative | Maturity Level: 5 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "restful-interaction"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/restful-interaction</code> defines the following codes:\n </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>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 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>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 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>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 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>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>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>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>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 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 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 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 all resources based on some filter criteria.</td>\n </tr>\n <tr>\n <td>2</td>\n <td style=\"white-space:nowrap\"> search-compartment\n <a name=\"restful-interaction-search-compartment\"> </a>\n </td>\n <td>Search resources in a compartment 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>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>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>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>Perform an operation as defined by an OperationDefinition.</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "normative" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "4.0.0" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 5 ]
] [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fhir" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/restful-interaction"^^xsd:anyURI] ; #
fhir:version [ fhir:v "5.0.0"] ; #
fhir:name [ fhir:v "FHIRRestfulInteractions"] ; #
fhir:title [ fhir:v "FHIR Restful Interactions"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-13T16:55:28-04:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "FHIR Infrastructure"] ; #
fhir:contact ( [
fhir:name [ fhir:v "FHIR Infrastructure" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fiwg" ] ] )
] ) ; #
fhir:description [ fhir:v "The set of interactions defined by the RESTful part of the FHIR specification."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/restful-interaction"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/restful-interaction>
] ; #
fhir:hierarchyMeaning [ fhir:v "is-a"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "read" ] ;
fhir:display [ fhir:v "read" ] ;
fhir:definition [ fhir:v "Read the current state of the resource." ]
] [
fhir:code [ fhir:v "vread" ] ;
fhir:display [ fhir:v "vread" ] ;
fhir:definition [ fhir:v "Read the state of a specific version of the resource." ]
] [
fhir:code [ fhir:v "update" ] ;
fhir:display [ fhir:v "update" ] ;
fhir:definition [ fhir:v "Update an existing resource by its id (or create it if it is new)." ]
] [
fhir:code [ fhir:v "patch" ] ;
fhir:display [ fhir:v "patch" ] ;
fhir:definition [ fhir:v "Update an existing resource by posting a set of changes to it." ]
] [
fhir:code [ fhir:v "delete" ] ;
fhir:display [ fhir:v "delete" ] ;
fhir:definition [ fhir:v "Delete a resource." ]
] [
fhir:code [ fhir:v "history" ] ;
fhir:display [ fhir:v "history" ] ;
fhir:definition [ fhir:v "Retrieve the change history for a particular resource, type of resource, or the entire system." ] ;
( fhir:concept [
fhir:code [ fhir:v "history-instance" ] ;
fhir:display [ fhir:v "history-instance" ] ;
fhir:definition [ fhir:v "Retrieve the change history for a particular resource." ] ] [
fhir:code [ fhir:v "history-type" ] ;
fhir:display [ fhir:v "history-type" ] ;
fhir:definition [ fhir:v "Retrieve the change history for all resources of a particular type." ] ] [
fhir:code [ fhir:v "history-system" ] ;
fhir:display [ fhir:v "history-system" ] ;
fhir:definition [ fhir:v "Retrieve the change history for all resources on a system." ] ] )
] [
fhir:code [ fhir:v "create" ] ;
fhir:display [ fhir:v "create" ] ;
fhir:definition [ fhir:v "Create a new resource with a server assigned id." ]
] [
fhir:code [ fhir:v "search" ] ;
fhir:display [ fhir:v "search" ] ;
fhir:definition [ fhir:v "Search a resource type or all resources based on some filter criteria." ] ;
( fhir:concept [
fhir:code [ fhir:v "search-type" ] ;
fhir:display [ fhir:v "search-type" ] ;
fhir:definition [ fhir:v "Search all resources of the specified type based on some filter criteria." ] ] [
fhir:code [ fhir:v "search-system" ] ;
fhir:display [ fhir:v "search-system" ] ;
fhir:definition [ fhir:v "Search all resources based on some filter criteria." ] ] [
fhir:code [ fhir:v "search-compartment" ] ;
fhir:display [ fhir:v "search-compartment" ] ;
fhir:definition [ fhir:v "Search resources in a compartment based on some filter criteria." ] ] )
] [
fhir:code [ fhir:v "capabilities" ] ;
fhir:display [ fhir:v "capabilities" ] ;
fhir:definition [ fhir:v "Get a Capability Statement for the system." ]
] [
fhir:code [ fhir:v "transaction" ] ;
fhir:display [ fhir:v "transaction" ] ;
fhir:definition [ fhir:v "Update, create or delete a set of resources as a single transaction." ]
] [
fhir:code [ fhir:v "batch" ] ;
fhir:display [ fhir:v "batch" ] ;
fhir:definition [ fhir:v "perform a set of a separate interactions in a single http operation" ]
] [
fhir:code [ fhir:v "operation" ] ;
fhir:display [ fhir:v "operation" ] ;
fhir:definition [ fhir:v "Perform an operation as defined by an OperationDefinition." ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r5.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History
