eHealth Infrastructure (v2020.8)



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="document-query"/>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2/><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></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/Profile/Binary">http://hl7.org/fhir/Profile/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/Profile/OperationDefinition">http://hl7.org/fhir/Profile/OperationDefinition</a></td><td>y</td><td></td><td></td><td></td></tr><tr><td>StructureDefinition</td><td><a href="http://hl7.org/fhir/Profile/StructureDefinition">http://hl7.org/fhir/Profile/StructureDefinition</a></td><td>y</td><td>y</td><td></td><td></td></tr></table></div>
  </text>
  <url value="http://ehealth.sundhed.dk/fhir/CapabilityStatement/document-query"/>
  <status value="active"/>
  <date value="2020-12-29T09:29:33+00:00"/>
  <publisher value="ehealth.sundhed.dk"/>
  <kind value="instance"/>
  <software>
    <name value="document-query"/>
    <version value="1.3.0"/>
  </software>
  <implementation>
    <description value="eHealth document-query service"/>
    <url value="https://document-query.devtest.systematic-ehealth.com/fhir"/>
  </implementation>
  <fhirVersion value="3.0.2"/>
  <acceptUnknown value="extensions"/>
  <format value="application/fhir+xml"/>
  <format value="application/fhir+json"/>
  <rest>
    <mode value="server"/>
    <resource>
      <type value="Binary"/>
      <profile>
        <reference value="http://hl7.org/fhir/Profile/Binary"/>
      </profile>
    </resource>
    <resource>
      <type value="DocumentReference"/>
      <profile>
        <reference
                   value="http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference"/>
      </profile>
      <interaction>
        <code value="search-type"/>
      </interaction>
      <searchParam>
        <name value="status"/>
        <type value="token"/>
        <documentation value="current | superseded"/>
      </searchParam>
      <searchParam>
        <name value="category"/>
        <type value="token"/>
        <documentation value="Categorization of document"/>
      </searchParam>
      <searchParam>
        <name value="date"/>
        <type value="date"/>
        <documentation value="Document creation time"/>
      </searchParam>
      <searchParam>
        <name value="event"/>
        <type value="token"/>
        <documentation value="Main clinical acts documented"/>
      </searchParam>
      <searchParam>
        <name value="facility"/>
        <type value="token"/>
        <documentation value="Kind of facility where patient was seen"/>
      </searchParam>
      <searchParam>
        <name value="format"/>
        <type value="token"/>
        <documentation value="Format/content rules for the document"/>
      </searchParam>
      <searchParam>
        <name value="patient"/>
        <type value="reference"/>
        <documentation value="Who/what is the subject of the document"/>
      </searchParam>
      <searchParam>
        <name value="patient-identifier"/>
        <type value="token"/>
        <documentation
                       value="Who/what is the subject of the document (identifier)"/>
      </searchParam>
      <searchParam>
        <name value="period"/>
        <type value="date"/>
        <documentation value="Time of service that is being documented"/>
      </searchParam>
      <searchParam>
        <name value="setting"/>
        <type value="token"/>
        <documentation
                       value="Additional details about where the content was created (e.g. clinical specialty)"/>
      </searchParam>
      <searchParam>
        <name value="type"/>
        <type value="token"/>
        <documentation value="Kind of document (LOINC if possible)"/>
      </searchParam>
    </resource>
    <resource>
      <type value="OperationDefinition"/>
      <profile>
        <reference value="http://hl7.org/fhir/Profile/OperationDefinition"/>
      </profile>
      <interaction>
        <code value="read"/>
      </interaction>
    </resource>
    <resource>
      <type value="StructureDefinition"/>
      <profile>
        <reference value="http://hl7.org/fhir/Profile/StructureDefinition"/>
      </profile>
      <interaction>
        <code value="read"/>
      </interaction>
      <interaction>
        <code value="search-type"/>
      </interaction>
    </resource>
    <operation>
      <name value="retrieve-document"/>
      <definition>
        <reference
                   value="https://document-query.devtest.systematic-ehealth.com/fhir/OperationDefinition/Binary--retrieve-document"/>
      </definition>
    </operation>
  </rest>
</CapabilityStatement>