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: R4B R4 R3

Codesystem-procedure-progress-status-codes.xml

Example ValueSet/system-restful-interaction (Turtle)

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

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

Definition for Code System ProcedureProgressStatusCodes Value SetSystem Restful Interaction

<?xml version="1.0" encoding="UTF-8"?>
@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 -------------------------------------------------------------------

<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-12-17T20:50:17.012+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: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: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 [] . # 

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



  
  
    
    
  
  
    
    
      
      
        This value set is provided as an example. The value set to instantiate this attribute
           should be drawn from a robust terminology code system that consists of or contains concepts
           to support the procedure performance process.


      
      This code system http://hl7.org/fhir/procedure-progress-status-code defines the following
         codes:
      
        
          
            
          
          
            
          
          
            
          
        
        
          in-operating-room
            
          
          
          
        
        
          prepared
            
          
          
          
        
        
          anesthesia-induced
            
          
          
          
        
        
          open-incision
            
          
          
          
        
        
          closed-incision
            
          
          
          
        
        
          in-recovery-room
            
          
          
          
        
      
    
  
  
  
    
    
  
  
  
  
  
  
  
  
    
      
      
    
  
  This value set is provided as an example. The value set to instantiate this attribute
   should be drawn from a robust terminology code system that consists of or contains concepts
   to support the procedure performance process.
  
  
  
  
    
    
    
  
  
    
    
    
  
  
    
    
    
  
  
    
    
    
  
  
    
    
    
  
  
    
    
    
  
</
CodeSystem
>

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.