eHealth Infrastructure
2.10.0 - release

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

: questionnaire - TTL Representation

Active as of 2023-10-23

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:id [ fhir:v "questionnaire"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>questionnaire</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=\"POST a new resource (create interaction)\">Create</b></th><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th></tr><tr><td>Basic</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Basic\">http://hl7.org/fhir/StructureDefinition/Basic</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></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></tr><tr><td>Questionnaire</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Questionnaire\">http://hl7.org/fhir/StructureDefinition/Questionnaire</a></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://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-definedquestion\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-definedquestion</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/CapabilityStatement/questionnaire"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.10.0"] ; # 
  fhir:name [ fhir:v "questionnaire"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-10-23T02:47:44.270+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Systematic | Trifork"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Systematic | Trifork" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]     ] )
  ] ) ; # 
  fhir:kind [ fhir:v "instance"] ; # 
  fhir:software [
fhir:name [ fhir:v "questionnaire" ] ;
fhir:version [ fhir:v "2.1.6" ]
  ] ; # 
  fhir:implementation [
fhir:description [ fhir:v "eHealth questionnaire service" ] ;
fhir:url [ fhir:v "https://questionnaire.devtest.systematic-ehealth.com/fhir"^^xsd:anyURI ]
  ] ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:format ( [ fhir:v "application/fhir+xml"] [ fhir:v "xml"] [ fhir:v "application/fhir+json"] [ fhir:v "json"] [ fhir:v "application/x-turtle"] [ fhir:v "ttl"] [ fhir:v "html/json"] [ fhir:v "html/xml"] [ fhir:v "html/turtle"] ) ; # 
  fhir:rest ( [
fhir:mode [ fhir:v "server" ] ;
    ( fhir:resource [
fhir:type [ fhir:v "Basic" ] ;
fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/Basic"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/Basic>       ] ;
      ( fhir:interaction [
fhir:code [ fhir:v "update" ]       ] [
fhir:code [ fhir:v "search-type" ]       ] [
fhir:code [ fhir:v "vread" ]       ] [
fhir:code [ fhir:v "read" ]       ] [
fhir:code [ fhir:v "create" ]       ] ) ;
fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ] ;
fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ] ;
      ( fhir:searchInclude [ fhir:v "*" ] ) ;
      ( fhir:searchRevInclude [ fhir:v "Basic:actionGuidanceForReference" ] [ fhir:v "Basic:intendedAudience" ] [ fhir:v "Basic:reference" ] [ fhir:v "Basic:viewForReference" ] [ fhir:v "Questionnaire:reference" ] [ fhir:v "StructureDefinition:valueset" ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "_content" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search the contents of the resource's data using a fulltext search" ]       ] [
fhir:name [ fhir:v "_has" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Return resources linked to by the given target" ]       ] [
fhir:name [ fhir:v "_id" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The ID of the resource" ]       ] [
fhir:name [ fhir:v "_language" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "The language of the resource" ]       ] [
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Only return resources which were last updated as specified by the given range" ]       ] [
fhir:name [ fhir:v "_profile" ] ;
fhir:type [ fhir:v "uri" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given profile" ]       ] [
fhir:name [ fhir:v "_security" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given security labels" ]       ] [
fhir:name [ fhir:v "_tag" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given tag" ]       ] [
fhir:name [ fhir:v "_text" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search the contents of the resource's narrative using a fulltext search" ]       ] [
fhir:name [ fhir:v "actionGuidanceForReference" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Action guidance for reference" ]       ] [
fhir:name [ fhir:v "actionGuidanceForType" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The action guidance for type" ]       ] [
fhir:name [ fhir:v "actionGuidanceType" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The action guidance type" ]       ] [
fhir:name [ fhir:v "code" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The code" ]       ] [
fhir:name [ fhir:v "identifier" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The identifier" ]       ] [
fhir:name [ fhir:v "intendedAudience" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "The intended audience" ]       ] [
fhir:name [ fhir:v "recommendation" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The recommendation" ]       ] [
fhir:name [ fhir:v "reference" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "The modifier reference" ]       ] [
fhir:name [ fhir:v "role" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The modifier role" ]       ] [
fhir:name [ fhir:v "status" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The current status" ]       ] [
fhir:name [ fhir:v "viewForReference" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "View for reference" ]       ] [
fhir:name [ fhir:v "viewForType" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The view for type" ]       ] [
fhir:name [ fhir:v "viewType" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The view type" ]       ] ) ;
      ( fhir:operation [
fhir:name [ fhir:v "validate" ] ;
fhir:definition [
fhir:v "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"^^xsd:anyURI ;
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate>         ]       ] )     ] [
fhir:type [ fhir:v "OperationDefinition" ] ;
fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/OperationDefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/OperationDefinition>       ] ;
      ( fhir:interaction [
fhir:code [ fhir:v "read" ]       ] ) ;
      ( fhir:searchInclude [ fhir:v "*" ] ) ;
      ( fhir:searchRevInclude [ fhir:v "Basic:actionGuidanceForReference" ] [ fhir:v "Basic:intendedAudience" ] [ fhir:v "Basic:reference" ] [ fhir:v "Basic:viewForReference" ] [ fhir:v "Questionnaire:reference" ] [ fhir:v "StructureDefinition:valueset" ] )     ] [
fhir:type [ fhir:v "Questionnaire" ] ;
fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/Questionnaire"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/Questionnaire>       ] ;
      ( fhir:interaction [
fhir:code [ fhir:v "update" ]       ] [
fhir:code [ fhir:v "search-type" ]       ] [
fhir:code [ fhir:v "vread" ]       ] [
fhir:code [ fhir:v "read" ]       ] [
fhir:code [ fhir:v "delete" ]       ] [
fhir:code [ fhir:v "create" ]       ] ) ;
fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ] ;
fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ] ;
      ( fhir:searchInclude [ fhir:v "*" ] ) ;
      ( fhir:searchRevInclude [ fhir:v "Basic:actionGuidanceForReference" ] [ fhir:v "Basic:intendedAudience" ] [ fhir:v "Basic:reference" ] [ fhir:v "Basic:viewForReference" ] [ fhir:v "Questionnaire:reference" ] [ fhir:v "StructureDefinition:valueset" ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "_content" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search the contents of the resource's data using a fulltext search" ]       ] [
fhir:name [ fhir:v "_has" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Return resources linked to by the given target" ]       ] [
fhir:name [ fhir:v "_id" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The ID of the resource" ]       ] [
fhir:name [ fhir:v "_language" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "The language of the resource" ]       ] [
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Only return resources which were last updated as specified by the given range" ]       ] [
fhir:name [ fhir:v "_profile" ] ;
fhir:type [ fhir:v "uri" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given profile" ]       ] [
fhir:name [ fhir:v "_security" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given security labels" ]       ] [
fhir:name [ fhir:v "_tag" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given tag" ]       ] [
fhir:name [ fhir:v "_text" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search the contents of the resource's narrative using a fulltext search" ]       ] [
fhir:name [ fhir:v "base" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Base of resource" ]       ] [
fhir:name [ fhir:v "baseEnvironment" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Base Environment of resource" ]       ] [
fhir:name [ fhir:v "code" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "A code that corresponds to one of its items in the questionnaire" ]       ] [
fhir:name [ fhir:v "date" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "The questionnaire publication date" ]       ] [
fhir:name [ fhir:v "description" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "The description of the questionnaire" ]       ] [
fhir:name [ fhir:v "effective" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "The time during which the questionnaire is intended to be in use" ]       ] [
fhir:name [ fhir:v "ehealthPredecessor" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Predecessor of resource" ]       ] [
fhir:name [ fhir:v "employeeTitle" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Title intended for clinicians" ]       ] [
fhir:name [ fhir:v "identifier" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "External identifier for the questionnaire" ]       ] [
fhir:name [ fhir:v "jurisdiction" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Intended jurisdiction for the questionnaire" ]       ] [
fhir:name [ fhir:v "name" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Computationally friendly name of the questionnaire" ]       ] [
fhir:name [ fhir:v "publisher" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Name of the publisher of the questionnaire" ]       ] [
fhir:name [ fhir:v "reference" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Modifier reference" ]       ] [
fhir:name [ fhir:v "role" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Modifier role" ]       ] [
fhir:name [ fhir:v "status" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The current status of the questionnaire" ]       ] [
fhir:name [ fhir:v "title" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "The human-friendly name of the questionnaire" ]       ] [
fhir:name [ fhir:v "type" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Questionnaire type" ]       ] [
fhir:name [ fhir:v "url" ] ;
fhir:type [ fhir:v "uri" ] ;
fhir:documentation [ fhir:v "The uri that identifies the questionnaire" ]       ] [
fhir:name [ fhir:v "version" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The business version of the questionnaire" ]       ] ) ;
      ( fhir:operation [
fhir:name [ fhir:v "validate" ] ;
fhir:definition [
fhir:v "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"^^xsd:anyURI ;
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate>         ]       ] [
fhir:name [ fhir:v "create-clone" ] ;
fhir:definition [
fhir:v "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Questionnaire-i-create-clone"^^xsd:anyURI ;
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Questionnaire-i-create-clone>         ] ;
fhir:documentation [ fhir:v "### Input\n- resourceId: reference to the Questionnaire resource that should be cloned\n- clone-operation: minor-version/major-version/copy Coding from codesystem: http://ehealth.sundhed.dk/cs/ehealth-clone-operation \n\n### Output\nBundle containing all resources that were created during the operation.\n\n### Validation\n- New business versions require that the user has modifier-role: owner or co-author for the resource\n- New copy does not require that the user has a modifier-role.\n- New business version can be made only when no draft resource exists (having identical base identifier).\n- Read/search/create privileges are required for the resource types affected by $create-clone" ]       ] )     ] [
fhir:type [ fhir:v "StructureDefinition" ] ;
fhir:profile [
fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-definedquestion"^^xsd:anyURI ;
fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-definedquestion>       ] ;
      ( fhir:interaction [
fhir:code [ fhir:v "update" ]       ] [
fhir:code [ fhir:v "search-type" ]       ] [
fhir:code [ fhir:v "vread" ]       ] [
fhir:code [ fhir:v "read" ]       ] [
fhir:code [ fhir:v "delete" ]       ] [
fhir:code [ fhir:v "create" ]       ] ) ;
fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ] ;
fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ] ;
fhir:conditionalDelete [ fhir:v "single" ] ;
      ( fhir:searchInclude [ fhir:v "*" ] [ fhir:v "StructureDefinition:valueset" ] ) ;
      ( fhir:searchRevInclude [ fhir:v "Basic:actionGuidanceForReference" ] [ fhir:v "Basic:intendedAudience" ] [ fhir:v "Basic:reference" ] [ fhir:v "Basic:viewForReference" ] [ fhir:v "Questionnaire:reference" ] [ fhir:v "StructureDefinition:valueset" ] ) ;
      ( fhir:searchParam [
fhir:name [ fhir:v "_content" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search the contents of the resource's data using a fulltext search" ]       ] [
fhir:name [ fhir:v "_filter" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search the contents of the resource's data using a filter" ]       ] [
fhir:name [ fhir:v "_has" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Return resources linked to by the given target" ]       ] [
fhir:name [ fhir:v "_id" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The ID of the resource" ]       ] [
fhir:name [ fhir:v "_language" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "The language of the resource" ]       ] [
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Only return resources which were last updated as specified by the given range" ]       ] [
fhir:name [ fhir:v "_profile" ] ;
fhir:type [ fhir:v "uri" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given profile" ]       ] [
fhir:name [ fhir:v "_security" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given security labels" ]       ] [
fhir:name [ fhir:v "_source" ] ;
fhir:type [ fhir:v "uri" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given source value (Resource.meta.source)" ]       ] [
fhir:name [ fhir:v "_tag" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given tag" ]       ] [
fhir:name [ fhir:v "_text" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search the contents of the resource's narrative using a fulltext search" ]       ] [
fhir:name [ fhir:v "abstract" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Whether the structure is abstract" ]       ] [
fhir:name [ fhir:v "base" ] ;
fhir:type [ fhir:v "uri" ] ;
fhir:documentation [ fhir:v "Definition that this type is constrained/specialized from" ]       ] [
fhir:name [ fhir:v "base-path" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Path that identifies the base element" ]       ] [
fhir:name [ fhir:v "context-type" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "resource | datatype | extension" ]       ] [
fhir:name [ fhir:v "date" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "The structure definition publication date" ]       ] [
fhir:name [ fhir:v "derivation" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "specialization | constraint - How relates to base definition" ]       ] [
fhir:name [ fhir:v "description" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "The description of the structure definition" ]       ] [
fhir:name [ fhir:v "experimental" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "For testing purposes, not real usage" ]       ] [
fhir:name [ fhir:v "ext-context" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Where the extension can be used in instances" ]       ] [
fhir:name [ fhir:v "identifier" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "External identifier for the structure definition" ]       ] [
fhir:name [ fhir:v "jurisdiction" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Intended jurisdiction for the structure definition" ]       ] [
fhir:name [ fhir:v "keyword" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "A code for the profile" ]       ] [
fhir:name [ fhir:v "kind" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "primitive-type | complex-type | resource | logical" ]       ] [
fhir:name [ fhir:v "name" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Computationally friendly name of the structure definition" ]       ] [
fhir:name [ fhir:v "path" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "A path that is constrained in the profile" ]       ] [
fhir:name [ fhir:v "publisher" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Name of the publisher of the structure definition" ]       ] [
fhir:name [ fhir:v "status" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The current status of the structure definition" ]       ] [
fhir:name [ fhir:v "title" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "The human-friendly name of the structure definition" ]       ] [
fhir:name [ fhir:v "type" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Type defined or constrained by this structure" ]       ] [
fhir:name [ fhir:v "url" ] ;
fhir:type [ fhir:v "uri" ] ;
fhir:documentation [ fhir:v "The uri that identifies the structure definition" ]       ] [
fhir:name [ fhir:v "valueset" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "A vocabulary binding reference" ]       ] [
fhir:name [ fhir:v "version" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The business version of the structure definition" ]       ] ) ;
      ( fhir:operation [
fhir:name [ fhir:v "validate" ] ;
fhir:definition [
fhir:v "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate"^^xsd:anyURI ;
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate>         ]       ] )     ] ) ;
    ( fhir:interaction [
fhir:code [ fhir:v "transaction" ]     ] [
fhir:code [ fhir:v "history-system" ]     ] ) ;
    ( fhir:operation [
fhir:name [ fhir:v "migrate" ] ;
fhir:definition [
fhir:v "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-migrate"^^xsd:anyURI ;
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-migrate>       ] ;
fhir:documentation [ fhir:v "Data migration" ]     ] [
fhir:name [ fhir:v "process-message" ] ;
fhir:definition [
fhir:v "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message"^^xsd:anyURI ;
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message>       ] ;
fhir:documentation [ fhir:v "Accept a FHIR Message Bundle for processing" ]     ] [
fhir:name [ fhir:v "perform-reindexing-pass" ] ;
fhir:definition [
fhir:v "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass"^^xsd:anyURI ;
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass>       ] ;
fhir:documentation [ fhir:v "Forces a single pass of the resource reindexing processor" ]     ] [
fhir:name [ fhir:v "meta" ] ;
fhir:definition [
fhir:v "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta"^^xsd:anyURI ;
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta>       ]     ] [
fhir:name [ fhir:v "get-resource-counts" ] ;
fhir:definition [
fhir:v "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts"^^xsd:anyURI ;
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts>       ] ;
fhir:documentation [ fhir:v "Provides the number of resources currently stored on the server, broken down by resource type" ]     ] [
fhir:name [ fhir:v "reindex-terminology" ] ;
fhir:definition [
fhir:v "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology"^^xsd:anyURI ;
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology>       ]     ] )
  ] ) . #