Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4

Valueset-system-restful-interaction.ttl

Example ValueSet/system-restful-interaction (Turtle)

Maturity Level : N/A
Responsible Owner: Vocabulary Terminology Infrastructure Work Group Standards Status : Informative

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

Definition for Value SetSystemRestfulInteraction SetSystem Restful Interaction

@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:ValueSet;
  fhir:Resource.id [ fhir:value "system-restful-interaction"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2019-11-01T09:29:23.356+11:00" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset";
       fhir:index 0

<http://hl7.org/fhir/ValueSet/system-restful-interaction> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "system-restful-interaction"] ; # 
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2025-11-13T22:10:33.286+11:00"^^xsd:dateTime ]
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n      \n      \n      <ul>\n        \n        \n        \n        <li>Include these codes as defined in \n          \n          \n          \n          <a href=\"codesystem-restful-interaction.html\">\n            \n            \n            \n            <code>http://hl7.org/fhir/restful-interaction</code>\n          \n          \n          \n          </a>\n          \n          \n          \n          <table class=\"none\">\n            \n            \n            \n            <tr>\n              \n              \n              \n              <td style=\"white-space:nowrap\">\n                \n                \n                \n                <b>Code</b>\n              \n              \n              \n              </td>\n              \n              \n              \n              <td>\n                \n                \n                \n                <b>Display</b>\n              \n              \n              \n              </td>\n              \n              \n              \n              <td>\n                \n                \n                \n                <b>Definition</b>\n              \n              \n              \n              </td>\n            \n            \n            \n            </tr>\n            \n            \n            \n            <tr>\n              \n              \n              \n              <td>\n                \n                \n                \n                <a href=\"codesystem-restful-interaction.html#restful-interaction-transaction\">transaction</a>\n              \n              \n              \n              </td>\n              \n              \n              \n              <td>transaction</td>\n              \n              \n              \n              <td>Update, create or delete a set of resources as a single transaction.</td>\n            \n            \n            \n            </tr>\n            \n            \n            \n            <tr>\n              \n              \n              \n              <td>\n                \n                \n                \n                <a href=\"codesystem-restful-interaction.html#restful-interaction-batch\">batch</a>\n              \n              \n              \n              </td>\n              \n              \n              \n              <td>batch</td>\n              \n              \n              \n              <td>perform a set of a separate interactions in a single http operation</td>\n            \n            \n            \n            </tr>\n            \n            \n            \n            <tr>\n              \n              \n              \n              <td>\n                \n                \n                \n                <a href=\"codesystem-restful-interaction.html#restful-interaction-search-system\">search-system</a>\n              \n              \n              \n              </td>\n              \n              \n              \n              <td>search-system</td>\n              \n              \n              \n              <td>Search all resources based on some filter criteria.</td>\n            \n            \n            \n            </tr>\n            \n            \n            \n            <tr>\n              \n              \n              \n              <td>\n                \n                \n                \n                <a href=\"codesystem-restful-interaction.html#restful-interaction-history-system\">history-system</a>\n              \n              \n              \n              </td>\n              \n              \n              \n              <td>history-system</td>\n              \n              \n              \n              <td>Retrieve the change history for all resources on a system.</td>\n            \n            \n            \n            </tr>\n          \n          \n          \n          </table>\n        \n        \n        \n        </li>\n      \n      \n      \n      </ul>\n    \n    \n    \n    </div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "fhir"

     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "fhir" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "normative" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version" ];
     fhir:Extension.value [ fhir:value "4.0.0" ]
  ], [
     fhir:index 3;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "5" ]
  ];
  fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/ValueSet/system-restful-interaction"];
  fhir:ValueSet.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.3.181" ]
  ];
  fhir:ValueSet.version [ fhir:value "4.0.1"];
  fhir:ValueSet.name [ fhir:value "SystemRestfulInteraction"];
  fhir:ValueSet.title [ fhir:value "SystemRestfulInteraction"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.experimental [ fhir:value "false"];
  fhir:ValueSet.date [ fhir:value "2019-11-01T09:29:23+11:00"];
  fhir:ValueSet.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]

  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "normative"

     ]
  ];
  fhir:ValueSet.description [ fhir:value "Operations supported by REST at the system level."];
  fhir:ValueSet.compose [
     fhir:ValueSet.include [
       fhir:index 0;
       fhir:ValueSet.system [ fhir:value "http://hl7.org/fhir/restful-interaction" ];
       fhir:ValueSet.concept [
         fhir:index 0;
         fhir:ValueSet.code [ fhir:value "transaction" ]
       ], [
         fhir:index 1;
         fhir:ValueSet.code [ fhir:value "batch" ]
       ], [
         fhir:index 2;
         fhir:ValueSet.code [ fhir:value "search-system" ]
       ], [
         fhir:index 3;
         fhir:ValueSet.code [ fhir:value "history-system" ]
       ]

  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 5

     ]
  ] .

  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/ValueSet/system-restful-interaction"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/system-restful-interaction>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     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:l <urn:ietf:rfc:3986>
     ] ;
     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:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.2.84" ]
  ] ) ; # 
  fhir:version [ fhir:v "6.0.0-ballot3"] ; # 
  fhir:name [ fhir:v "SystemRestfulInteraction"] ; # 
  fhir:title [ fhir:v "System Restful Interaction"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  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:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       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:l <http://hl7.org/fhir/restful-interaction>
       ] ;
       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.