eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 8.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
| Active as of 2025-12-09 |
<CapabilityStatement xmlns="http://hl7.org/fhir">
<id value="terminology"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CapabilityStatement terminology</b></p><a name="terminology"> </a><a name="hcterminology"> </a><h2 id="title"/><ul><li>Implementation Guide Version: 8.0.0 </li><li>FHIR Version: 4.0.1 </li><li>Supported Formats: <code>application/fhir+xml</code>, <code>xml</code>, <code>application/fhir+json</code>, <code>json</code>, <code>application/x-turtle</code>, <code>ttl</code>, <code>html/json</code>, <code>html/xml</code>, <code>html/turtle</code></li><li>Published on: 2025-12-09 06:54:33+0000 </li><li>Published by: Den telemedicinske infrastruktur (eHealth Infrastructure) </li></ul><blockquote class="impl-note"><p><strong>Note to Implementers: FHIR Capabilities</strong></p><p>Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.</p></blockquote><p>This CapabilityStatement instantiates the CapabilityStatement <code>http://hl7.org/fhir/uv/bulkdata/CapabilityStatement/bulk-data</code></p><h2 id="rest">FHIR RESTful Capabilities</h2><div class="panel panel-default"><div class="panel-heading"><h3 id="mode1" class="panel-title">Mode: <code>server</code></h3></div><div class="panel-body"><div class="row"><div class="col-12"><span class="lead">Summary of System-wide Operations</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$reindex</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$import</td><td><div><p>Import terminology resources</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$export-poll-status</td><td><div><p>Operation for polling the status of a previously initiated FHIR Bulk Data System Level Export. A complete URL including the '_jobId' is returned in the 'Content-Location' response header when initiating the export. A 'GET' request to the polling location will return '202 Accepted' with a response header 'X-Progress' containing a status message for the progress of the export job. When the job has finished, the polling location will return '200 OK', and the contents of the body will be a JSON object providing metadata and links to the generated bulk data files. A 'DELETE' request can be used to cancel the export. If the export has already finished, the delete will return '404 Not Found', else the export job will be cancelled and a '202 Accepted' is returned with an operation outcome response.</p>
<h3>Parameters</h3>
<ul>
<li>_jobId: the job ID for the Bulk Export job which was returned in the 'Content-Location' header when initiating the export</li>
</ul>
</div></td></tr><tr><td><b>SHALL</b></td><td>$export</td><td><div><p>FHIR Operation to initiate an export of data from a FHIR server. The type of resources returned can be restricted using the '_type' parameter, and the '_since' parameter can be used to restrict resources to be only included if changed since the supplied time. The FHIR server support invocation of this operation using the <a href="http://hl7.org/fhir/R4/async.html">FHIR Asynchronous Request Pattern</a>.</p>
<h2>Initiation of export</h2>
<p>The initiation of an export must specify the request header 'Prefer: respond-async', and will return '202 Accepted' with a polling location in the response header 'Content-Location'. The polling location is for the endpoint '$export-poll-status' and has the export job ID as parameter '_jobId'.</p>
<h3>Parameters</h3>
<ul>
<li>_outputFormat: Optional parameter to specify the output format of the exported files. Default is 'application/fhir+ndjson'</li>
<li>_type: Optional parameter to specify a comma separated list of resource types to be included in the export. If not provided, all resource types will be included.</li>
<li>_since: Optional parameter to specify a time. Only resources that have been created or modified after this time will be included in the export (i.e., if Resource.meta.lastUpdated is later than the supplied _since time).</li>
<li>_typePostFetchFilterUrl: Optional parameter to apply filtering of resources for export. It is a string of comma-delimited FHIR REST search queries in the format [resourceType]?[parameters]. The filter will be applied on resources after being fetched from the database.</li>
<li>_exportId: Optional parameter to specify a client provided identifier for the export. Resulting exported files (Binary) will be labeled with the identifer in meta extension 'https://hapifhir.org/NamingSystem/bulk-export-identifier'</li>
</ul>
<h2>Polling status of export</h2>
<p>Subsequent GET requests to the polling location will return '202 Accepted' with a response header 'X-Progress' containing a status message for the progress of the export job. When the job has finished, the polling location will return '200 OK', and the contents of the body will be a JSON object providing metadata and links to the generated bulk export data files.</p>
<h2>Retrieving exported files</h2>
<p>The JSON object returned when the export job is complete will contain a list of files (Binary resources) available for download. Each file can be retrieved using a standard HTTP GET request to the provided URL. The security context of the Binary resources resulting from the export is the user that initiated the export. The files can therefore only be retrieved by the same user.</p>
<h3>Retention of exported files</h3>
<p>The exported files are retained for a limited time after which they are deleted. The retention time is a server configuration with default 2 hours.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$reindex-terminology</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$meta</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$get-resource-counts</td><td><div><p>Provides the number of resources currently stored on the server, broken down by resource type</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$expunge</td><td><div/></td></tr></tbody></table></div></div></div></div><h3 id="resourcesCap1">Capabilities by Resource/Profile</h3><h4 id="resourcesSummary1">Summary</h4><p>The summary table lists the resources that are part of this configuration, and for each resource it lists:</p><ul><li>The relevant profiles (if any)</li><li>The interactions supported by each resource (<b><span class="bg-info">R</span></b>ead, <b><span class="bg-info">S</span></b>earch, <b><span class="bg-info">U</span></b>pdate, and <b><span class="bg-info">C</span></b>reate, are always shown, while <b><span class="bg-info">VR</span></b>ead, <b><span class="bg-info">P</span></b>atch, <b><span class="bg-info">D</span></b>elete, <b><span class="bg-info">H</span></b>istory on <b><span class="bg-info">I</span></b>nstance, or <b><span class="bg-info">H</span></b>istory on <b><span class="bg-info">T</span></b>ype are only present if at least one of the resources has support for them.</li><li><span>The required, recommended, and some optional search parameters (if any). </span></li><li>The linked resources enabled for <code>_include</code></li><li>The other resources enabled for <code>_revinclude</code></li><li>The operations on the resource (if any)</li></ul><div class="table-responsive"><table class="table table-condensed table-hover"><thead><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th class="text-center"><b title="GET a resource (read interaction)">R</b></th><th class="text-center"><b title="GET past versions of resources (vread interaction)">V-R</b></th><th class="text-center"><b title="GET all set of resources of the type (search interaction)">S</b></th><th class="text-center"><b title="PUT a new resource version (update interaction)">U</b></th><th class="text-center"><b title="PATCH a new resource version (patch interaction)">P</b></th><th class="text-center"><b title="POST a new resource (create interaction)">C</b></th><th class="text-center"><b title="DELETE a resource (delete interaction)">D</b></th><th class="text-center"><b title="GET changes to a resource (history interaction on instance)">H-I</b></th><th class="text-center"><b title="GET changes for all resources of the type (history interaction on type)">H-T</b></th><th><b title="Required and recommended search parameters">Searches</b></th><th><code><b>_include</b></code></th><th><code><b>_revinclude</b></code></th><th><b>Operations</b></th></tr></thead><tbody><tr><td><a href="#Binary1-1">Binary</a></td><td><a href="http://hl7.org/fhir/R4/binary.html">http://hl7.org/fhir/StructureDefinition/Binary</a></td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center"/><td class="text-center"/><td class="text-center"/><td class="text-center"/><td class="text-center"/><td class="text-center"/><td class="text-center"/><td/><td><code>*</code></td><td><code>CodeSystem:supplements</code>, <code>ConceptMap:other</code>, <code>ConceptMap:source</code>, <code>ConceptMap:source-uri</code>, <code>ConceptMap:target</code>, <code>ConceptMap:target-uri</code>, <code>Group:managing-entity</code>, <code>Group:member</code></td><td/></tr><tr><td><a href="#CodeSystem1-2">CodeSystem</a></td><td><a href="http://hl7.org/fhir/R4/codesystem.html">http://hl7.org/fhir/StructureDefinition/CodeSystem</a></td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td>_content, _filter, _has, _id, _language, _lastUpdated, _list, _profile, _security, _source, _tag, _text, code, content-mode, context, context-quantity, context-type, context-type-quantity, context-type-value, date, description, identifier, jurisdiction, language, name, publisher, status, supplements, system, title, url, version</td><td><code>*</code>, <code>CodeSystem:supplements</code></td><td><code>CodeSystem:supplements</code>, <code>ConceptMap:other</code>, <code>ConceptMap:source</code>, <code>ConceptMap:source-uri</code>, <code>ConceptMap:target</code>, <code>ConceptMap:target-uri</code>, <code>Group:managing-entity</code>, <code>Group:member</code></td><td><code>$upload-external-code-system</code>, <code>$apply-codesystem-delta-remove</code>, <code>$apply-codesystem-delta-add</code>, <code>$validate</code>, <code>$meta-delete</code>, <code>$meta-add</code>, <code>$meta</code>, <code>$expunge</code>, <code>$validate-code</code>, <code>$subsumes</code>, <code>$lookup</code></td></tr><tr><td><a href="#ConceptMap1-3">ConceptMap</a></td><td><a href="http://hl7.org/fhir/R4/conceptmap.html">http://hl7.org/fhir/StructureDefinition/ConceptMap</a></td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td>_content, _filter, _has, _id, _language, _lastUpdated, _list, _profile, _security, _source, _tag, _text, context, context-quantity, context-type, context-type-quantity, context-type-value, date, dependson, description, identifier, jurisdiction, name, other, product, publisher, source, source-code, source-system, source-uri, status, target, target-code, target-system, target-uri, title, url, version</td><td><code>*</code>, <code>ConceptMap:other</code>, <code>ConceptMap:source</code>, <code>ConceptMap:source-uri</code>, <code>ConceptMap:target</code>, <code>ConceptMap:target-uri</code></td><td><code>CodeSystem:supplements</code>, <code>ConceptMap:other</code>, <code>ConceptMap:source</code>, <code>ConceptMap:source-uri</code>, <code>ConceptMap:target</code>, <code>ConceptMap:target-uri</code>, <code>Group:managing-entity</code>, <code>Group:member</code></td><td><code>$validate</code>, <code>$meta-delete</code>, <code>$meta-add</code>, <code>$meta</code>, <code>$expunge</code>, <code>$translate</code></td></tr><tr><td><a href="#Group1-4">Group</a></td><td><a href="http://hl7.org/fhir/R4/group.html">http://hl7.org/fhir/StructureDefinition/Group</a></td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td>_content, _filter, _has, _id, _language, _lastUpdated, _list, _profile, _security, _source, _tag, _text, actual, characteristic, characteristic-value, code, exclude, identifier, managing-entity, member, type, value</td><td><code>*</code>, <code>Group:managing-entity</code>, <code>Group:member</code></td><td><code>CodeSystem:supplements</code>, <code>ConceptMap:other</code>, <code>ConceptMap:source</code>, <code>ConceptMap:source-uri</code>, <code>ConceptMap:target</code>, <code>ConceptMap:target-uri</code>, <code>Group:managing-entity</code>, <code>Group:member</code></td><td><code>$validate</code>, <code>$meta-delete</code>, <code>$meta-add</code>, <code>$meta</code>, <code>$expunge</code></td></tr><tr><td><a href="#NamingSystem1-5">NamingSystem</a></td><td><a href="http://hl7.org/fhir/R4/namingsystem.html">http://hl7.org/fhir/StructureDefinition/NamingSystem</a></td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td>_content, _filter, _has, _id, _language, _lastUpdated, _list, _profile, _security, _source, _tag, _text, contact, context, context-quantity, context-type, context-type-quantity, context-type-value, date, description, id-type, jurisdiction, kind, name, period, publisher, responsible, status, telecom, type, value</td><td><code>*</code></td><td><code>CodeSystem:supplements</code>, <code>ConceptMap:other</code>, <code>ConceptMap:source</code>, <code>ConceptMap:source-uri</code>, <code>ConceptMap:target</code>, <code>ConceptMap:target-uri</code>, <code>Group:managing-entity</code>, <code>Group:member</code></td><td><code>$validate</code>, <code>$meta-delete</code>, <code>$meta-add</code>, <code>$meta</code>, <code>$expunge</code></td></tr><tr><td><a href="#OperationDefinition1-6">OperationDefinition</a></td><td><a href="http://hl7.org/fhir/R4/operationdefinition.html">http://hl7.org/fhir/StructureDefinition/OperationDefinition</a></td><td class="text-center">y</td><td class="text-center"/><td class="text-center"/><td class="text-center"/><td class="text-center"/><td class="text-center"/><td class="text-center"/><td class="text-center"/><td class="text-center"/><td/><td><code>*</code></td><td><code>CodeSystem:supplements</code>, <code>ConceptMap:other</code>, <code>ConceptMap:source</code>, <code>ConceptMap:source-uri</code>, <code>ConceptMap:target</code>, <code>ConceptMap:target-uri</code>, <code>Group:managing-entity</code>, <code>Group:member</code></td><td/></tr><tr><td><a href="#Practitioner1-7">Practitioner</a></td><td><a href="http://hl7.org/fhir/R4/practitioner.html">http://hl7.org/fhir/StructureDefinition/Practitioner</a></td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td>_content, _filter, _has, _id, _language, _lastUpdated, _list, _profile, _security, _source, _tag, _text, active, address, address-city, address-country, address-postalcode, address-state, address-use, communication, email, family, gender, given, identifier, name, phone, phonetic, telecom</td><td><code>*</code></td><td><code>CodeSystem:supplements</code>, <code>ConceptMap:other</code>, <code>ConceptMap:source</code>, <code>ConceptMap:source-uri</code>, <code>ConceptMap:target</code>, <code>ConceptMap:target-uri</code>, <code>Group:managing-entity</code>, <code>Group:member</code></td><td><code>$validate</code>, <code>$meta-delete</code>, <code>$meta-add</code>, <code>$meta</code>, <code>$expunge</code></td></tr><tr><td><a href="#StructureDefinition1-8">StructureDefinition</a></td><td><a href="http://hl7.org/fhir/R4/structuredefinition.html">http://hl7.org/fhir/StructureDefinition/StructureDefinition</a></td><td class="text-center">y</td><td class="text-center"/><td class="text-center">y</td><td class="text-center"/><td class="text-center"/><td class="text-center"/><td class="text-center"/><td class="text-center"/><td class="text-center"/><td>type</td><td><code>*</code></td><td><code>CodeSystem:supplements</code>, <code>ConceptMap:other</code>, <code>ConceptMap:source</code>, <code>ConceptMap:source-uri</code>, <code>ConceptMap:target</code>, <code>ConceptMap:target-uri</code>, <code>Group:managing-entity</code>, <code>Group:member</code></td><td/></tr><tr><td><a href="#ValueSet1-9">ValueSet</a></td><td><a href="http://hl7.org/fhir/R4/valueset.html">http://hl7.org/fhir/StructureDefinition/ValueSet</a></td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td>_content, _filter, _has, _id, _language, _lastUpdated, _list, _profile, _security, _source, _tag, _text, code, context, context-quantity, context-type, context-type-quantity, context-type-value, date, description, expansion, identifier, jurisdiction, name, publisher, reference, status, title, url, version</td><td><code>*</code></td><td><code>CodeSystem:supplements</code>, <code>ConceptMap:other</code>, <code>ConceptMap:source</code>, <code>ConceptMap:source-uri</code>, <code>ConceptMap:target</code>, <code>ConceptMap:target-uri</code>, <code>Group:managing-entity</code>, <code>Group:member</code></td><td><code>$validate-code</code>, <code>$invalidate-expansion</code>, <code>$expand</code>, <code>$validate</code>, <code>$meta-delete</code>, <code>$meta-add</code>, <code>$meta</code>, <code>$expunge</code></td></tr></tbody></table></div><hr/><div class="panel panel-default"><div class="panel-heading"><h4 id="Binary1-1" class="panel-title"><span style="float: right;">Resource Conformance: supported </span>Binary</h4></div><div class="panel-body"><div class="container"><div class="row"><div class="col-lg-6"><span class="lead">Base System Profile</span><br/><a href="http://hl7.org/fhir/R4/binary.html">Binary</a></div><div class="col-lg-3"><span class="lead">Profile Conformance</span><br/><b>SHALL</b></div><div class="col-lg-3"><span class="lead">Reference Policy</span><br/></div></div><p/><div class="row"><div class="col-lg-6"><span class="lead">Interaction summary</span><br/><ul><li>Supports <code>vread</code>, <code>read</code>.</li></ul></div></div><p/></div></div></div><div class="panel panel-default"><div class="panel-heading"><h4 id="CodeSystem1-2" class="panel-title"><span style="float: right;">Resource Conformance: supported </span>CodeSystem</h4></div><div class="panel-body"><div class="container"><div class="row"><div class="col-lg-6"><span class="lead">Base System Profile</span><br/><a href="http://hl7.org/fhir/R4/codesystem.html">CodeSystem</a></div><div class="col-lg-3"><span class="lead">Profile Conformance</span><br/><b>SHALL</b></div><div class="col-lg-3"><span class="lead">Reference Policy</span><br/></div></div><p/><div class="row"><div class="col-lg-6"><span class="lead">Interaction summary</span><br/><ul><li>Supports <code>update</code>, <code>vread</code>, <code>read</code>, <code>patch</code>, <code>history-type</code>, <code>history-instance</code>, <code>delete</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class="row"><div class="col-lg-7"><span class="lead">Search Parameters</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>_content</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a fulltext search</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_filter</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a filter</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_has</td><td><code>string</code></td><td><div><p>Return resources linked to by the given target</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_id</td><td><code>token</code></td><td><div><p>The ID of the resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_language</td><td><code>token</code></td><td><div><p>The language of the resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_lastUpdated</td><td><code>date</code></td><td><div><p>Only return resources which were last updated as specified by the given range</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_list</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a list</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_profile</td><td><code>uri</code></td><td><div><p>Search for resources which have the given profile</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_security</td><td><code>token</code></td><td><div><p>Search for resources which have the given security labels</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_source</td><td><code>uri</code></td><td><div><p>Search for resources which have the given source value (Resource.meta.source)</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_tag</td><td><code>token</code></td><td><div><p>Search for resources which have the given tag</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_text</td><td><code>string</code></td><td><div><p>Search the contents of the resource's narrative using a fulltext search</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>code</td><td><code>token</code></td><td><div><p>A code defined in the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>content-mode</td><td><code>token</code></td><td><div><p>not-present | example | fragment | complete | supplement</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context</td><td><code>token</code></td><td><div><p>A use context assigned to the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-quantity</td><td><code>quantity</code></td><td><div><p>A quantity- or range-valued use context assigned to the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-type</td><td><code>token</code></td><td><div><p>A type of use context assigned to the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-type-quantity</td><td><code>composite</code></td><td><div><p>A use context type and quantity- or range-based value assigned to the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-type-value</td><td><code>composite</code></td><td><div><p>A use context type and value assigned to the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>date</td><td><code>date</code></td><td><div><p>The code system publication date</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>description</td><td><code>string</code></td><td><div><p>The description of the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>identifier</td><td><code>token</code></td><td><div><p>External identifier for the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>jurisdiction</td><td><code>token</code></td><td><div><p>Intended jurisdiction for the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>language</td><td><code>token</code></td><td><div><p>A language in which a designation is provided</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>name</td><td><code>string</code></td><td><div><p>Computationally friendly name of the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>publisher</td><td><code>string</code></td><td><div><p>Name of the publisher of the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>status</td><td><code>token</code></td><td><div><p>The current status of the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>supplements</td><td><code>reference</code></td><td><div><p>Find code system supplements for the referenced code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>system</td><td><code>uri</code></td><td><div><p>The system for any codes defined by this code system (same as 'url')</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>title</td><td><code>string</code></td><td><div><p>The human-friendly name of the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>url</td><td><code>uri</code></td><td><div><p>The uri that identifies the code system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>version</td><td><code>token</code></td><td><div><p>The business version of the code system</p>
</div></td></tr></tbody></table></div><div class="col-lg-5"> </div></div><div class="row"><div class="col-12"><span class="lead">Extended Operations</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$upload-external-code-system</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$apply-codesystem-delta-remove</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$apply-codesystem-delta-add</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$validate</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$meta-delete</td><td><div><p>Delete tags, profiles, and/or security labels from a resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$meta-add</td><td><div><p>Add tags, profiles, and/or security labels to a resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$meta</td><td><div><p>Request a list of tags, profiles, and security labels for a specfic resource instance</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$expunge</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$validate-code</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$subsumes</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$lookup</td><td><div/></td></tr></tbody></table></div></div></div></div></div><div class="panel panel-default"><div class="panel-heading"><h4 id="ConceptMap1-3" class="panel-title"><span style="float: right;">Resource Conformance: supported </span>ConceptMap</h4></div><div class="panel-body"><div class="container"><div class="row"><div class="col-lg-6"><span class="lead">Base System Profile</span><br/><a href="http://hl7.org/fhir/R4/conceptmap.html">ConceptMap</a></div><div class="col-lg-3"><span class="lead">Profile Conformance</span><br/><b>SHALL</b></div><div class="col-lg-3"><span class="lead">Reference Policy</span><br/></div></div><p/><div class="row"><div class="col-lg-6"><span class="lead">Interaction summary</span><br/><ul><li>Supports <code>update</code>, <code>vread</code>, <code>read</code>, <code>patch</code>, <code>history-type</code>, <code>history-instance</code>, <code>delete</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class="row"><div class="col-lg-7"><span class="lead">Search Parameters</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>_content</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a fulltext search</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_filter</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a filter</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_has</td><td><code>string</code></td><td><div><p>Return resources linked to by the given target</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_id</td><td><code>token</code></td><td><div><p>The ID of the resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_language</td><td><code>token</code></td><td><div><p>The language of the resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_lastUpdated</td><td><code>date</code></td><td><div><p>Only return resources which were last updated as specified by the given range</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_list</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a list</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_profile</td><td><code>uri</code></td><td><div><p>Search for resources which have the given profile</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_security</td><td><code>token</code></td><td><div><p>Search for resources which have the given security labels</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_source</td><td><code>uri</code></td><td><div><p>Search for resources which have the given source value (Resource.meta.source)</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_tag</td><td><code>token</code></td><td><div><p>Search for resources which have the given tag</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_text</td><td><code>string</code></td><td><div><p>Search the contents of the resource's narrative using a fulltext search</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context</td><td><code>token</code></td><td><div><p>A use context assigned to the concept map</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-quantity</td><td><code>quantity</code></td><td><div><p>A quantity- or range-valued use context assigned to the concept map</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-type</td><td><code>token</code></td><td><div><p>A type of use context assigned to the concept map</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-type-quantity</td><td><code>composite</code></td><td><div><p>A use context type and quantity- or range-based value assigned to the concept map</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-type-value</td><td><code>composite</code></td><td><div><p>A use context type and value assigned to the concept map</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>date</td><td><code>date</code></td><td><div><p>The concept map publication date</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>dependson</td><td><code>uri</code></td><td><div><p>Reference to property mapping depends on</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>description</td><td><code>string</code></td><td><div><p>The description of the concept map</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>identifier</td><td><code>token</code></td><td><div><p>External identifier for the concept map</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>jurisdiction</td><td><code>token</code></td><td><div><p>Intended jurisdiction for the concept map</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>name</td><td><code>string</code></td><td><div><p>Computationally friendly name of the concept map</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>other</td><td><code>reference</code></td><td><div><p>canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>product</td><td><code>uri</code></td><td><div><p>Reference to property mapping depends on</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>publisher</td><td><code>string</code></td><td><div><p>Name of the publisher of the concept map</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>source</td><td><code>reference</code></td><td><div><p>The source value set that contains the concepts that are being mapped</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>source-code</td><td><code>token</code></td><td><div><p>Identifies element being mapped</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>source-system</td><td><code>uri</code></td><td><div><p>Source system where concepts to be mapped are defined</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>source-uri</td><td><code>reference</code></td><td><div><p>The source value set that contains the concepts that are being mapped</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>status</td><td><code>token</code></td><td><div><p>The current status of the concept map</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>target</td><td><code>reference</code></td><td><div><p>The target value set which provides context for the mappings</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>target-code</td><td><code>token</code></td><td><div><p>Code that identifies the target element</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>target-system</td><td><code>uri</code></td><td><div><p>Target system that the concepts are to be mapped to</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>target-uri</td><td><code>reference</code></td><td><div><p>The target value set which provides context for the mappings</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>title</td><td><code>string</code></td><td><div><p>The human-friendly name of the concept map</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>url</td><td><code>uri</code></td><td><div><p>The uri that identifies the concept map</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>version</td><td><code>token</code></td><td><div><p>The business version of the concept map</p>
</div></td></tr></tbody></table></div><div class="col-lg-5"> </div></div><div class="row"><div class="col-12"><span class="lead">Extended Operations</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$validate</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$meta-delete</td><td><div><p>Delete tags, profiles, and/or security labels from a resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$meta-add</td><td><div><p>Add tags, profiles, and/or security labels to a resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$meta</td><td><div><p>Request a list of tags, profiles, and security labels for a specfic resource instance</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$expunge</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$translate</td><td><div/></td></tr></tbody></table></div></div></div></div></div><div class="panel panel-default"><div class="panel-heading"><h4 id="Group1-4" class="panel-title"><span style="float: right;">Resource Conformance: supported </span>Group</h4></div><div class="panel-body"><div class="container"><div class="row"><div class="col-lg-6"><span class="lead">Base System Profile</span><br/><a href="http://hl7.org/fhir/R4/group.html">Group</a></div><div class="col-lg-3"><span class="lead">Profile Conformance</span><br/><b>SHALL</b></div><div class="col-lg-3"><span class="lead">Reference Policy</span><br/></div></div><p/><div class="row"><div class="col-lg-6"><span class="lead">Interaction summary</span><br/><ul><li>Supports <code>search-type</code>, <code>update</code>, <code>vread</code>, <code>read</code>, <code>patch</code>, <code>history-type</code>, <code>history-instance</code>, <code>delete</code>, <code>create</code>.</li></ul></div></div><p/><div class="row"><div class="col-lg-7"><span class="lead">Search Parameters</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>_content</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a fulltext search</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_filter</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a filter</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_has</td><td><code>string</code></td><td><div><p>Return resources linked to by the given target</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_id</td><td><code>token</code></td><td><div><p>The ID of the resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_language</td><td><code>token</code></td><td><div><p>The language of the resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_lastUpdated</td><td><code>date</code></td><td><div><p>Only return resources which were last updated as specified by the given range</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_list</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a list</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_profile</td><td><code>uri</code></td><td><div><p>Search for resources which have the given profile</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_security</td><td><code>token</code></td><td><div><p>Search for resources which have the given security labels</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_source</td><td><code>uri</code></td><td><div><p>Search for resources which have the given source value (Resource.meta.source)</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_tag</td><td><code>token</code></td><td><div><p>Search for resources which have the given tag</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_text</td><td><code>string</code></td><td><div><p>Search the contents of the resource's narrative using a fulltext search</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>actual</td><td><code>token</code></td><td><div><p>Descriptive or actual</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>characteristic</td><td><code>token</code></td><td><div><p>Kind of characteristic</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>characteristic-value</td><td><code>composite</code></td><td><div><p>A composite of both characteristic and value</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>code</td><td><code>token</code></td><td><div><p>The kind of resources contained</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>exclude</td><td><code>token</code></td><td><div><p>Group includes or excludes</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>identifier</td><td><code>token</code></td><td><div><p>Unique id</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>managing-entity</td><td><code>reference</code></td><td><div><p>Entity that is the custodian of the Group's definition</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>member</td><td><code>reference</code></td><td><div><p>Reference to the group member</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>type</td><td><code>token</code></td><td><div><p>The type of resources the group contains</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>value</td><td><code>token</code></td><td><div><p>Value held by characteristic</p>
</div></td></tr></tbody></table></div><div class="col-lg-5"> </div></div><div class="row"><div class="col-12"><span class="lead">Extended Operations</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$validate</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$meta-delete</td><td><div><p>Delete tags, profiles, and/or security labels from a resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$meta-add</td><td><div><p>Add tags, profiles, and/or security labels to a resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$meta</td><td><div><p>Request a list of tags, profiles, and security labels for a specfic resource instance</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$expunge</td><td><div/></td></tr></tbody></table></div></div></div></div></div><div class="panel panel-default"><div class="panel-heading"><h4 id="NamingSystem1-5" class="panel-title"><span style="float: right;">Resource Conformance: supported </span>NamingSystem</h4></div><div class="panel-body"><div class="container"><div class="row"><div class="col-lg-6"><span class="lead">Base System Profile</span><br/><a href="http://hl7.org/fhir/R4/namingsystem.html">NamingSystem</a></div><div class="col-lg-3"><span class="lead">Profile Conformance</span><br/><b>SHALL</b></div><div class="col-lg-3"><span class="lead">Reference Policy</span><br/></div></div><p/><div class="row"><div class="col-lg-6"><span class="lead">Interaction summary</span><br/><ul><li>Supports <code>update</code>, <code>vread</code>, <code>read</code>, <code>patch</code>, <code>history-type</code>, <code>history-instance</code>, <code>delete</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class="row"><div class="col-lg-7"><span class="lead">Search Parameters</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>_content</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a fulltext search</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_filter</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a filter</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_has</td><td><code>string</code></td><td><div><p>Return resources linked to by the given target</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_id</td><td><code>token</code></td><td><div><p>The ID of the resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_language</td><td><code>token</code></td><td><div><p>The language of the resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_lastUpdated</td><td><code>date</code></td><td><div><p>Only return resources which were last updated as specified by the given range</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_list</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a list</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_profile</td><td><code>uri</code></td><td><div><p>Search for resources which have the given profile</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_security</td><td><code>token</code></td><td><div><p>Search for resources which have the given security labels</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_source</td><td><code>uri</code></td><td><div><p>Search for resources which have the given source value (Resource.meta.source)</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_tag</td><td><code>token</code></td><td><div><p>Search for resources which have the given tag</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_text</td><td><code>string</code></td><td><div><p>Search the contents of the resource's narrative using a fulltext search</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>contact</td><td><code>string</code></td><td><div><p>Name of an individual to contact</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context</td><td><code>token</code></td><td><div><p>A use context assigned to the naming system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-quantity</td><td><code>quantity</code></td><td><div><p>A quantity- or range-valued use context assigned to the naming system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-type</td><td><code>token</code></td><td><div><p>A type of use context assigned to the naming system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-type-quantity</td><td><code>composite</code></td><td><div><p>A use context type and quantity- or range-based value assigned to the naming system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-type-value</td><td><code>composite</code></td><td><div><p>A use context type and value assigned to the naming system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>date</td><td><code>date</code></td><td><div><p>The naming system publication date</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>description</td><td><code>string</code></td><td><div><p>The description of the naming system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>id-type</td><td><code>token</code></td><td><div><p>oid | uuid | uri | other</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>jurisdiction</td><td><code>token</code></td><td><div><p>Intended jurisdiction for the naming system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>kind</td><td><code>token</code></td><td><div><p>codesystem | identifier | root</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>name</td><td><code>string</code></td><td><div><p>Computationally friendly name of the naming system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>period</td><td><code>date</code></td><td><div><p>When is identifier valid?</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>publisher</td><td><code>string</code></td><td><div><p>Name of the publisher of the naming system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>responsible</td><td><code>string</code></td><td><div><p>Who maintains system namespace?</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>status</td><td><code>token</code></td><td><div><p>The current status of the naming system</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>telecom</td><td><code>token</code></td><td><div><p>Contact details for individual or organization</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>type</td><td><code>token</code></td><td><div><p>e.g. driver, provider, patient, bank etc.</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>value</td><td><code>string</code></td><td><div><p>The unique identifier</p>
</div></td></tr></tbody></table></div><div class="col-lg-5"> </div></div><div class="row"><div class="col-12"><span class="lead">Extended Operations</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$validate</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$meta-delete</td><td><div><p>Delete tags, profiles, and/or security labels from a resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$meta-add</td><td><div><p>Add tags, profiles, and/or security labels to a resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$meta</td><td><div><p>Request a list of tags, profiles, and security labels for a specfic resource instance</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$expunge</td><td><div/></td></tr></tbody></table></div></div></div></div></div><div class="panel panel-default"><div class="panel-heading"><h4 id="OperationDefinition1-6" class="panel-title"><span style="float: right;">Resource Conformance: supported </span>OperationDefinition</h4></div><div class="panel-body"><div class="container"><div class="row"><div class="col-lg-6"><span class="lead">Base System Profile</span><br/><a href="http://hl7.org/fhir/R4/operationdefinition.html">OperationDefinition</a></div><div class="col-lg-3"><span class="lead">Profile Conformance</span><br/><b>SHALL</b></div><div class="col-lg-3"><span class="lead">Reference Policy</span><br/></div></div><p/><div class="row"><div class="col-lg-6"><span class="lead">Interaction summary</span><br/><ul><li>Supports <code>read</code>.</li></ul></div></div><p/></div></div></div><div class="panel panel-default"><div class="panel-heading"><h4 id="Practitioner1-7" class="panel-title"><span style="float: right;">Resource Conformance: supported </span>Practitioner</h4></div><div class="panel-body"><div class="container"><div class="row"><div class="col-lg-6"><span class="lead">Base System Profile</span><br/><a href="http://hl7.org/fhir/R4/practitioner.html">Practitioner</a></div><div class="col-lg-3"><span class="lead">Profile Conformance</span><br/><b>SHALL</b></div><div class="col-lg-3"><span class="lead">Reference Policy</span><br/></div></div><p/><div class="row"><div class="col-lg-6"><span class="lead">Interaction summary</span><br/><ul><li>Supports <code>search-type</code>, <code>update</code>, <code>vread</code>, <code>read</code>, <code>patch</code>, <code>history-type</code>, <code>history-instance</code>, <code>delete</code>, <code>create</code>.</li></ul></div></div><p/><div class="row"><div class="col-lg-7"><span class="lead">Search Parameters</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>_content</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a fulltext search</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_filter</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a filter</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_has</td><td><code>string</code></td><td><div><p>Return resources linked to by the given target</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_id</td><td><code>token</code></td><td><div><p>The ID of the resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_language</td><td><code>token</code></td><td><div><p>The language of the resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_lastUpdated</td><td><code>date</code></td><td><div><p>Only return resources which were last updated as specified by the given range</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_list</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a list</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_profile</td><td><code>uri</code></td><td><div><p>Search for resources which have the given profile</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_security</td><td><code>token</code></td><td><div><p>Search for resources which have the given security labels</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_source</td><td><code>uri</code></td><td><div><p>Search for resources which have the given source value (Resource.meta.source)</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_tag</td><td><code>token</code></td><td><div><p>Search for resources which have the given tag</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_text</td><td><code>string</code></td><td><div><p>Search the contents of the resource's narrative using a fulltext search</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>active</td><td><code>token</code></td><td><div><p>Whether the practitioner record is active</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>address</td><td><code>string</code></td><td><div><p>A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>address-city</td><td><code>string</code></td><td><div><p>A city specified in an address</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>address-country</td><td><code>string</code></td><td><div><p>A country specified in an address</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>address-postalcode</td><td><code>string</code></td><td><div><p>A postalCode specified in an address</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>address-state</td><td><code>string</code></td><td><div><p>A state specified in an address</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>address-use</td><td><code>token</code></td><td><div><p>A use code specified in an address</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>communication</td><td><code>token</code></td><td><div><p>One of the languages that the practitioner can communicate with</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>email</td><td><code>token</code></td><td><div><p>A value in an email contact</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>family</td><td><code>string</code></td><td><div><p>A portion of the family name</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>gender</td><td><code>token</code></td><td><div><p>Gender of the practitioner</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>given</td><td><code>string</code></td><td><div><p>A portion of the given name</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>identifier</td><td><code>token</code></td><td><div><p>A practitioner's Identifier</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>name</td><td><code>string</code></td><td><div><p>A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>phone</td><td><code>token</code></td><td><div><p>A value in a phone contact</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>phonetic</td><td><code>string</code></td><td><div><p>A portion of either family or given name using some kind of phonetic matching algorithm</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>telecom</td><td><code>token</code></td><td><div><p>The value in any kind of contact</p>
</div></td></tr></tbody></table></div><div class="col-lg-5"> </div></div><div class="row"><div class="col-12"><span class="lead">Extended Operations</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$validate</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$meta-delete</td><td><div><p>Delete tags, profiles, and/or security labels from a resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$meta-add</td><td><div><p>Add tags, profiles, and/or security labels to a resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$meta</td><td><div><p>Request a list of tags, profiles, and security labels for a specfic resource instance</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$expunge</td><td><div/></td></tr></tbody></table></div></div></div></div></div><div class="panel panel-default"><div class="panel-heading"><h4 id="StructureDefinition1-8" class="panel-title"><span style="float: right;">Resource Conformance: supported </span>StructureDefinition</h4></div><div class="panel-body"><div class="container"><div class="row"><div class="col-lg-6"><span class="lead">Base System Profile</span><br/><a href="http://hl7.org/fhir/R4/structuredefinition.html">StructureDefinition</a></div><div class="col-lg-3"><span class="lead">Profile Conformance</span><br/><b>SHALL</b></div><div class="col-lg-3"><span class="lead">Reference Policy</span><br/></div></div><p/><div class="row"><div class="col-lg-6"><span class="lead">Interaction summary</span><br/><ul><li>Supports <code>search-type</code>, <code>read</code>.</li></ul></div></div><p/><div class="row"><div class="col-lg-7"><span class="lead">Search Parameters</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>type</td><td><code>token</code></td><td><div><p>Type defined or constrained by this structure</p>
</div></td></tr></tbody></table></div><div class="col-lg-5"> </div></div></div></div></div><div class="panel panel-default"><div class="panel-heading"><h4 id="ValueSet1-9" class="panel-title"><span style="float: right;">Resource Conformance: supported </span>ValueSet</h4></div><div class="panel-body"><div class="container"><div class="row"><div class="col-lg-6"><span class="lead">Base System Profile</span><br/><a href="http://hl7.org/fhir/R4/valueset.html">ValueSet</a></div><div class="col-lg-3"><span class="lead">Profile Conformance</span><br/><b>SHALL</b></div><div class="col-lg-3"><span class="lead">Reference Policy</span><br/></div></div><p/><div class="row"><div class="col-lg-6"><span class="lead">Interaction summary</span><br/><ul><li>Supports <code>update</code>, <code>vread</code>, <code>read</code>, <code>patch</code>, <code>history-type</code>, <code>history-instance</code>, <code>delete</code>, <code>create</code>, <code>search-type</code>.</li></ul></div></div><p/><div class="row"><div class="col-lg-7"><span class="lead">Search Parameters</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>_content</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a fulltext search</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_filter</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a filter</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_has</td><td><code>string</code></td><td><div><p>Return resources linked to by the given target</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_id</td><td><code>token</code></td><td><div><p>The ID of the resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_language</td><td><code>token</code></td><td><div><p>The language of the resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_lastUpdated</td><td><code>date</code></td><td><div><p>Only return resources which were last updated as specified by the given range</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_list</td><td><code>string</code></td><td><div><p>Search the contents of the resource's data using a list</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_profile</td><td><code>uri</code></td><td><div><p>Search for resources which have the given profile</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_security</td><td><code>token</code></td><td><div><p>Search for resources which have the given security labels</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_source</td><td><code>uri</code></td><td><div><p>Search for resources which have the given source value (Resource.meta.source)</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_tag</td><td><code>token</code></td><td><div><p>Search for resources which have the given tag</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_text</td><td><code>string</code></td><td><div><p>Search the contents of the resource's narrative using a fulltext search</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>code</td><td><code>token</code></td><td><div><p>This special parameter searches for codes in the value set. See additional notes on the ValueSet resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context</td><td><code>token</code></td><td><div><p>A use context assigned to the value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-quantity</td><td><code>quantity</code></td><td><div><p>A quantity- or range-valued use context assigned to the value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-type</td><td><code>token</code></td><td><div><p>A type of use context assigned to the value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-type-quantity</td><td><code>composite</code></td><td><div><p>A use context type and quantity- or range-based value assigned to the value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>context-type-value</td><td><code>composite</code></td><td><div><p>A use context type and value assigned to the value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>date</td><td><code>date</code></td><td><div><p>The value set publication date</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>description</td><td><code>string</code></td><td><div><p>The description of the value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>expansion</td><td><code>uri</code></td><td><div><p>Identifies the value set expansion (business identifier)</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>identifier</td><td><code>token</code></td><td><div><p>External identifier for the value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>jurisdiction</td><td><code>token</code></td><td><div><p>Intended jurisdiction for the value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>name</td><td><code>string</code></td><td><div><p>Computationally friendly name of the value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>publisher</td><td><code>string</code></td><td><div><p>Name of the publisher of the value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>reference</td><td><code>uri</code></td><td><div><p>A code system included or excluded in the value set or an imported value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>status</td><td><code>token</code></td><td><div><p>The current status of the value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>title</td><td><code>string</code></td><td><div><p>The human-friendly name of the value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>url</td><td><code>uri</code></td><td><div><p>The uri that identifies the value set</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>version</td><td><code>token</code></td><td><div><p>The business version of the value set</p>
</div></td></tr></tbody></table></div><div class="col-lg-5"> </div></div><div class="row"><div class="col-12"><span class="lead">Extended Operations</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Operation</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>$validate-code</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$invalidate-expansion</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$expand</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$validate</td><td><div/></td></tr><tr><td><b>SHALL</b></td><td>$meta-delete</td><td><div><p>Delete tags, profiles, and/or security labels from a resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$meta-add</td><td><div><p>Add tags, profiles, and/or security labels to a resource</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$meta</td><td><div><p>Request a list of tags, profiles, and security labels for a specfic resource instance</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>$expunge</td><td><div/></td></tr></tbody></table></div></div></div></div></div></div>
</text>
<url
value="http://ehealth.sundhed.dk/fhir/CapabilityStatement/terminology"/>
<version value="8.0.0"/>
<name value="terminology"/>
<status value="active"/>
<date value="2025-12-09T06:54:33.208+00:00"/>
<publisher
value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
<contact>
<name value="Den telemedicinske infrastruktur (eHealth Infrastructure)"/>
<telecom>
<system value="url"/>
<value value="http://ehealth.sundhed.dk"/>
</telecom>
</contact>
<jurisdiction>
<coding>
<system value="urn:iso:std:iso:3166"/>
<code value="DK"/>
<display value="Denmark"/>
</coding>
</jurisdiction>
<kind value="instance"/>
<instantiates
value="http://hl7.org/fhir/uv/bulkdata/CapabilityStatement/bulk-data"/>
<software>
<name value="terminology"/>
<version value="1.23.0"/>
</software>
<implementation>
<description value="eHealth terminology service"/>
<url value="https://terminology.devtest.systematic-ehealth.com/fhir"/>
</implementation>
<fhirVersion value="4.0.1"/>
<format value="application/fhir+xml"/>
<format value="xml"/>
<format value="application/fhir+json"/>
<format value="json"/>
<format value="application/x-turtle"/>
<format value="ttl"/>
<format value="html/json"/>
<format value="html/xml"/>
<format value="html/turtle"/>
<rest>
<mode value="server"/>
<resource>
<type value="Binary"/>
<profile value="http://hl7.org/fhir/StructureDefinition/Binary"/>
<interaction>
<code value="vread"/>
</interaction>
<interaction>
<code value="read"/>
</interaction>
<searchInclude value="*"/>
<searchRevInclude value="CodeSystem:supplements"/>
<searchRevInclude value="ConceptMap:other"/>
<searchRevInclude value="ConceptMap:source"/>
<searchRevInclude value="ConceptMap:source-uri"/>
<searchRevInclude value="ConceptMap:target"/>
<searchRevInclude value="ConceptMap:target-uri"/>
<searchRevInclude value="Group:managing-entity"/>
<searchRevInclude value="Group:member"/>
</resource>
<resource>
<type value="CodeSystem"/>
<profile value="http://hl7.org/fhir/StructureDefinition/CodeSystem"/>
<interaction>
<code value="update"/>
</interaction>
<interaction>
<code value="vread"/>
</interaction>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="patch"/>
</interaction>
<interaction>
<code value="history-type"/>
</interaction>
<interaction>
<code value="history-instance"/>
</interaction>
<interaction>
<code value="delete"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<interaction>
<code value="search-type"/>
</interaction>
<conditionalCreate value="true"/>
<conditionalUpdate value="true"/>
<conditionalDelete value="multiple"/>
<searchInclude value="*"/>
<searchInclude value="CodeSystem:supplements"/>
<searchRevInclude value="CodeSystem:supplements"/>
<searchRevInclude value="ConceptMap:other"/>
<searchRevInclude value="ConceptMap:source"/>
<searchRevInclude value="ConceptMap:source-uri"/>
<searchRevInclude value="ConceptMap:target"/>
<searchRevInclude value="ConceptMap:target-uri"/>
<searchRevInclude value="Group:managing-entity"/>
<searchRevInclude value="Group:member"/>
<searchParam>
<name value="_content"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a fulltext search"/>
</searchParam>
<searchParam>
<name value="_filter"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a filter"/>
</searchParam>
<searchParam>
<name value="_has"/>
<type value="string"/>
<documentation
value="Return resources linked to by the given target"/>
</searchParam>
<searchParam>
<name value="_id"/>
<type value="token"/>
<documentation value="The ID of the resource"/>
</searchParam>
<searchParam>
<name value="_language"/>
<type value="token"/>
<documentation value="The language of the resource"/>
</searchParam>
<searchParam>
<name value="_lastUpdated"/>
<type value="date"/>
<documentation
value="Only return resources which were last updated as specified by the given range"/>
</searchParam>
<searchParam>
<name value="_list"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a list"/>
</searchParam>
<searchParam>
<name value="_profile"/>
<type value="uri"/>
<documentation
value="Search for resources which have the given profile"/>
</searchParam>
<searchParam>
<name value="_security"/>
<type value="token"/>
<documentation
value="Search for resources which have the given security labels"/>
</searchParam>
<searchParam>
<name value="_source"/>
<type value="uri"/>
<documentation
value="Search for resources which have the given source value (Resource.meta.source)"/>
</searchParam>
<searchParam>
<name value="_tag"/>
<type value="token"/>
<documentation value="Search for resources which have the given tag"/>
</searchParam>
<searchParam>
<name value="_text"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's narrative using a fulltext search"/>
</searchParam>
<searchParam>
<name value="code"/>
<type value="token"/>
<documentation value="A code defined in the code system"/>
</searchParam>
<searchParam>
<name value="content-mode"/>
<type value="token"/>
<documentation
value="not-present | example | fragment | complete | supplement"/>
</searchParam>
<searchParam>
<name value="context"/>
<type value="token"/>
<documentation value="A use context assigned to the code system"/>
</searchParam>
<searchParam>
<name value="context-quantity"/>
<type value="quantity"/>
<documentation
value="A quantity- or range-valued use context assigned to the code system"/>
</searchParam>
<searchParam>
<name value="context-type"/>
<type value="token"/>
<documentation
value="A type of use context assigned to the code system"/>
</searchParam>
<searchParam>
<name value="context-type-quantity"/>
<type value="composite"/>
<documentation
value="A use context type and quantity- or range-based value assigned to the code system"/>
</searchParam>
<searchParam>
<name value="context-type-value"/>
<type value="composite"/>
<documentation
value="A use context type and value assigned to the code system"/>
</searchParam>
<searchParam>
<name value="date"/>
<type value="date"/>
<documentation value="The code system publication date"/>
</searchParam>
<searchParam>
<name value="description"/>
<type value="string"/>
<documentation value="The description of the code system"/>
</searchParam>
<searchParam>
<name value="identifier"/>
<type value="token"/>
<documentation value="External identifier for the code system"/>
</searchParam>
<searchParam>
<name value="jurisdiction"/>
<type value="token"/>
<documentation value="Intended jurisdiction for the code system"/>
</searchParam>
<searchParam>
<name value="language"/>
<type value="token"/>
<documentation value="A language in which a designation is provided"/>
</searchParam>
<searchParam>
<name value="name"/>
<type value="string"/>
<documentation
value="Computationally friendly name of the code system"/>
</searchParam>
<searchParam>
<name value="publisher"/>
<type value="string"/>
<documentation value="Name of the publisher of the code system"/>
</searchParam>
<searchParam>
<name value="status"/>
<type value="token"/>
<documentation value="The current status of the code system"/>
</searchParam>
<searchParam>
<name value="supplements"/>
<type value="reference"/>
<documentation
value="Find code system supplements for the referenced code system"/>
</searchParam>
<searchParam>
<name value="system"/>
<type value="uri"/>
<documentation
value="The system for any codes defined by this code system (same as 'url')"/>
</searchParam>
<searchParam>
<name value="title"/>
<type value="string"/>
<documentation value="The human-friendly name of the code system"/>
</searchParam>
<searchParam>
<name value="url"/>
<type value="uri"/>
<documentation value="The uri that identifies the code system"/>
</searchParam>
<searchParam>
<name value="version"/>
<type value="token"/>
<documentation value="The business version of the code system"/>
</searchParam>
<operation>
<name value="upload-external-code-system"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-upload-external-code-system"/>
</operation>
<operation>
<name value="apply-codesystem-delta-remove"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-apply-codesystem-delta-remove"/>
</operation>
<operation>
<name value="apply-codesystem-delta-add"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-apply-codesystem-delta-add"/>
</operation>
<operation>
<name value="validate"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"/>
</operation>
<operation>
<name value="meta-delete"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"/>
<documentation
value="Delete tags, profiles, and/or security labels from a resource"/>
</operation>
<operation>
<name value="meta-add"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"/>
<documentation
value="Add tags, profiles, and/or security labels to a resource"/>
</operation>
<operation>
<name value="meta"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
<documentation
value="Request a list of tags, profiles, and security labels for a specfic resource instance"/>
</operation>
<operation>
<name value="expunge"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"/>
</operation>
<operation>
<name value="validate-code"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystemValueSet-it-validate-code"/>
</operation>
<operation>
<name value="subsumes"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-subsumes"/>
</operation>
<operation>
<name value="lookup"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-lookup"/>
</operation>
</resource>
<resource>
<type value="ConceptMap"/>
<profile value="http://hl7.org/fhir/StructureDefinition/ConceptMap"/>
<interaction>
<code value="update"/>
</interaction>
<interaction>
<code value="vread"/>
</interaction>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="patch"/>
</interaction>
<interaction>
<code value="history-type"/>
</interaction>
<interaction>
<code value="history-instance"/>
</interaction>
<interaction>
<code value="delete"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<interaction>
<code value="search-type"/>
</interaction>
<conditionalCreate value="true"/>
<conditionalUpdate value="true"/>
<conditionalDelete value="multiple"/>
<searchInclude value="*"/>
<searchInclude value="ConceptMap:other"/>
<searchInclude value="ConceptMap:source"/>
<searchInclude value="ConceptMap:source-uri"/>
<searchInclude value="ConceptMap:target"/>
<searchInclude value="ConceptMap:target-uri"/>
<searchRevInclude value="CodeSystem:supplements"/>
<searchRevInclude value="ConceptMap:other"/>
<searchRevInclude value="ConceptMap:source"/>
<searchRevInclude value="ConceptMap:source-uri"/>
<searchRevInclude value="ConceptMap:target"/>
<searchRevInclude value="ConceptMap:target-uri"/>
<searchRevInclude value="Group:managing-entity"/>
<searchRevInclude value="Group:member"/>
<searchParam>
<name value="_content"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a fulltext search"/>
</searchParam>
<searchParam>
<name value="_filter"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a filter"/>
</searchParam>
<searchParam>
<name value="_has"/>
<type value="string"/>
<documentation
value="Return resources linked to by the given target"/>
</searchParam>
<searchParam>
<name value="_id"/>
<type value="token"/>
<documentation value="The ID of the resource"/>
</searchParam>
<searchParam>
<name value="_language"/>
<type value="token"/>
<documentation value="The language of the resource"/>
</searchParam>
<searchParam>
<name value="_lastUpdated"/>
<type value="date"/>
<documentation
value="Only return resources which were last updated as specified by the given range"/>
</searchParam>
<searchParam>
<name value="_list"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a list"/>
</searchParam>
<searchParam>
<name value="_profile"/>
<type value="uri"/>
<documentation
value="Search for resources which have the given profile"/>
</searchParam>
<searchParam>
<name value="_security"/>
<type value="token"/>
<documentation
value="Search for resources which have the given security labels"/>
</searchParam>
<searchParam>
<name value="_source"/>
<type value="uri"/>
<documentation
value="Search for resources which have the given source value (Resource.meta.source)"/>
</searchParam>
<searchParam>
<name value="_tag"/>
<type value="token"/>
<documentation value="Search for resources which have the given tag"/>
</searchParam>
<searchParam>
<name value="_text"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's narrative using a fulltext search"/>
</searchParam>
<searchParam>
<name value="context"/>
<type value="token"/>
<documentation value="A use context assigned to the concept map"/>
</searchParam>
<searchParam>
<name value="context-quantity"/>
<type value="quantity"/>
<documentation
value="A quantity- or range-valued use context assigned to the concept map"/>
</searchParam>
<searchParam>
<name value="context-type"/>
<type value="token"/>
<documentation
value="A type of use context assigned to the concept map"/>
</searchParam>
<searchParam>
<name value="context-type-quantity"/>
<type value="composite"/>
<documentation
value="A use context type and quantity- or range-based value assigned to the concept map"/>
</searchParam>
<searchParam>
<name value="context-type-value"/>
<type value="composite"/>
<documentation
value="A use context type and value assigned to the concept map"/>
</searchParam>
<searchParam>
<name value="date"/>
<type value="date"/>
<documentation value="The concept map publication date"/>
</searchParam>
<searchParam>
<name value="dependson"/>
<type value="uri"/>
<documentation value="Reference to property mapping depends on"/>
</searchParam>
<searchParam>
<name value="description"/>
<type value="string"/>
<documentation value="The description of the concept map"/>
</searchParam>
<searchParam>
<name value="identifier"/>
<type value="token"/>
<documentation value="External identifier for the concept map"/>
</searchParam>
<searchParam>
<name value="jurisdiction"/>
<type value="token"/>
<documentation value="Intended jurisdiction for the concept map"/>
</searchParam>
<searchParam>
<name value="name"/>
<type value="string"/>
<documentation
value="Computationally friendly name of the concept map"/>
</searchParam>
<searchParam>
<name value="other"/>
<type value="reference"/>
<documentation
value="canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped"/>
</searchParam>
<searchParam>
<name value="product"/>
<type value="uri"/>
<documentation value="Reference to property mapping depends on"/>
</searchParam>
<searchParam>
<name value="publisher"/>
<type value="string"/>
<documentation value="Name of the publisher of the concept map"/>
</searchParam>
<searchParam>
<name value="source"/>
<type value="reference"/>
<documentation
value="The source value set that contains the concepts that are being mapped"/>
</searchParam>
<searchParam>
<name value="source-code"/>
<type value="token"/>
<documentation value="Identifies element being mapped"/>
</searchParam>
<searchParam>
<name value="source-system"/>
<type value="uri"/>
<documentation
value="Source system where concepts to be mapped are defined"/>
</searchParam>
<searchParam>
<name value="source-uri"/>
<type value="reference"/>
<documentation
value="The source value set that contains the concepts that are being mapped"/>
</searchParam>
<searchParam>
<name value="status"/>
<type value="token"/>
<documentation value="The current status of the concept map"/>
</searchParam>
<searchParam>
<name value="target"/>
<type value="reference"/>
<documentation
value="The target value set which provides context for the mappings"/>
</searchParam>
<searchParam>
<name value="target-code"/>
<type value="token"/>
<documentation value="Code that identifies the target element"/>
</searchParam>
<searchParam>
<name value="target-system"/>
<type value="uri"/>
<documentation
value="Target system that the concepts are to be mapped to"/>
</searchParam>
<searchParam>
<name value="target-uri"/>
<type value="reference"/>
<documentation
value="The target value set which provides context for the mappings"/>
</searchParam>
<searchParam>
<name value="title"/>
<type value="string"/>
<documentation value="The human-friendly name of the concept map"/>
</searchParam>
<searchParam>
<name value="url"/>
<type value="uri"/>
<documentation value="The uri that identifies the concept map"/>
</searchParam>
<searchParam>
<name value="version"/>
<type value="token"/>
<documentation value="The business version of the concept map"/>
</searchParam>
<operation>
<name value="validate"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"/>
</operation>
<operation>
<name value="meta-delete"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"/>
<documentation
value="Delete tags, profiles, and/or security labels from a resource"/>
</operation>
<operation>
<name value="meta-add"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"/>
<documentation
value="Add tags, profiles, and/or security labels to a resource"/>
</operation>
<operation>
<name value="meta"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
<documentation
value="Request a list of tags, profiles, and security labels for a specfic resource instance"/>
</operation>
<operation>
<name value="expunge"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"/>
</operation>
<operation>
<name value="translate"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap-it-translate"/>
</operation>
</resource>
<resource>
<type value="Group"/>
<profile value="http://hl7.org/fhir/StructureDefinition/Group"/>
<interaction>
<code value="search-type"/>
</interaction>
<interaction>
<code value="update"/>
</interaction>
<interaction>
<code value="vread"/>
</interaction>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="patch"/>
</interaction>
<interaction>
<code value="history-type"/>
</interaction>
<interaction>
<code value="history-instance"/>
</interaction>
<interaction>
<code value="delete"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<conditionalCreate value="true"/>
<conditionalUpdate value="true"/>
<conditionalDelete value="multiple"/>
<searchInclude value="*"/>
<searchInclude value="Group:managing-entity"/>
<searchInclude value="Group:member"/>
<searchRevInclude value="CodeSystem:supplements"/>
<searchRevInclude value="ConceptMap:other"/>
<searchRevInclude value="ConceptMap:source"/>
<searchRevInclude value="ConceptMap:source-uri"/>
<searchRevInclude value="ConceptMap:target"/>
<searchRevInclude value="ConceptMap:target-uri"/>
<searchRevInclude value="Group:managing-entity"/>
<searchRevInclude value="Group:member"/>
<searchParam>
<name value="_content"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a fulltext search"/>
</searchParam>
<searchParam>
<name value="_filter"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a filter"/>
</searchParam>
<searchParam>
<name value="_has"/>
<type value="string"/>
<documentation
value="Return resources linked to by the given target"/>
</searchParam>
<searchParam>
<name value="_id"/>
<type value="token"/>
<documentation value="The ID of the resource"/>
</searchParam>
<searchParam>
<name value="_language"/>
<type value="token"/>
<documentation value="The language of the resource"/>
</searchParam>
<searchParam>
<name value="_lastUpdated"/>
<type value="date"/>
<documentation
value="Only return resources which were last updated as specified by the given range"/>
</searchParam>
<searchParam>
<name value="_list"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a list"/>
</searchParam>
<searchParam>
<name value="_profile"/>
<type value="uri"/>
<documentation
value="Search for resources which have the given profile"/>
</searchParam>
<searchParam>
<name value="_security"/>
<type value="token"/>
<documentation
value="Search for resources which have the given security labels"/>
</searchParam>
<searchParam>
<name value="_source"/>
<type value="uri"/>
<documentation
value="Search for resources which have the given source value (Resource.meta.source)"/>
</searchParam>
<searchParam>
<name value="_tag"/>
<type value="token"/>
<documentation value="Search for resources which have the given tag"/>
</searchParam>
<searchParam>
<name value="_text"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's narrative using a fulltext search"/>
</searchParam>
<searchParam>
<name value="actual"/>
<type value="token"/>
<documentation value="Descriptive or actual"/>
</searchParam>
<searchParam>
<name value="characteristic"/>
<type value="token"/>
<documentation value="Kind of characteristic"/>
</searchParam>
<searchParam>
<name value="characteristic-value"/>
<type value="composite"/>
<documentation value="A composite of both characteristic and value"/>
</searchParam>
<searchParam>
<name value="code"/>
<type value="token"/>
<documentation value="The kind of resources contained"/>
</searchParam>
<searchParam>
<name value="exclude"/>
<type value="token"/>
<documentation value="Group includes or excludes"/>
</searchParam>
<searchParam>
<name value="identifier"/>
<type value="token"/>
<documentation value="Unique id"/>
</searchParam>
<searchParam>
<name value="managing-entity"/>
<type value="reference"/>
<documentation
value="Entity that is the custodian of the Group's definition"/>
</searchParam>
<searchParam>
<name value="member"/>
<type value="reference"/>
<documentation value="Reference to the group member"/>
</searchParam>
<searchParam>
<name value="type"/>
<type value="token"/>
<documentation value="The type of resources the group contains"/>
</searchParam>
<searchParam>
<name value="value"/>
<type value="token"/>
<documentation value="Value held by characteristic"/>
</searchParam>
<operation>
<name value="validate"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"/>
</operation>
<operation>
<name value="meta-delete"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"/>
<documentation
value="Delete tags, profiles, and/or security labels from a resource"/>
</operation>
<operation>
<name value="meta-add"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"/>
<documentation
value="Add tags, profiles, and/or security labels to a resource"/>
</operation>
<operation>
<name value="meta"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
<documentation
value="Request a list of tags, profiles, and security labels for a specfic resource instance"/>
</operation>
<operation>
<name value="expunge"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"/>
</operation>
</resource>
<resource>
<type value="NamingSystem"/>
<profile value="http://hl7.org/fhir/StructureDefinition/NamingSystem"/>
<interaction>
<code value="update"/>
</interaction>
<interaction>
<code value="vread"/>
</interaction>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="patch"/>
</interaction>
<interaction>
<code value="history-type"/>
</interaction>
<interaction>
<code value="history-instance"/>
</interaction>
<interaction>
<code value="delete"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<interaction>
<code value="search-type"/>
</interaction>
<conditionalCreate value="true"/>
<conditionalUpdate value="true"/>
<conditionalDelete value="multiple"/>
<searchInclude value="*"/>
<searchRevInclude value="CodeSystem:supplements"/>
<searchRevInclude value="ConceptMap:other"/>
<searchRevInclude value="ConceptMap:source"/>
<searchRevInclude value="ConceptMap:source-uri"/>
<searchRevInclude value="ConceptMap:target"/>
<searchRevInclude value="ConceptMap:target-uri"/>
<searchRevInclude value="Group:managing-entity"/>
<searchRevInclude value="Group:member"/>
<searchParam>
<name value="_content"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a fulltext search"/>
</searchParam>
<searchParam>
<name value="_filter"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a filter"/>
</searchParam>
<searchParam>
<name value="_has"/>
<type value="string"/>
<documentation
value="Return resources linked to by the given target"/>
</searchParam>
<searchParam>
<name value="_id"/>
<type value="token"/>
<documentation value="The ID of the resource"/>
</searchParam>
<searchParam>
<name value="_language"/>
<type value="token"/>
<documentation value="The language of the resource"/>
</searchParam>
<searchParam>
<name value="_lastUpdated"/>
<type value="date"/>
<documentation
value="Only return resources which were last updated as specified by the given range"/>
</searchParam>
<searchParam>
<name value="_list"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a list"/>
</searchParam>
<searchParam>
<name value="_profile"/>
<type value="uri"/>
<documentation
value="Search for resources which have the given profile"/>
</searchParam>
<searchParam>
<name value="_security"/>
<type value="token"/>
<documentation
value="Search for resources which have the given security labels"/>
</searchParam>
<searchParam>
<name value="_source"/>
<type value="uri"/>
<documentation
value="Search for resources which have the given source value (Resource.meta.source)"/>
</searchParam>
<searchParam>
<name value="_tag"/>
<type value="token"/>
<documentation value="Search for resources which have the given tag"/>
</searchParam>
<searchParam>
<name value="_text"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's narrative using a fulltext search"/>
</searchParam>
<searchParam>
<name value="contact"/>
<type value="string"/>
<documentation value="Name of an individual to contact"/>
</searchParam>
<searchParam>
<name value="context"/>
<type value="token"/>
<documentation value="A use context assigned to the naming system"/>
</searchParam>
<searchParam>
<name value="context-quantity"/>
<type value="quantity"/>
<documentation
value="A quantity- or range-valued use context assigned to the naming system"/>
</searchParam>
<searchParam>
<name value="context-type"/>
<type value="token"/>
<documentation
value="A type of use context assigned to the naming system"/>
</searchParam>
<searchParam>
<name value="context-type-quantity"/>
<type value="composite"/>
<documentation
value="A use context type and quantity- or range-based value assigned to the naming system"/>
</searchParam>
<searchParam>
<name value="context-type-value"/>
<type value="composite"/>
<documentation
value="A use context type and value assigned to the naming system"/>
</searchParam>
<searchParam>
<name value="date"/>
<type value="date"/>
<documentation value="The naming system publication date"/>
</searchParam>
<searchParam>
<name value="description"/>
<type value="string"/>
<documentation value="The description of the naming system"/>
</searchParam>
<searchParam>
<name value="id-type"/>
<type value="token"/>
<documentation value="oid | uuid | uri | other"/>
</searchParam>
<searchParam>
<name value="jurisdiction"/>
<type value="token"/>
<documentation value="Intended jurisdiction for the naming system"/>
</searchParam>
<searchParam>
<name value="kind"/>
<type value="token"/>
<documentation value="codesystem | identifier | root"/>
</searchParam>
<searchParam>
<name value="name"/>
<type value="string"/>
<documentation
value="Computationally friendly name of the naming system"/>
</searchParam>
<searchParam>
<name value="period"/>
<type value="date"/>
<documentation value="When is identifier valid?"/>
</searchParam>
<searchParam>
<name value="publisher"/>
<type value="string"/>
<documentation value="Name of the publisher of the naming system"/>
</searchParam>
<searchParam>
<name value="responsible"/>
<type value="string"/>
<documentation value="Who maintains system namespace?"/>
</searchParam>
<searchParam>
<name value="status"/>
<type value="token"/>
<documentation value="The current status of the naming system"/>
</searchParam>
<searchParam>
<name value="telecom"/>
<type value="token"/>
<documentation
value="Contact details for individual or organization"/>
</searchParam>
<searchParam>
<name value="type"/>
<type value="token"/>
<documentation value="e.g. driver, provider, patient, bank etc."/>
</searchParam>
<searchParam>
<name value="value"/>
<type value="string"/>
<documentation value="The unique identifier"/>
</searchParam>
<operation>
<name value="validate"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"/>
</operation>
<operation>
<name value="meta-delete"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"/>
<documentation
value="Delete tags, profiles, and/or security labels from a resource"/>
</operation>
<operation>
<name value="meta-add"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"/>
<documentation
value="Add tags, profiles, and/or security labels to a resource"/>
</operation>
<operation>
<name value="meta"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
<documentation
value="Request a list of tags, profiles, and security labels for a specfic resource instance"/>
</operation>
<operation>
<name value="expunge"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"/>
</operation>
</resource>
<resource>
<type value="OperationDefinition"/>
<profile
value="http://hl7.org/fhir/StructureDefinition/OperationDefinition"/>
<interaction>
<code value="read"/>
</interaction>
<searchInclude value="*"/>
<searchRevInclude value="CodeSystem:supplements"/>
<searchRevInclude value="ConceptMap:other"/>
<searchRevInclude value="ConceptMap:source"/>
<searchRevInclude value="ConceptMap:source-uri"/>
<searchRevInclude value="ConceptMap:target"/>
<searchRevInclude value="ConceptMap:target-uri"/>
<searchRevInclude value="Group:managing-entity"/>
<searchRevInclude value="Group:member"/>
</resource>
<resource>
<type value="Practitioner"/>
<profile value="http://hl7.org/fhir/StructureDefinition/Practitioner"/>
<interaction>
<code value="search-type"/>
</interaction>
<interaction>
<code value="update"/>
</interaction>
<interaction>
<code value="vread"/>
</interaction>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="patch"/>
</interaction>
<interaction>
<code value="history-type"/>
</interaction>
<interaction>
<code value="history-instance"/>
</interaction>
<interaction>
<code value="delete"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<conditionalCreate value="true"/>
<conditionalUpdate value="true"/>
<conditionalDelete value="multiple"/>
<searchInclude value="*"/>
<searchRevInclude value="CodeSystem:supplements"/>
<searchRevInclude value="ConceptMap:other"/>
<searchRevInclude value="ConceptMap:source"/>
<searchRevInclude value="ConceptMap:source-uri"/>
<searchRevInclude value="ConceptMap:target"/>
<searchRevInclude value="ConceptMap:target-uri"/>
<searchRevInclude value="Group:managing-entity"/>
<searchRevInclude value="Group:member"/>
<searchParam>
<name value="_content"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a fulltext search"/>
</searchParam>
<searchParam>
<name value="_filter"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a filter"/>
</searchParam>
<searchParam>
<name value="_has"/>
<type value="string"/>
<documentation
value="Return resources linked to by the given target"/>
</searchParam>
<searchParam>
<name value="_id"/>
<type value="token"/>
<documentation value="The ID of the resource"/>
</searchParam>
<searchParam>
<name value="_language"/>
<type value="token"/>
<documentation value="The language of the resource"/>
</searchParam>
<searchParam>
<name value="_lastUpdated"/>
<type value="date"/>
<documentation
value="Only return resources which were last updated as specified by the given range"/>
</searchParam>
<searchParam>
<name value="_list"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a list"/>
</searchParam>
<searchParam>
<name value="_profile"/>
<type value="uri"/>
<documentation
value="Search for resources which have the given profile"/>
</searchParam>
<searchParam>
<name value="_security"/>
<type value="token"/>
<documentation
value="Search for resources which have the given security labels"/>
</searchParam>
<searchParam>
<name value="_source"/>
<type value="uri"/>
<documentation
value="Search for resources which have the given source value (Resource.meta.source)"/>
</searchParam>
<searchParam>
<name value="_tag"/>
<type value="token"/>
<documentation value="Search for resources which have the given tag"/>
</searchParam>
<searchParam>
<name value="_text"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's narrative using a fulltext search"/>
</searchParam>
<searchParam>
<name value="active"/>
<type value="token"/>
<documentation value="Whether the practitioner record is active"/>
</searchParam>
<searchParam>
<name value="address"/>
<type value="string"/>
<documentation
value="A server defined search that may match any of the string fields in the Address, including line, city, district, state, country, postalCode, and/or text"/>
</searchParam>
<searchParam>
<name value="address-city"/>
<type value="string"/>
<documentation value="A city specified in an address"/>
</searchParam>
<searchParam>
<name value="address-country"/>
<type value="string"/>
<documentation value="A country specified in an address"/>
</searchParam>
<searchParam>
<name value="address-postalcode"/>
<type value="string"/>
<documentation value="A postalCode specified in an address"/>
</searchParam>
<searchParam>
<name value="address-state"/>
<type value="string"/>
<documentation value="A state specified in an address"/>
</searchParam>
<searchParam>
<name value="address-use"/>
<type value="token"/>
<documentation value="A use code specified in an address"/>
</searchParam>
<searchParam>
<name value="communication"/>
<type value="token"/>
<documentation
value="One of the languages that the practitioner can communicate with"/>
</searchParam>
<searchParam>
<name value="email"/>
<type value="token"/>
<documentation value="A value in an email contact"/>
</searchParam>
<searchParam>
<name value="family"/>
<type value="string"/>
<documentation value="A portion of the family name"/>
</searchParam>
<searchParam>
<name value="gender"/>
<type value="token"/>
<documentation value="Gender of the practitioner"/>
</searchParam>
<searchParam>
<name value="given"/>
<type value="string"/>
<documentation value="A portion of the given name"/>
</searchParam>
<searchParam>
<name value="identifier"/>
<type value="token"/>
<documentation value="A practitioner's Identifier"/>
</searchParam>
<searchParam>
<name value="name"/>
<type value="string"/>
<documentation
value="A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text"/>
</searchParam>
<searchParam>
<name value="phone"/>
<type value="token"/>
<documentation value="A value in a phone contact"/>
</searchParam>
<searchParam>
<name value="phonetic"/>
<type value="string"/>
<documentation
value="A portion of either family or given name using some kind of phonetic matching algorithm"/>
</searchParam>
<searchParam>
<name value="telecom"/>
<type value="token"/>
<documentation value="The value in any kind of contact"/>
</searchParam>
<operation>
<name value="validate"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"/>
</operation>
<operation>
<name value="meta-delete"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"/>
<documentation
value="Delete tags, profiles, and/or security labels from a resource"/>
</operation>
<operation>
<name value="meta-add"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"/>
<documentation
value="Add tags, profiles, and/or security labels to a resource"/>
</operation>
<operation>
<name value="meta"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
<documentation
value="Request a list of tags, profiles, and security labels for a specfic resource instance"/>
</operation>
<operation>
<name value="expunge"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"/>
</operation>
</resource>
<resource>
<type value="StructureDefinition"/>
<profile
value="http://hl7.org/fhir/StructureDefinition/StructureDefinition"/>
<interaction>
<code value="search-type"/>
</interaction>
<interaction>
<code value="read"/>
</interaction>
<searchInclude value="*"/>
<searchRevInclude value="CodeSystem:supplements"/>
<searchRevInclude value="ConceptMap:other"/>
<searchRevInclude value="ConceptMap:source"/>
<searchRevInclude value="ConceptMap:source-uri"/>
<searchRevInclude value="ConceptMap:target"/>
<searchRevInclude value="ConceptMap:target-uri"/>
<searchRevInclude value="Group:managing-entity"/>
<searchRevInclude value="Group:member"/>
<searchParam>
<name value="type"/>
<type value="token"/>
<documentation value="Type defined or constrained by this structure"/>
</searchParam>
</resource>
<resource>
<type value="ValueSet"/>
<profile value="http://hl7.org/fhir/StructureDefinition/ValueSet"/>
<interaction>
<code value="update"/>
</interaction>
<interaction>
<code value="vread"/>
</interaction>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="patch"/>
</interaction>
<interaction>
<code value="history-type"/>
</interaction>
<interaction>
<code value="history-instance"/>
</interaction>
<interaction>
<code value="delete"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<interaction>
<code value="search-type"/>
</interaction>
<conditionalCreate value="true"/>
<conditionalUpdate value="true"/>
<conditionalDelete value="multiple"/>
<searchInclude value="*"/>
<searchRevInclude value="CodeSystem:supplements"/>
<searchRevInclude value="ConceptMap:other"/>
<searchRevInclude value="ConceptMap:source"/>
<searchRevInclude value="ConceptMap:source-uri"/>
<searchRevInclude value="ConceptMap:target"/>
<searchRevInclude value="ConceptMap:target-uri"/>
<searchRevInclude value="Group:managing-entity"/>
<searchRevInclude value="Group:member"/>
<searchParam>
<name value="_content"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a fulltext search"/>
</searchParam>
<searchParam>
<name value="_filter"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a filter"/>
</searchParam>
<searchParam>
<name value="_has"/>
<type value="string"/>
<documentation
value="Return resources linked to by the given target"/>
</searchParam>
<searchParam>
<name value="_id"/>
<type value="token"/>
<documentation value="The ID of the resource"/>
</searchParam>
<searchParam>
<name value="_language"/>
<type value="token"/>
<documentation value="The language of the resource"/>
</searchParam>
<searchParam>
<name value="_lastUpdated"/>
<type value="date"/>
<documentation
value="Only return resources which were last updated as specified by the given range"/>
</searchParam>
<searchParam>
<name value="_list"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's data using a list"/>
</searchParam>
<searchParam>
<name value="_profile"/>
<type value="uri"/>
<documentation
value="Search for resources which have the given profile"/>
</searchParam>
<searchParam>
<name value="_security"/>
<type value="token"/>
<documentation
value="Search for resources which have the given security labels"/>
</searchParam>
<searchParam>
<name value="_source"/>
<type value="uri"/>
<documentation
value="Search for resources which have the given source value (Resource.meta.source)"/>
</searchParam>
<searchParam>
<name value="_tag"/>
<type value="token"/>
<documentation value="Search for resources which have the given tag"/>
</searchParam>
<searchParam>
<name value="_text"/>
<type value="string"/>
<documentation
value="Search the contents of the resource's narrative using a fulltext search"/>
</searchParam>
<searchParam>
<name value="code"/>
<type value="token"/>
<documentation
value="This special parameter searches for codes in the value set. See additional notes on the ValueSet resource"/>
</searchParam>
<searchParam>
<name value="context"/>
<type value="token"/>
<documentation value="A use context assigned to the value set"/>
</searchParam>
<searchParam>
<name value="context-quantity"/>
<type value="quantity"/>
<documentation
value="A quantity- or range-valued use context assigned to the value set"/>
</searchParam>
<searchParam>
<name value="context-type"/>
<type value="token"/>
<documentation
value="A type of use context assigned to the value set"/>
</searchParam>
<searchParam>
<name value="context-type-quantity"/>
<type value="composite"/>
<documentation
value="A use context type and quantity- or range-based value assigned to the value set"/>
</searchParam>
<searchParam>
<name value="context-type-value"/>
<type value="composite"/>
<documentation
value="A use context type and value assigned to the value set"/>
</searchParam>
<searchParam>
<name value="date"/>
<type value="date"/>
<documentation value="The value set publication date"/>
</searchParam>
<searchParam>
<name value="description"/>
<type value="string"/>
<documentation value="The description of the value set"/>
</searchParam>
<searchParam>
<name value="expansion"/>
<type value="uri"/>
<documentation
value="Identifies the value set expansion (business identifier)"/>
</searchParam>
<searchParam>
<name value="identifier"/>
<type value="token"/>
<documentation value="External identifier for the value set"/>
</searchParam>
<searchParam>
<name value="jurisdiction"/>
<type value="token"/>
<documentation value="Intended jurisdiction for the value set"/>
</searchParam>
<searchParam>
<name value="name"/>
<type value="string"/>
<documentation
value="Computationally friendly name of the value set"/>
</searchParam>
<searchParam>
<name value="publisher"/>
<type value="string"/>
<documentation value="Name of the publisher of the value set"/>
</searchParam>
<searchParam>
<name value="reference"/>
<type value="uri"/>
<documentation
value="A code system included or excluded in the value set or an imported value set"/>
</searchParam>
<searchParam>
<name value="status"/>
<type value="token"/>
<documentation value="The current status of the value set"/>
</searchParam>
<searchParam>
<name value="title"/>
<type value="string"/>
<documentation value="The human-friendly name of the value set"/>
</searchParam>
<searchParam>
<name value="url"/>
<type value="uri"/>
<documentation value="The uri that identifies the value set"/>
</searchParam>
<searchParam>
<name value="version"/>
<type value="token"/>
<documentation value="The business version of the value set"/>
</searchParam>
<operation>
<name value="validate-code"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystemValueSet-it-validate-code"/>
</operation>
<operation>
<name value="invalidate-expansion"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-i-invalidate-expansion"/>
</operation>
<operation>
<name value="expand"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-it-expand"/>
</operation>
<operation>
<name value="validate"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"/>
</operation>
<operation>
<name value="meta-delete"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete"/>
<documentation
value="Delete tags, profiles, and/or security labels from a resource"/>
</operation>
<operation>
<name value="meta-add"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add"/>
<documentation
value="Add tags, profiles, and/or security labels to a resource"/>
</operation>
<operation>
<name value="meta"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
<documentation
value="Request a list of tags, profiles, and security labels for a specfic resource instance"/>
</operation>
<operation>
<name value="expunge"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"/>
</operation>
</resource>
<operation>
<name value="reindex"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex"/>
</operation>
<operation>
<name value="import"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-import"/>
<documentation value="Import terminology resources"/>
</operation>
<operation>
<name value="export-poll-status"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-export-poll-status"/>
<documentation
value="Operation for polling the status of a previously initiated FHIR Bulk Data System Level Export. A complete URL including the '_jobId' is returned in the 'Content-Location' response header when initiating the export. A 'GET' request to the polling location will return '202 Accepted' with a response header 'X-Progress' containing a status message for the progress of the export job. When the job has finished, the polling location will return '200 OK', and the contents of the body will be a JSON object providing metadata and links to the generated bulk data files. A 'DELETE' request can be used to cancel the export. If the export has already finished, the delete will return '404 Not Found', else the export job will be cancelled and a '202 Accepted' is returned with an operation outcome response.
### Parameters
- _jobId: the job ID for the Bulk Export job which was returned in the 'Content-Location' header when initiating the export"/>
</operation>
<operation>
<name value="export"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-export"/>
<documentation
value="FHIR Operation to initiate an export of data from a FHIR server. The type of resources returned can be restricted using the '_type' parameter, and the '_since' parameter can be used to restrict resources to be only included if changed since the supplied time. The FHIR server support invocation of this operation using the [FHIR Asynchronous Request Pattern](http://hl7.org/fhir/R4/async.html).
## Initiation of export
The initiation of an export must specify the request header 'Prefer: respond-async', and will return '202 Accepted' with a polling location in the response header 'Content-Location'. The polling location is for the endpoint '$export-poll-status' and has the export job ID as parameter '_jobId'.
### Parameters
- _outputFormat: Optional parameter to specify the output format of the exported files. Default is 'application/fhir+ndjson'
- _type: Optional parameter to specify a comma separated list of resource types to be included in the export. If not provided, all resource types will be included.
- _since: Optional parameter to specify a time. Only resources that have been created or modified after this time will be included in the export (i.e., if Resource.meta.lastUpdated is later than the supplied _since time).
- _typePostFetchFilterUrl: Optional parameter to apply filtering of resources for export. It is a string of comma-delimited FHIR REST search queries in the format [resourceType]?[parameters]. The filter will be applied on resources after being fetched from the database.
- _exportId: Optional parameter to specify a client provided identifier for the export. Resulting exported files (Binary) will be labeled with the identifer in meta extension 'https://hapifhir.org/NamingSystem/bulk-export-identifier'
## Polling status of export
Subsequent GET requests to the polling location will return '202 Accepted' with a response header 'X-Progress' containing a status message for the progress of the export job. When the job has finished, the polling location will return '200 OK', and the contents of the body will be a JSON object providing metadata and links to the generated bulk export data files.
## Retrieving exported files
The JSON object returned when the export job is complete will contain a list of files (Binary resources) available for download. Each file can be retrieved using a standard HTTP GET request to the provided URL. The security context of the Binary resources resulting from the export is the user that initiated the export. The files can therefore only be retrieved by the same user.
### Retention of exported files
The exported files are retained for a limited time after which they are deleted. The retention time is a server configuration with default 2 hours."/>
</operation>
<operation>
<name value="reindex-terminology"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology"/>
</operation>
<operation>
<name value="meta"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta"/>
</operation>
<operation>
<name value="get-resource-counts"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts"/>
<documentation
value="Provides the number of resources currently stored on the server, broken down by resource type"/>
</operation>
<operation>
<name value="expunge"/>
<definition
value="https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge"/>
</operation>
</rest>
</CapabilityStatement>