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 "document-query"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>document-query</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 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></tr><tr><td>Binary</td><td><a href=\"http://hl7.org/fhir/StructureDefinition/Binary\">http://hl7.org/fhir/StructureDefinition/Binary</a></td><td></td><td></td><td></td><td></td></tr><tr><td>DocumentReference</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference</a></td><td></td><td>y</td><td></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></tr></table></div>"
];
fhir:CapabilityStatement.url [ fhir:value "http://ehealth.sundhed.dk/fhir/CapabilityStatement/document-query"];
fhir:CapabilityStatement.version [ fhir:value "2.5.0"];
fhir:CapabilityStatement.name [ fhir:value "document-query"];
fhir:CapabilityStatement.status [ fhir:value "active"];
fhir:CapabilityStatement.date [ fhir:value "2022-10-11T13:22:06.419+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 "document-query" ];
fhir:CapabilityStatement.software.version [ fhir:value "1.7.1" ]
];
fhir:CapabilityStatement.implementation [
fhir:CapabilityStatement.implementation.description [ fhir:value "eHealth document-query service" ];
fhir:CapabilityStatement.implementation.url [ fhir:value "https://document-query.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 "Binary" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/Binary";
fhir:link <http://hl7.org/fhir/StructureDefinition/Binary> ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchRevInclude [
fhir:value "DocumentReference:patient";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.operation [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "retrieve-document" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://document-query.devtest.systematic-ehealth.com/fhir/OperationDefinition/Binary-t-retrieve-document";
fhir:link <https://document-query.devtest.systematic-ehealth.com/fhir/OperationDefinition/Binary-t-retrieve-document> ];
fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Retrieve document" ] ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "DocumentReference" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference";
fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference> ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ], [
fhir:value "DocumentReference:patient";
fhir:index 1 ];
fhir:CapabilityStatement.rest.resource.searchRevInclude [
fhir:value "DocumentReference:patient";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
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 "current | superseded" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "category" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Categorization of document" ] ], [
fhir:index 2;
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 "Document creation time" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "event" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Main clinical acts documented" ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "facility" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Kind of facility where patient was seen" ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "format" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Format/content rules for the document" ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who/what is the subject of the document" ] ], [
fhir:index 7;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient-identifier" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who/what is the subject of the document (identifier)" ] ], [
fhir:index 8;
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 "Time of service that is being documented" ] ], [
fhir:index 9;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "setting" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Additional details about where the content was created (e.g. clinical specialty)" ] ], [
fhir:index 10;
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 "Kind of document (LOINC if possible)" ] ] ], [
fhir:index 2;
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 "DocumentReference:patient";
fhir:index 0 ] ];
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 "meta" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://document-query.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta";
fhir:link <https://document-query.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta> ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "get-resource-counts" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://document-query.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts";
fhir:link <https://document-query.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" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "reindex-terminology" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://document-query.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology";
fhir:link <https://document-query.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology> ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "process-message" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://document-query.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message";
fhir:link <https://document-query.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 4;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "perform-reindexing-pass" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://document-query.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass";
fhir:link <https://document-query.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" ] ]
].
# - 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