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
Draft as of 2025-08-20 |
<ValueSet xmlns="http://hl7.org/fhir">
<id value="AllowedActionsVS"/>
<text>
<status value="generated"/>
<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>
</text>
<url
value="http://portal.wof.purified.link/fhir/ValueSet/AllowedActionsVS"/>
<version value="0.1.0"/>
<name value="AllowedActionsVS"/>
<title value="AllowedActionsVS"/>
<status value="draft"/>
<date value="2025-08-20T14:05:22+00:00"/>
<description value="Valid values for wofmeta-allowed actions"/>
<compose>
<include>
<system
value="https://hl7.org/fhir/valueset-type-restful-interaction.html"/>
<concept>
<code value="update"/>
<display value="update"/>
</concept>
<concept>
<code value="delete"/>
<display value="delete"/>
</concept>
</include>
</compose>
</ValueSet>