eHealth Infrastructure
2.3.0 - release

eHealth Infrastructure - Local Development build (v2.3.0). See the Directory of published versions

: terminology - TTL Representation

Active as of 2022-09-14

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CapabilityStatement;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "terminology"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>terminology</h2><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td>y</td></tr><tr><td>System History</td><td>y</td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET past versions of resources (vread interaction)\">V-Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"PATCH a new resource version (patch interaction)\">Patch</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th><th><b title=\"GET changes to a resource (history interaction on instance)\">Updates</b></th><th><b title=\"GET changes for all resources of the type (history interaction on type)\">History</b></th></tr><tr><td>CodeSystem</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/CodeSystem\">http://hl7.org/fhir/StructureDefinition/CodeSystem</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>ConceptMap</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/ConceptMap\">http://hl7.org/fhir/StructureDefinition/ConceptMap</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>Group</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Group\">http://hl7.org/fhir/StructureDefinition/Group</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>NamingSystem</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/NamingSystem\">http://hl7.org/fhir/StructureDefinition/NamingSystem</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>OperationDefinition</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/OperationDefinition\">http://hl7.org/fhir/StructureDefinition/OperationDefinition</a></td><td>y</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>Practitioner</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Practitioner\">http://hl7.org/fhir/StructureDefinition/Practitioner</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>StructureDefinition</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/StructureDefinition\">http://hl7.org/fhir/StructureDefinition/StructureDefinition</a></td><td>y</td><td></td><td>y</td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td>ValueSet</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/ValueSet\">http://hl7.org/fhir/StructureDefinition/ValueSet</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr></table></div>"
  ];
  fhir:CapabilityStatement.url [ fhir:value "http://ehealth.sundhed.dk/fhir/CapabilityStatement/terminology"];
  fhir:CapabilityStatement.version [ fhir:value "2.3.0"];
  fhir:CapabilityStatement.name [ fhir:value "terminology"];
  fhir:CapabilityStatement.status [ fhir:value "active"];
  fhir:CapabilityStatement.date [ fhir:value "2022-09-14T03:08:08.120+00:00"^^xsd:dateTime];
  fhir:CapabilityStatement.publisher [ fhir:value "Systematic | Trifork"];
  fhir:CapabilityStatement.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ]     ]
  ];
  fhir:CapabilityStatement.kind [ fhir:value "instance"];
  fhir:CapabilityStatement.software [
     fhir:CapabilityStatement.software.name [ fhir:value "terminology" ];
     fhir:CapabilityStatement.software.version [ fhir:value "1.9.0" ]
  ];
  fhir:CapabilityStatement.implementation [
     fhir:CapabilityStatement.implementation.description [ fhir:value "eHealth terminology service" ];
     fhir:CapabilityStatement.implementation.url [ fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir" ]
  ];
  fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.1"];
  fhir:CapabilityStatement.format [
     fhir:value "application/fhir+xml";
     fhir:index 0
  ], [
     fhir:value "xml";
     fhir:index 1
  ], [
     fhir:value "application/fhir+json";
     fhir:index 2
  ], [
     fhir:value "json";
     fhir:index 3
  ], [
     fhir:value "application/x-turtle";
     fhir:index 4
  ], [
     fhir:value "ttl";
     fhir:index 5
  ], [
     fhir:value "html/json";
     fhir:index 6
  ], [
     fhir:value "html/xml";
     fhir:index 7
  ], [
     fhir:value "html/turtle";
     fhir:index 8
  ];
  fhir:CapabilityStatement.rest [
     fhir:index 0;
     fhir:CapabilityStatement.rest.mode [ fhir:value "server" ];
     fhir:CapabilityStatement.rest.resource [
       fhir:index 0;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "CodeSystem" ];
       fhir:CapabilityStatement.rest.resource.profile [
         fhir:value "http://hl7.org/fhir/StructureDefinition/CodeSystem";
         fhir:link <http://hl7.org/fhir/StructureDefinition/CodeSystem>       ];
       fhir:CapabilityStatement.rest.resource.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "patch" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-type" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-instance" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ]       ];
       fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.rest.resource.searchInclude [
         fhir:value "*";
         fhir:index 0       ], [
         fhir:value "CodeSystem:supplements";
         fhir:index 1       ];
       fhir:CapabilityStatement.rest.resource.searchRevInclude [
         fhir:value "CodeSystem:supplements";
         fhir:index 0       ], [
         fhir:value "ConceptMap:other";
         fhir:index 1       ], [
         fhir:value "ConceptMap:source";
         fhir:index 2       ], [
         fhir:value "ConceptMap:source-uri";
         fhir:index 3       ], [
         fhir:value "ConceptMap:target";
         fhir:index 4       ], [
         fhir:value "ConceptMap:target-uri";
         fhir:index 5       ], [
         fhir:value "Group:managing-entity";
         fhir:index 6       ], [
         fhir:value "Group:member";
         fhir:index 7       ];
       fhir:CapabilityStatement.rest.resource.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_filter" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a filter" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The ID of the resource" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_source" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given source value (Resource.meta.source)" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ]       ], [
         fhir:index 9;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ]       ], [
         fhir:index 10;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "code" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A code defined in the code system" ]       ], [
         fhir:index 11;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "content-mode" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "not-present | example | fragment | complete | supplement" ]       ], [
         fhir:index 12;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use context assigned to the code system" ]       ], [
         fhir:index 13;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-quantity" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A quantity- or range-valued use context assigned to the code system" ]       ], [
         fhir:index 14;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-type" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A type of use context assigned to the code system" ]       ], [
         fhir:index 15;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-type-quantity" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use context type and quantity- or range-based value assigned to the code system" ]       ], [
         fhir:index 16;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-type-value" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use context type and value assigned to the code system" ]       ], [
         fhir:index 17;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The code system publication date" ]       ], [
         fhir:index 18;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "description" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The description of the code system" ]       ], [
         fhir:index 19;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "External identifier for the code system" ]       ], [
         fhir:index 20;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Intended jurisdiction for the code system" ]       ], [
         fhir:index 21;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "language" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A language in which a designation is provided" ]       ], [
         fhir:index 22;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "name" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Computationally friendly name of the code system" ]       ], [
         fhir:index 23;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Name of the publisher of the code system" ]       ], [
         fhir:index 24;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The current status of the code system" ]       ], [
         fhir:index 25;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "supplements" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Find code system supplements for the referenced code system" ]       ], [
         fhir:index 26;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "system" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The system for any codes defined by this code system (same as 'url')" ]       ], [
         fhir:index 27;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "title" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The human-friendly name of the code system" ]       ], [
         fhir:index 28;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "url" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The uri that identifies the code system" ]       ], [
         fhir:index 29;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "version" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The business version of the code system" ]       ];
       fhir:CapabilityStatement.rest.resource.operation [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "upload-external-code-system" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-upload-external-code-system";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-upload-external-code-system>         ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "apply-codesystem-delta-remove" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-apply-codesystem-delta-remove";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-apply-codesystem-delta-remove>         ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "apply-codesystem-delta-add" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-apply-codesystem-delta-add";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-apply-codesystem-delta-add>         ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate-code" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystemValueSet-it-validate-code";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystemValueSet-it-validate-code>         ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate>         ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta-delete" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Delete tags, profiles, and/or security labels from a resource" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta-add" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Add tags, profiles, and/or security labels to a resource" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Request a list of tags, profiles, and security labels for a specfic resource instance" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "expunge" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge>         ]       ], [
         fhir:index 9;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "subsumes" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-subsumes";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-subsumes>         ]       ], [
         fhir:index 10;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "lookup" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-lookup";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-t-lookup>         ]       ]     ], [
       fhir:index 1;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "ConceptMap" ];
       fhir:CapabilityStatement.rest.resource.profile [
         fhir:value "http://hl7.org/fhir/StructureDefinition/ConceptMap";
         fhir:link <http://hl7.org/fhir/StructureDefinition/ConceptMap>       ];
       fhir:CapabilityStatement.rest.resource.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "patch" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-type" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-instance" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ]       ];
       fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.rest.resource.searchInclude [
         fhir:value "*";
         fhir:index 0       ], [
         fhir:value "ConceptMap:other";
         fhir:index 1       ], [
         fhir:value "ConceptMap:source";
         fhir:index 2       ], [
         fhir:value "ConceptMap:source-uri";
         fhir:index 3       ], [
         fhir:value "ConceptMap:target";
         fhir:index 4       ], [
         fhir:value "ConceptMap:target-uri";
         fhir:index 5       ];
       fhir:CapabilityStatement.rest.resource.searchRevInclude [
         fhir:value "CodeSystem:supplements";
         fhir:index 0       ], [
         fhir:value "ConceptMap:other";
         fhir:index 1       ], [
         fhir:value "ConceptMap:source";
         fhir:index 2       ], [
         fhir:value "ConceptMap:source-uri";
         fhir:index 3       ], [
         fhir:value "ConceptMap:target";
         fhir:index 4       ], [
         fhir:value "ConceptMap:target-uri";
         fhir:index 5       ], [
         fhir:value "Group:managing-entity";
         fhir:index 6       ], [
         fhir:value "Group:member";
         fhir:index 7       ];
       fhir:CapabilityStatement.rest.resource.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_filter" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a filter" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The ID of the resource" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_source" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given source value (Resource.meta.source)" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ]       ], [
         fhir:index 9;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ]       ], [
         fhir:index 10;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use context assigned to the concept map" ]       ], [
         fhir:index 11;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-quantity" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A quantity- or range-valued use context assigned to the concept map" ]       ], [
         fhir:index 12;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-type" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A type of use context assigned to the concept map" ]       ], [
         fhir:index 13;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-type-quantity" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use context type and quantity- or range-based value assigned to the concept map" ]       ], [
         fhir:index 14;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-type-value" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use context type and value assigned to the concept map" ]       ], [
         fhir:index 15;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The concept map publication date" ]       ], [
         fhir:index 16;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "dependson" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Reference to property mapping depends on" ]       ], [
         fhir:index 17;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "description" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The description of the concept map" ]       ], [
         fhir:index 18;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "External identifier for the concept map" ]       ], [
         fhir:index 19;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Intended jurisdiction for the concept map" ]       ], [
         fhir:index 20;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "name" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Computationally friendly name of the concept map" ]       ], [
         fhir:index 21;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "other" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped" ]       ], [
         fhir:index 22;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "product" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Reference to property mapping depends on" ]       ], [
         fhir:index 23;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Name of the publisher of the concept map" ]       ], [
         fhir:index 24;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "source" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The source value set that contains the concepts that are being mapped" ]       ], [
         fhir:index 25;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "source-code" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Identifies element being mapped" ]       ], [
         fhir:index 26;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "source-system" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Source system where concepts to be mapped are defined" ]       ], [
         fhir:index 27;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "source-uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The source value set that contains the concepts that are being mapped" ]       ], [
         fhir:index 28;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The current status of the concept map" ]       ], [
         fhir:index 29;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "target" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The target value set which provides context for the mappings" ]       ], [
         fhir:index 30;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "target-code" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Code that identifies the target element" ]       ], [
         fhir:index 31;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "target-system" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Target system that the concepts are to be mapped to" ]       ], [
         fhir:index 32;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "target-uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The target value set which provides context for the mappings" ]       ], [
         fhir:index 33;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "title" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The human-friendly name of the concept map" ]       ], [
         fhir:index 34;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "url" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The uri that identifies the concept map" ]       ], [
         fhir:index 35;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "version" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The business version of the concept map" ]       ];
       fhir:CapabilityStatement.rest.resource.operation [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate>         ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta-delete" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Delete tags, profiles, and/or security labels from a resource" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta-add" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Add tags, profiles, and/or security labels to a resource" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Request a list of tags, profiles, and security labels for a specfic resource instance" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "expunge" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge>         ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "translate" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap-it-translate";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap-it-translate>         ]       ]     ], [
       fhir:index 2;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "Group" ];
       fhir:CapabilityStatement.rest.resource.profile [
         fhir:value "http://hl7.org/fhir/StructureDefinition/Group";
         fhir:link <http://hl7.org/fhir/StructureDefinition/Group>       ];
       fhir:CapabilityStatement.rest.resource.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "patch" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-type" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-instance" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ]       ];
       fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.rest.resource.searchInclude [
         fhir:value "*";
         fhir:index 0       ], [
         fhir:value "Group:managing-entity";
         fhir:index 1       ], [
         fhir:value "Group:member";
         fhir:index 2       ];
       fhir:CapabilityStatement.rest.resource.searchRevInclude [
         fhir:value "CodeSystem:supplements";
         fhir:index 0       ], [
         fhir:value "ConceptMap:other";
         fhir:index 1       ], [
         fhir:value "ConceptMap:source";
         fhir:index 2       ], [
         fhir:value "ConceptMap:source-uri";
         fhir:index 3       ], [
         fhir:value "ConceptMap:target";
         fhir:index 4       ], [
         fhir:value "ConceptMap:target-uri";
         fhir:index 5       ], [
         fhir:value "Group:managing-entity";
         fhir:index 6       ], [
         fhir:value "Group:member";
         fhir:index 7       ];
       fhir:CapabilityStatement.rest.resource.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_filter" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a filter" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The ID of the resource" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_source" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given source value (Resource.meta.source)" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ]       ], [
         fhir:index 9;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ]       ], [
         fhir:index 10;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "actual" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Descriptive or actual" ]       ], [
         fhir:index 11;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "characteristic" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Kind of characteristic" ]       ], [
         fhir:index 12;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "characteristic-value" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A composite of both characteristic and value" ]       ], [
         fhir:index 13;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "code" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The kind of resources contained" ]       ], [
         fhir:index 14;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "exclude" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Group includes or excludes" ]       ], [
         fhir:index 15;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Unique id" ]       ], [
         fhir:index 16;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "managing-entity" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Entity that is the custodian of the Group's definition" ]       ], [
         fhir:index 17;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "member" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Reference to the group member" ]       ], [
         fhir:index 18;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "type" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The type of resources the group contains" ]       ], [
         fhir:index 19;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "value" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Value held by characteristic" ]       ];
       fhir:CapabilityStatement.rest.resource.operation [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate>         ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta-delete" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Delete tags, profiles, and/or security labels from a resource" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta-add" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Add tags, profiles, and/or security labels to a resource" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Request a list of tags, profiles, and security labels for a specfic resource instance" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "expunge" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge>         ]       ]     ], [
       fhir:index 3;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "NamingSystem" ];
       fhir:CapabilityStatement.rest.resource.profile [
         fhir:value "http://hl7.org/fhir/StructureDefinition/NamingSystem";
         fhir:link <http://hl7.org/fhir/StructureDefinition/NamingSystem>       ];
       fhir:CapabilityStatement.rest.resource.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "patch" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-type" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-instance" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ]       ];
       fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.rest.resource.searchInclude [
         fhir:value "*";
         fhir:index 0       ];
       fhir:CapabilityStatement.rest.resource.searchRevInclude [
         fhir:value "CodeSystem:supplements";
         fhir:index 0       ], [
         fhir:value "ConceptMap:other";
         fhir:index 1       ], [
         fhir:value "ConceptMap:source";
         fhir:index 2       ], [
         fhir:value "ConceptMap:source-uri";
         fhir:index 3       ], [
         fhir:value "ConceptMap:target";
         fhir:index 4       ], [
         fhir:value "ConceptMap:target-uri";
         fhir:index 5       ], [
         fhir:value "Group:managing-entity";
         fhir:index 6       ], [
         fhir:value "Group:member";
         fhir:index 7       ];
       fhir:CapabilityStatement.rest.resource.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_filter" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a filter" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The ID of the resource" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_source" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given source value (Resource.meta.source)" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ]       ], [
         fhir:index 9;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ]       ], [
         fhir:index 10;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "contact" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Name of an individual to contact" ]       ], [
         fhir:index 11;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use context assigned to the naming system" ]       ], [
         fhir:index 12;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-quantity" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A quantity- or range-valued use context assigned to the naming system" ]       ], [
         fhir:index 13;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-type" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A type of use context assigned to the naming system" ]       ], [
         fhir:index 14;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-type-quantity" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use context type and quantity- or range-based value assigned to the naming system" ]       ], [
         fhir:index 15;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-type-value" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use context type and value assigned to the naming system" ]       ], [
         fhir:index 16;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The naming system publication date" ]       ], [
         fhir:index 17;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "description" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The description of the naming system" ]       ], [
         fhir:index 18;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "id-type" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "oid | uuid | uri | other" ]       ], [
         fhir:index 19;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Intended jurisdiction for the naming system" ]       ], [
         fhir:index 20;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "kind" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "codesystem | identifier | root" ]       ], [
         fhir:index 21;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "name" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Computationally friendly name of the naming system" ]       ], [
         fhir:index 22;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "period" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "When is identifier valid?" ]       ], [
         fhir:index 23;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Name of the publisher of the naming system" ]       ], [
         fhir:index 24;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "responsible" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who maintains system namespace?" ]       ], [
         fhir:index 25;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The current status of the naming system" ]       ], [
         fhir:index 26;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "telecom" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Contact details for individual or organization" ]       ], [
         fhir:index 27;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "type" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "e.g. driver,  provider,  patient, bank etc." ]       ], [
         fhir:index 28;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "value" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The unique identifier" ]       ];
       fhir:CapabilityStatement.rest.resource.operation [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate>         ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta-delete" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Delete tags, profiles, and/or security labels from a resource" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta-add" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Add tags, profiles, and/or security labels to a resource" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Request a list of tags, profiles, and security labels for a specfic resource instance" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "expunge" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge>         ]       ]     ], [
       fhir:index 4;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "OperationDefinition" ];
       fhir:CapabilityStatement.rest.resource.profile [
         fhir:value "http://hl7.org/fhir/StructureDefinition/OperationDefinition";
         fhir:link <http://hl7.org/fhir/StructureDefinition/OperationDefinition>       ];
       fhir:CapabilityStatement.rest.resource.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ]       ];
       fhir:CapabilityStatement.rest.resource.searchInclude [
         fhir:value "*";
         fhir:index 0       ];
       fhir:CapabilityStatement.rest.resource.searchRevInclude [
         fhir:value "CodeSystem:supplements";
         fhir:index 0       ], [
         fhir:value "ConceptMap:other";
         fhir:index 1       ], [
         fhir:value "ConceptMap:source";
         fhir:index 2       ], [
         fhir:value "ConceptMap:source-uri";
         fhir:index 3       ], [
         fhir:value "ConceptMap:target";
         fhir:index 4       ], [
         fhir:value "ConceptMap:target-uri";
         fhir:index 5       ], [
         fhir:value "Group:managing-entity";
         fhir:index 6       ], [
         fhir:value "Group:member";
         fhir:index 7       ]     ], [
       fhir:index 5;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "Practitioner" ];
       fhir:CapabilityStatement.rest.resource.profile [
         fhir:value "http://hl7.org/fhir/StructureDefinition/Practitioner";
         fhir:link <http://hl7.org/fhir/StructureDefinition/Practitioner>       ];
       fhir:CapabilityStatement.rest.resource.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "patch" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-type" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-instance" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ]       ];
       fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.rest.resource.searchInclude [
         fhir:value "*";
         fhir:index 0       ];
       fhir:CapabilityStatement.rest.resource.searchRevInclude [
         fhir:value "CodeSystem:supplements";
         fhir:index 0       ], [
         fhir:value "ConceptMap:other";
         fhir:index 1       ], [
         fhir:value "ConceptMap:source";
         fhir:index 2       ], [
         fhir:value "ConceptMap:source-uri";
         fhir:index 3       ], [
         fhir:value "ConceptMap:target";
         fhir:index 4       ], [
         fhir:value "ConceptMap:target-uri";
         fhir:index 5       ], [
         fhir:value "Group:managing-entity";
         fhir:index 6       ], [
         fhir:value "Group:member";
         fhir:index 7       ];
       fhir:CapabilityStatement.rest.resource.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_filter" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a filter" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The ID of the resource" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_source" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given source value (Resource.meta.source)" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ]       ], [
         fhir:index 9;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ]       ], [
         fhir:index 10;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "active" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Whether the practitioner record is active" ]       ], [
         fhir:index 11;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir: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" ]       ], [
         fhir:index 12;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-city" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A city specified in an address" ]       ], [
         fhir:index 13;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-country" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A country specified in an address" ]       ], [
         fhir:index 14;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-postalcode" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A postalCode specified in an address" ]       ], [
         fhir:index 15;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-state" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A state specified in an address" ]       ], [
         fhir:index 16;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "address-use" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use code specified in an address" ]       ], [
         fhir:index 17;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "communication" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "One of the languages that the practitioner can communicate with" ]       ], [
         fhir:index 18;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "email" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A value in an email contact" ]       ], [
         fhir:index 19;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "family" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A portion of the family name" ]       ], [
         fhir:index 20;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "gender" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Gender of the practitioner" ]       ], [
         fhir:index 21;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "given" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A portion of the given name" ]       ], [
         fhir:index 22;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A practitioner's Identifier" ]       ], [
         fhir:index 23;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "name" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir: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" ]       ], [
         fhir:index 24;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "phone" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A value in a phone contact" ]       ], [
         fhir:index 25;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "phonetic" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A portion of either family or given name using some kind of phonetic matching algorithm" ]       ], [
         fhir:index 26;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "telecom" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The value in any kind of contact" ]       ];
       fhir:CapabilityStatement.rest.resource.operation [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate>         ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta-delete" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Delete tags, profiles, and/or security labels from a resource" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta-add" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Add tags, profiles, and/or security labels to a resource" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Request a list of tags, profiles, and security labels for a specfic resource instance" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "expunge" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge>         ]       ]     ], [
       fhir:index 6;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "StructureDefinition" ];
       fhir:CapabilityStatement.rest.resource.profile [
         fhir:value "http://hl7.org/fhir/StructureDefinition/StructureDefinition";
         fhir:link <http://hl7.org/fhir/StructureDefinition/StructureDefinition>       ];
       fhir:CapabilityStatement.rest.resource.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ]       ];
       fhir:CapabilityStatement.rest.resource.searchInclude [
         fhir:value "*";
         fhir:index 0       ];
       fhir:CapabilityStatement.rest.resource.searchRevInclude [
         fhir:value "CodeSystem:supplements";
         fhir:index 0       ], [
         fhir:value "ConceptMap:other";
         fhir:index 1       ], [
         fhir:value "ConceptMap:source";
         fhir:index 2       ], [
         fhir:value "ConceptMap:source-uri";
         fhir:index 3       ], [
         fhir:value "ConceptMap:target";
         fhir:index 4       ], [
         fhir:value "ConceptMap:target-uri";
         fhir:index 5       ], [
         fhir:value "Group:managing-entity";
         fhir:index 6       ], [
         fhir:value "Group:member";
         fhir:index 7       ];
       fhir:CapabilityStatement.rest.resource.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "type" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Type defined or constrained by this structure" ]       ]     ], [
       fhir:index 7;
       fhir:CapabilityStatement.rest.resource.type [ fhir:value "ValueSet" ];
       fhir:CapabilityStatement.rest.resource.profile [
         fhir:value "http://hl7.org/fhir/StructureDefinition/ValueSet";
         fhir:link <http://hl7.org/fhir/StructureDefinition/ValueSet>       ];
       fhir:CapabilityStatement.rest.resource.interaction [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "patch" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-type" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "history-instance" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ]       ];
       fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ];
       fhir:CapabilityStatement.rest.resource.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.rest.resource.searchInclude [
         fhir:value "*";
         fhir:index 0       ];
       fhir:CapabilityStatement.rest.resource.searchRevInclude [
         fhir:value "CodeSystem:supplements";
         fhir:index 0       ], [
         fhir:value "ConceptMap:other";
         fhir:index 1       ], [
         fhir:value "ConceptMap:source";
         fhir:index 2       ], [
         fhir:value "ConceptMap:source-uri";
         fhir:index 3       ], [
         fhir:value "ConceptMap:target";
         fhir:index 4       ], [
         fhir:value "ConceptMap:target-uri";
         fhir:index 5       ], [
         fhir:value "Group:managing-entity";
         fhir:index 6       ], [
         fhir:value "Group:member";
         fhir:index 7       ];
       fhir:CapabilityStatement.rest.resource.searchParam [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_filter" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a filter" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The ID of the resource" ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_source" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given source value (Resource.meta.source)" ]       ], [
         fhir:index 8;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ]       ], [
         fhir:index 9;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ]       ], [
         fhir:index 10;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "code" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "This special parameter searches for codes in the value set. See additional notes on the ValueSet resource" ]       ], [
         fhir:index 11;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use context assigned to the value set" ]       ], [
         fhir:index 12;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-quantity" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "quantity" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A quantity- or range-valued use context assigned to the value set" ]       ], [
         fhir:index 13;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-type" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A type of use context assigned to the value set" ]       ], [
         fhir:index 14;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-type-quantity" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use context type and quantity- or range-based value assigned to the value set" ]       ], [
         fhir:index 15;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "context-type-value" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A use context type and value assigned to the value set" ]       ], [
         fhir:index 16;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The value set publication date" ]       ], [
         fhir:index 17;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "description" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The description of the value set" ]       ], [
         fhir:index 18;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "expansion" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Identifies the value set expansion (business identifier)" ]       ], [
         fhir:index 19;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "External identifier for the value set" ]       ], [
         fhir:index 20;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "jurisdiction" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Intended jurisdiction for the value set" ]       ], [
         fhir:index 21;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "name" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Computationally friendly name of the value set" ]       ], [
         fhir:index 22;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "publisher" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Name of the publisher of the value set" ]       ], [
         fhir:index 23;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A code system included or excluded in the value set or an imported value set" ]       ], [
         fhir:index 24;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The current status of the value set" ]       ], [
         fhir:index 25;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "title" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The human-friendly name of the value set" ]       ], [
         fhir:index 26;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "url" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The uri that identifies the value set" ]       ], [
         fhir:index 27;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "version" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The business version of the value set" ]       ];
       fhir:CapabilityStatement.rest.resource.operation [
         fhir:index 0;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate-code" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystemValueSet-it-validate-code";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystemValueSet-it-validate-code>         ]       ], [
         fhir:index 1;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "invalidate-expansion" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-i-invalidate-expansion";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-i-invalidate-expansion>         ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "expand" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-it-expand";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-it-expand>         ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate>         ]       ], [
         fhir:index 4;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta-delete" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-delete>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Delete tags, profiles, and/or security labels from a resource" ]       ], [
         fhir:index 5;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta-add" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-i-meta-add>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Add tags, profiles, and/or security labels to a resource" ]       ], [
         fhir:index 6;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta>         ];
         fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Request a list of tags, profiles, and security labels for a specfic resource instance" ]       ], [
         fhir:index 7;
         fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "expunge" ];
         fhir:CapabilityStatement.rest.resource.operation.definition [
           fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge";
           fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-expunge>         ]       ]     ];
     fhir:CapabilityStatement.rest.interaction [
       fhir:index 0;
       fhir:CapabilityStatement.rest.interaction.code [ fhir:value "transaction" ]     ], [
       fhir:index 1;
       fhir:CapabilityStatement.rest.interaction.code [ fhir:value "history-system" ]     ];
     fhir:CapabilityStatement.rest.operation [
       fhir:index 0;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "import" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-import";
         fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-import>       ];
       fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Import terminology resources" ]     ], [
       fhir:index 1;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "reindex-terminology" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology";
         fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology>       ]     ], [
       fhir:index 2;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "process-message" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message";
         fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message>       ];
       fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Accept a FHIR Message Bundle for processing" ]     ], [
       fhir:index 3;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "perform-reindexing-pass" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass";
         fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass>       ];
       fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Forces a single pass of the resource reindexing processor" ]     ], [
       fhir:index 4;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta";
         fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-its-meta>       ]     ], [
       fhir:index 5;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "get-resource-counts" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts";
         fhir:link <https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts>       ];
       fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Provides the number of resources currently stored on the server, broken down by resource type" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.