eHealth Infrastructure
2.3.0 - release

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

: document-transformation - TTL Representation

Active as of 2022-09-16

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 "document-transformation"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>document-transformation</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>Composition</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-composition\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-composition</a></td><td>y</td><td>y</td><td>y</td><td></td><td>y</td><td>y</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>y</td><td>y</td><td>y</td><td></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></tr></table></div>"
  ];
  fhir:CapabilityStatement.url [ fhir:value "http://ehealth.sundhed.dk/fhir/CapabilityStatement/document-transformation"];
  fhir:CapabilityStatement.version [ fhir:value "2.3.0"];
  fhir:CapabilityStatement.name [ fhir:value "document-transformation"];
  fhir:CapabilityStatement.status [ fhir:value "active"];
  fhir:CapabilityStatement.date [ fhir:value "2022-09-16T10:36:58.418+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-transformation" ];
     fhir:CapabilityStatement.software.version [ fhir:value "1.9.0" ]
  ];
  fhir:CapabilityStatement.implementation [
     fhir:CapabilityStatement.implementation.description [ fhir:value "eHealth document-transformation service" ];
     fhir:CapabilityStatement.implementation.url [ fhir:value "https://document-transformation.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 "Composition" ];
       fhir:CapabilityStatement.rest.resource.profile [
         fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-composition";
         fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-composition>       ];
       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 "vread" ]       ], [
         fhir:index 2;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ]       ], [
         fhir:index 3;
         fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "delete" ]       ], [
         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.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.rest.resource.searchInclude [
         fhir:value "Composition:related-ref";
         fhir:index 0       ];
       fhir:CapabilityStatement.rest.resource.searchRevInclude [
         fhir:value "Composition:attester";
         fhir:index 0       ], [
         fhir:value "Composition:author";
         fhir:index 1       ], [
         fhir:value "Composition:encounter";
         fhir:index 2       ], [
         fhir:value "Composition:entry";
         fhir:index 3       ], [
         fhir:value "Composition:patient";
         fhir:index 4       ], [
         fhir:value "Composition:related-ref";
         fhir:index 5       ], [
         fhir:value "Composition:subject";
         fhir:index 6       ], [
         fhir:value "DocumentReference:authenticator";
         fhir:index 7       ], [
         fhir:value "DocumentReference:author";
         fhir:index 8       ], [
         fhir:value "DocumentReference:custodian";
         fhir:index 9       ], [
         fhir:value "DocumentReference:encounter";
         fhir:index 10       ], [
         fhir:value "DocumentReference:patient";
         fhir:index 11       ], [
         fhir:value "DocumentReference:related";
         fhir:index 12       ], [
         fhir:value "DocumentReference:related-ref";
         fhir:index 13       ], [
         fhir:value "DocumentReference:relatesto";
         fhir:index 14       ], [
         fhir:value "DocumentReference:subject";
         fhir:index 15       ];
       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 "attester" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who attested the composition" ]       ], [
         fhir:index 10;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "author" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who and/or what authored the composition" ]       ], [
         fhir:index 11;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "class" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Categorization of Composition" ]       ], [
         fhir:index 12;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "confidentiality" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "As defined by affinity domain" ]       ], [
         fhir:index 13;
         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 "Code(s) that apply to the event being documented" ]       ], [
         fhir:index 14;
         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 "Composition editing time" ]       ], [
         fhir:index 15;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Context of the Composition" ]       ], [
         fhir:index 16;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "entry" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "A reference to data that supports this section" ]       ], [
         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 "Logical identifier of composition (version-independent)" ]       ], [
         fhir:index 18;
         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 and/or what the composition is about" ]       ], [
         fhir:index 19;
         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 "The period covered by the documentation" ]       ], [
         fhir:index 20;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "related-id" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Target of the relationship" ]       ], [
         fhir:index 21;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "related-ref" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Target of the relationship" ]       ], [
         fhir:index 22;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "section" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Classification of section (recommended)" ]       ], [
         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 "preliminary | final | amended | entered-in-error" ]       ], [
         fhir:index 24;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who and/or what the composition is about" ]       ], [
         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 "Human Readable name/title" ]       ], [
         fhir:index 26;
         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 composition (LOINC if possible)" ]       ];
       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://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/CompositionDocumentReference-it-validate";
           fhir:link <https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/CompositionDocumentReference-it-validate>         ]       ]     ], [
       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: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 "delete" ]       ], [
         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.conditionalDelete [ fhir:value "multiple" ];
       fhir:CapabilityStatement.rest.resource.searchInclude [
         fhir:value "DocumentReference:relatesto";
         fhir:index 0       ];
       fhir:CapabilityStatement.rest.resource.searchRevInclude [
         fhir:value "Composition:attester";
         fhir:index 0       ], [
         fhir:value "Composition:author";
         fhir:index 1       ], [
         fhir:value "Composition:encounter";
         fhir:index 2       ], [
         fhir:value "Composition:entry";
         fhir:index 3       ], [
         fhir:value "Composition:patient";
         fhir:index 4       ], [
         fhir:value "Composition:related-ref";
         fhir:index 5       ], [
         fhir:value "Composition:subject";
         fhir:index 6       ], [
         fhir:value "DocumentReference:authenticator";
         fhir:index 7       ], [
         fhir:value "DocumentReference:author";
         fhir:index 8       ], [
         fhir:value "DocumentReference:custodian";
         fhir:index 9       ], [
         fhir:value "DocumentReference:encounter";
         fhir:index 10       ], [
         fhir:value "DocumentReference:patient";
         fhir:index 11       ], [
         fhir:value "DocumentReference:related";
         fhir:index 12       ], [
         fhir:value "DocumentReference:related-ref";
         fhir:index 13       ], [
         fhir:value "DocumentReference:relatesto";
         fhir:index 14       ], [
         fhir:value "DocumentReference:subject";
         fhir:index 15       ];
       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 "authenticator" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who/what authenticated the document" ]       ], [
         fhir:index 10;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "author" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who and/or what authored the document" ]       ], [
         fhir:index 11;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "class" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Categorization of document" ]       ], [
         fhir:index 12;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "custodian" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Organization which maintains the document" ]       ], [
         fhir:index 13;
         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 14;
         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 "Human-readable description (title)" ]       ], [
         fhir:index 15;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "encounter" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Context of the document  content" ]       ], [
         fhir:index 16;
         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 17;
         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 18;
         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 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 "Master Version Specific Identifier" ]       ], [
         fhir:index 20;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "indexed" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "When this document reference was created" ]       ], [
         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 "Human language of the content (BCP-47)" ]       ], [
         fhir:index 22;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "location" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Uri where the data can be found" ]       ], [
         fhir:index 23;
         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 24;
         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 25;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "related" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Related identifiers or resources" ]       ], [
         fhir:index 26;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "related-id" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Identifier of related objects or events" ]       ], [
         fhir:index 27;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "related-ref" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Related Resource" ]       ], [
         fhir:index 28;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "relatesto" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Target of the relationship" ]       ], [
         fhir:index 29;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "relation" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "replaces | transforms | signs | appends" ]       ], [
         fhir:index 30;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "relationship" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "composite" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Combination of relation and relatesTo" ]       ], [
         fhir:index 31;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "securitylabel" ];
         fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
         fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Document security-tags" ]       ], [
         fhir:index 32;
         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 33;
         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 | entered-in-error" ]       ], [
         fhir:index 34;
         fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
         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 35;
         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: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://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/CompositionDocumentReference-it-validate";
           fhir:link <https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/CompositionDocumentReference-it-validate>         ]       ]     ], [
       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 "Composition:attester";
         fhir:index 0       ], [
         fhir:value "Composition:author";
         fhir:index 1       ], [
         fhir:value "Composition:encounter";
         fhir:index 2       ], [
         fhir:value "Composition:entry";
         fhir:index 3       ], [
         fhir:value "Composition:patient";
         fhir:index 4       ], [
         fhir:value "Composition:related-ref";
         fhir:index 5       ], [
         fhir:value "Composition:subject";
         fhir:index 6       ], [
         fhir:value "DocumentReference:authenticator";
         fhir:index 7       ], [
         fhir:value "DocumentReference:author";
         fhir:index 8       ], [
         fhir:value "DocumentReference:custodian";
         fhir:index 9       ], [
         fhir:value "DocumentReference:encounter";
         fhir:index 10       ], [
         fhir:value "DocumentReference:patient";
         fhir:index 11       ], [
         fhir:value "DocumentReference:related";
         fhir:index 12       ], [
         fhir:value "DocumentReference:related-ref";
         fhir:index 13       ], [
         fhir:value "DocumentReference:relatesto";
         fhir:index 14       ], [
         fhir:value "DocumentReference:subject";
         fhir:index 15       ]     ];
     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 "transform-to-QRD" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-QRD";
         fhir:link <https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-QRD>       ];
       fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Transforms a FHIR QuestionnaireResponse (ehealth-questionnaireresponse profile) resource to a DK-HL7 Questionnaire Response Document (QRD) XML document. The input FHIR Bundle contains FHIR Composition (ehealth-composition profile) resource referencing a FHIR QuestionnaireResponse (ehealth-documentreference profile) resource. The returned FHIR DocumentReference contains the QRD XML document adhering to the DK-HL7 Questionnaire Response Document profile." ]     ], [
       fhir:index 1;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "transform-to-QFDD" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-QFDD";
         fhir:link <https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-QFDD>       ];
       fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Transforms an eHealth Questionnaire resource to the DK-HL7 Questionnaire Form Definition Document (QFDD). The input Bundle contains an eHealth Questionnaire and Composition resource which reference the returned eHealth Questionnaire. The returned FHIR DocumentReference contains QFDD XML for the DK-HL7 Questionnaire Form Definition Document." ]     ], [
       fhir:index 2;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "transform-to-PHMR" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-PHMR";
         fhir:link <https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-PHMR>       ];
       fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Transforms a FHIR Observation (ehealth-observation profile) resource to a DK-HL7 Personal Health Monitoring Report (PHMR) XML document. The input FHIR Bundle contains a FHIR Composition (ehealth-composition profile) resource referencing one or more FHIR Observation (ehealth-observation profile) resources and referenced resources such as FHIR Organization. The returned FHIR DocumentReference contains the PHMR XML document adhering to the DK-HL7 Personal Health Monitoring Report profile." ]     ], [
       fhir:index 3;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "transform-to-APD" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-APD";
         fhir:link <https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-APD>       ];
       fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Transforms a FHIR Appointment (ehealth-appointment profile) resource to a DK-HL7 Appointment Document (APD) XML document. The input FHIR Bundle contains a FHIR Composition (ehealth-composition profile) resource referencing a FHIR Appointment (ehealth-appointment profile) resource and referenced resources such as FHIR Organization. The returned FHIR DocumentReference contains the APD XML document adhering to the DK-HL7 Appointment Document profile." ]     ], [
       fhir:index 4;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "transform-from-QRD" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-QRD";
         fhir:link <https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-QRD>       ];
       fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Transforms a DK-HL7 Questionnaire Response Document (QRD) XML document to a FHIR QuestionnaireResponse (ehealth-questionnaireresponse profile) resource. The input FHIR DocumentReference contains the QRD XML document adhering to the DK-HL7 Questionnaire Response Document profile. The returned FHIR Bundle contains FHIR Composition (ehealth-composition profile) resource referencing a FHIR QuestionnaireResponse (ehealth-documentreference profile) resource." ]     ], [
       fhir:index 5;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "transform-from-QFDD" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-QFDD";
         fhir:link <https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-QFDD>       ];
       fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Transforms the DK-HL7 Questionnaire Form Definition Document (QFDD) to an eHealth Questionnaire resource. The input FHIR DocumentReference contains QFDD XML for the DK-HL7 Questionnaire Form Definition Document. The returned Bundle contains the eHealth Questionnaire and Composition resource which reference the returned eHealth Questionnaire." ]     ], [
       fhir:index 6;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "transform-from-PHMR" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-PHMR";
         fhir:link <https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-PHMR>       ];
       fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Transforms a DK-HL7 Personal Health Monitoring Report (PHMR) XML document to FHIR Observation (ehealth-observation profile) resource. The input FHIR DocumentReference contains the PHMR XML document adhering to the DK-HL7 Personal Health Monitoring Report profile The returned FHIR Bundle contains a FHIR Composition (ehealth-composition profile) resource referencing.one or more FHIR Observation (ehealth-observation profile) resources and referenced resources such as FHIR Organization." ]     ], [
       fhir:index 7;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "transform-from-APD" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-APD";
         fhir:link <https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-APD>       ];
       fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Transforms a DK-HL7 Appointment Document (APD) XML document to a FHIR Appointment (ehealth-appointment profile) resource. The input FHIR DocumentReference (ehealth-documentreference profile) contains the APD XML document. The caller must ensure that the APD XML document is valid and adheres to the DK-HL7 Appointment Document profile. The returned FHIR Bundle contains a FHIR Composition (ehealth-composition profile) resource referencing a FHIR Appointment (ehealth-appointment profile) resource." ]     ], [
       fhir:index 8;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta";
         fhir:link <https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta>       ]     ], [
       fhir:index 9;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "get-resource-counts" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts";
         fhir:link <https://document-transformation.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 10;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "reindex-terminology" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology";
         fhir:link <https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology>       ]     ], [
       fhir:index 11;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "process-message" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message";
         fhir:link <https://document-transformation.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 12;
       fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "perform-reindexing-pass" ];
       fhir:CapabilityStatement.rest.resource.operation.definition [
         fhir:value "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass";
         fhir:link <https://document-transformation.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.