FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ValueSet/system-restful-interaction (Turtle)

Terminology Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Value SetSystem Restful Interaction

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

[a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "system-restful-interaction"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2025-02-01T10:19:42.715+11:00"^^xsd:dateTime ] ;
     fhir:profile ( [
       fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n      <ul>\n        \n        \n        <li>Include these codes as defined in \n          \n          \n          <a href=\"codesystem-restful-interaction.html\">\n            \n            \n            <code>http://hl7.org/fhir/restful-interaction</code>\n          \n          \n          </a>\n          \n          \n          <table class=\"none\">\n            \n            \n            <tr>\n              \n              \n              <td style=\"white-space:nowrap\">\n                \n                \n                <b>Code</b>\n              \n              \n              </td>\n              \n              \n              <td>\n                \n                \n                <b>Display</b>\n              \n              \n              </td>\n              \n              \n              <td>\n                \n                \n                <b>Definition</b>\n              \n              \n              </td>\n            \n            \n            </tr>\n            \n            \n            <tr>\n              \n              \n              <td>\n                \n                \n                <a href=\"codesystem-restful-interaction.html#restful-interaction-transaction\">transaction</a>\n              \n              \n              </td>\n              \n              \n              <td>transaction</td>\n              \n              \n              <td>Update, create or delete a set of resources as a single transaction.</td>\n            \n            \n            </tr>\n            \n            \n            <tr>\n              \n              \n              <td>\n                \n                \n                <a href=\"codesystem-restful-interaction.html#restful-interaction-batch\">batch</a>\n              \n              \n              </td>\n              \n              \n              <td>batch</td>\n              \n              \n              <td>perform a set of a separate interactions in a single http operation</td>\n            \n            \n            </tr>\n            \n            \n            <tr>\n              \n              \n              <td>\n                \n                \n                <a href=\"codesystem-restful-interaction.html#restful-interaction-search-system\">search-system</a>\n              \n              \n              </td>\n              \n              \n              <td>search-system</td>\n              \n              \n              <td>Search all resources based on some filter criteria.</td>\n            \n            \n            </tr>\n            \n            \n            <tr>\n              \n              \n              <td>\n                \n                \n                <a href=\"codesystem-restful-interaction.html#restful-interaction-history-system\">history-system</a>\n              \n              \n              </td>\n              \n              \n              <td>history-system</td>\n              \n              \n              <td>Retrieve the change history for all resources on a system.</td>\n            \n            \n            </tr>\n          \n          \n          </table>\n        \n        \n        </li>\n      \n      \n      </ul>\n    \n    \n    </div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "fhir" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "normative" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "4.0.0" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "5"^^xsd:integer ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/system-restful-interaction"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.181" ]
  ] [
     fhir:use [ fhir:v "old" ] ;
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.171" ]
  ] [
     fhir:use [ fhir:v "old" ] ;
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.2.84" ]
  ] ) ; # 
  fhir:version [ fhir:v "6.0.0-ballot2"] ; # 
  fhir:name [ fhir:v "SystemRestfulInteraction"] ; # 
  fhir:title [ fhir:v "System Restful Interaction"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-12-28T16:55:11+11:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"] ; # 
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Operations supported by REST at the system level."] ; # 
  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:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/restful-interaction"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "transaction" ]
       ] [
         fhir:code [ fhir:v "batch" ]
       ] [
         fhir:code [ fhir:v "search-system" ]
       ] [
         fhir:code [ fhir:v "history-system" ]
       ] )
     ] )
  ] ; # 
  fhir:expansion []] . # 

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.