eHealth Infrastructure - Local Development build (v2.5.0). See the Directory of published versions
Active as of 2022-10-11 |
@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 "questionnaire"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.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:CapabilityStatement.url [ fhir:value "http://ehealth.sundhed.dk/fhir/CapabilityStatement/questionnaire"];
fhir:CapabilityStatement.version [ fhir:value "2.5.0"];
fhir:CapabilityStatement.name [ fhir:value "questionnaire"];
fhir:CapabilityStatement.status [ fhir:value "active"];
fhir:CapabilityStatement.date [ fhir:value "2022-10-11T03:06:13.343+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 "questionnaire" ];
fhir:CapabilityStatement.software.version [ fhir:value "2.0.3" ]
];
fhir:CapabilityStatement.implementation [
fhir:CapabilityStatement.implementation.description [ fhir:value "eHealth questionnaire service" ];
fhir:CapabilityStatement.implementation.url [ fhir:value "https://questionnaire.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 "Basic" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/Basic";
fhir:link <http://hl7.org/fhir/StructureDefinition/Basic> ];
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 "search-type" ] ], [
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 "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.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchRevInclude [
fhir:value "Basic:actionGuidanceForReference";
fhir:index 0 ], [
fhir:value "Basic:intendedAudience";
fhir:index 1 ], [
fhir:value "Basic:reference";
fhir:index 2 ], [
fhir:value "Basic:viewForReference";
fhir:index 3 ], [
fhir:value "Questionnaire:reference";
fhir:index 4 ], [
fhir:value "StructureDefinition:valueset";
fhir:index 5 ];
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 "_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 2;
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 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_language" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The language 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 "_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 8;
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 9;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "actionGuidanceForReference" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Action guidance for reference" ] ], [
fhir:index 10;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "actionGuidanceForType" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The action guidance for type" ] ], [
fhir:index 11;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "actionGuidanceType" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The action guidance type" ] ], [
fhir:index 12;
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 code" ] ], [
fhir:index 13;
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 "The identifier" ] ], [
fhir:index 14;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "intendedAudience" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The intended audience" ] ], [
fhir:index 15;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "recommendation" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The recommendation" ] ], [
fhir:index 16;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The modifier reference" ] ], [
fhir:index 17;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "role" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The modifier role" ] ], [
fhir:index 18;
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" ] ], [
fhir:index 19;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "viewForReference" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "View for reference" ] ], [
fhir:index 20;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "viewForType" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The view for type" ] ], [
fhir:index 21;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "viewType" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The view type" ] ];
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://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate";
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate> ] ] ], [
fhir:index 1;
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 "Basic:actionGuidanceForReference";
fhir:index 0 ], [
fhir:value "Basic:intendedAudience";
fhir:index 1 ], [
fhir:value "Basic:reference";
fhir:index 2 ], [
fhir:value "Basic:viewForReference";
fhir:index 3 ], [
fhir:value "Questionnaire:reference";
fhir:index 4 ], [
fhir:value "StructureDefinition:valueset";
fhir:index 5 ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "Questionnaire" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/Questionnaire";
fhir:link <http://hl7.org/fhir/StructureDefinition/Questionnaire> ];
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 "search-type" ] ], [
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 "delete" ] ], [
fhir:index 5;
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.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchRevInclude [
fhir:value "Basic:actionGuidanceForReference";
fhir:index 0 ], [
fhir:value "Basic:intendedAudience";
fhir:index 1 ], [
fhir:value "Basic:reference";
fhir:index 2 ], [
fhir:value "Basic:viewForReference";
fhir:index 3 ], [
fhir:value "Questionnaire:reference";
fhir:index 4 ], [
fhir:value "StructureDefinition:valueset";
fhir:index 5 ];
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 "_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 2;
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 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_language" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The language 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 "_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 8;
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 9;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "base" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Base of resource" ] ], [
fhir:index 10;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "baseEnvironment" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Base Environment of resource" ] ], [
fhir:index 11;
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 that corresponds to one of its items in the questionnaire" ] ], [
fhir:index 12;
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 questionnaire publication date" ] ], [
fhir:index 13;
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 questionnaire" ] ], [
fhir:index 14;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "effective" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The time during which the questionnaire is intended to be in use" ] ], [
fhir:index 15;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "ehealthPredecessor" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Predecessor of resource" ] ], [
fhir:index 16;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "employeeTitle" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Title intended for clinicians" ] ], [
fhir:index 17;
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 questionnaire" ] ], [
fhir:index 18;
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 questionnaire" ] ], [
fhir:index 19;
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 questionnaire" ] ], [
fhir:index 20;
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 questionnaire" ] ], [
fhir:index 21;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Modifier reference" ] ], [
fhir:index 22;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "role" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Modifier role" ] ], [
fhir:index 23;
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 questionnaire" ] ], [
fhir:index 24;
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 questionnaire" ] ], [
fhir:index 25;
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 "Questionnaire type" ] ], [
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 questionnaire" ] ], [
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 questionnaire" ] ];
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://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate";
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate> ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "create-clone" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Questionnaire-i-create-clone";
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Questionnaire-i-create-clone> ];
fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "### 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:index 3;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "StructureDefinition" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-definedquestion";
fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-definedquestion> ];
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 "search-type" ] ], [
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 "delete" ] ], [
fhir:index 5;
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 "single" ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ], [
fhir:value "StructureDefinition:valueset";
fhir:index 1 ];
fhir:CapabilityStatement.rest.resource.searchRevInclude [
fhir:value "Basic:actionGuidanceForReference";
fhir:index 0 ], [
fhir:value "Basic:intendedAudience";
fhir:index 1 ], [
fhir:value "Basic:reference";
fhir:index 2 ], [
fhir:value "Basic:viewForReference";
fhir:index 3 ], [
fhir:value "Questionnaire:reference";
fhir:index 4 ], [
fhir:value "StructureDefinition:valueset";
fhir:index 5 ];
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 "_language" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The language of the resource" ] ], [
fhir:index 5;
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 6;
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 7;
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 8;
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 9;
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 10;
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 11;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "abstract" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Whether the structure is abstract" ] ], [
fhir:index 12;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "base" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Definition that this type is constrained/specialized from" ] ], [
fhir:index 13;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "base-path" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Path that identifies the base element" ] ], [
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 "resource | datatype | extension" ] ], [
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 structure definition publication date" ] ], [
fhir:index 16;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "derivation" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "specialization | constraint - How relates to base definition" ] ], [
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 structure definition" ] ], [
fhir:index 18;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "experimental" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "For testing purposes, not real usage" ] ], [
fhir:index 19;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "ext-context" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Where the extension can be used in instances" ] ], [
fhir:index 20;
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 structure definition" ] ], [
fhir:index 21;
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 structure definition" ] ], [
fhir:index 22;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "keyword" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A code for the profile" ] ], [
fhir:index 23;
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 "primitive-type | complex-type | resource | logical" ] ], [
fhir:index 24;
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 structure definition" ] ], [
fhir:index 25;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "path" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A path that is constrained in the profile" ] ], [
fhir:index 26;
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 structure definition" ] ], [
fhir:index 27;
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 structure definition" ] ], [
fhir:index 28;
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 structure definition" ] ], [
fhir:index 29;
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 30;
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 structure definition" ] ], [
fhir:index 31;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "valueset" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A vocabulary binding reference" ] ], [
fhir:index 32;
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 structure definition" ] ];
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://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate";
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate> ] ] ];
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 "migrate" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-migrate";
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-migrate> ];
fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Data migration" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "reindex-terminology" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology";
fhir:link <https://questionnaire.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://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message";
fhir:link <https://questionnaire.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://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass";
fhir:link <https://questionnaire.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://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta";
fhir:link <https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta> ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "get-resource-counts" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts";
fhir:link <https://questionnaire.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.
IG © 2021+ Systematic | Trifork. Package dk.ehealth.sundhed.fhir.ig.core#2.5.0 based on FHIR 4.0.1. Generated 2023-02-09