eHealth Infrastructure (v2020.8)


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