ITB Implementation Guide
0.1.0 - Release Label

ITB Implementation Guide, published by . This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/espen-servicewell/wof-portal-fhir-ig/ and changes regularly. See the Directory of published versions

: AllowedActionsVS - TTL Representation

Draft as of 2025-08-20

Raw ttl | Download


@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:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AllowedActionsVS"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet AllowedActionsVS</b></p><a name=\"AllowedActionsVS\"> </a><a name=\"hcAllowedActionsVS\"> </a><ul><li>Include these codes as defined in <code>https://hl7.org/fhir/valueset-type-restful-interaction.html</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>update</td><td>update</td></tr><tr><td>delete</td><td>delete</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://portal.wof.purified.link/fhir/ValueSet/AllowedActionsVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "AllowedActionsVS"] ; # 
  fhir:title [ fhir:v "AllowedActionsVS"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-08-20T14:05:22+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Valid values for wofmeta-allowed actions"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://hl7.org/fhir/valueset-type-restful-interaction.html"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "update" ] ;
fhir:display [ fhir:v "update" ]       ] [
fhir:code [ fhir:v "delete" ] ;
fhir:display [ fhir:v "delete" ]       ] )     ] )
  ] . #