eHealth Infrastructure (v2020.8)


{
  "resourceType" : "CapabilityStatement",
  "id" : "task",
  "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 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=\"PATCH a new resource version (patch interaction)\">Patch</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>ClinicalImpression</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression</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/Profile/OperationDefinition\">http://hl7.org/fhir/Profile/OperationDefinition</a></td><td>y</td><td></td><td></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></td><td>y</td><td></td><td></td><td></td></tr><tr><td>Task</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task</a></td><td>y</td><td>y</td><td>y</td><td></td><td>y</td><td>y</td></tr></table></div>"
  },
  "url" : "http://ehealth.sundhed.dk/fhir/CapabilityStatement/task",
  "status" : "active",
  "date" : "2020-12-21T14:26:40+00:00",
  "publisher" : "ehealth.sundhed.dk",
  "kind" : "instance",
  "software" : {
    "name" : "task",
    "version" : "1.4.0"
  },
  "implementation" : {
    "description" : "eHealth task service",
    "url" : "https://task.devtest.systematic-ehealth.com/fhir"
  },
  "fhirVersion" : "3.0.2",
  "acceptUnknown" : "extensions",
  "format" : [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "ClinicalImpression",
          "profile" : {
            "reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "patch"
            },
            {
              "code" : "create"
            },
            {
              "code" : "search-type"
            }
          ],
          "conditionalCreate" : true,
          "searchInclude" : [
            "ClinicalImpression:previous"
          ],
          "searchParam" : [
            {
              "name" : "_content",
              "type" : "string",
              "documentation" : "Search the contents of the resource's data using a fulltext search"
            },
            {
              "name" : "_has",
              "type" : "string",
              "documentation" : "Return resources linked to by the given target"
            },
            {
              "name" : "_id",
              "type" : "token",
              "documentation" : "The ID of the resource"
            },
            {
              "name" : "_language",
              "type" : "string",
              "documentation" : "The language of the resource"
            },
            {
              "name" : "_lastUpdated",
              "type" : "date",
              "documentation" : "Only return resources which were last updated as specified by the given range"
            },
            {
              "name" : "_profile",
              "type" : "uri",
              "documentation" : "Search for resources which have the given profile"
            },
            {
              "name" : "_security",
              "type" : "token",
              "documentation" : "Search for resources which have the given security labels"
            },
            {
              "name" : "_tag",
              "type" : "token",
              "documentation" : "Search for resources which have the given tag"
            },
            {
              "name" : "_text",
              "type" : "string",
              "documentation" : "Search the contents of the resource's narrative using a fulltext search"
            },
            {
              "name" : "action",
              "type" : "reference",
              "documentation" : "Action taken as part of assessment procedure"
            },
            {
              "name" : "assessor",
              "type" : "reference",
              "documentation" : "The clinician performing the assessment"
            },
            {
              "name" : "carePlan",
              "type" : "reference",
              "documentation" : "CarePlan"
            },
            {
              "name" : "context",
              "type" : "reference",
              "documentation" : "Encounter or Episode created from"
            },
            {
              "name" : "date",
              "type" : "date",
              "documentation" : "When the assessment was documented"
            },
            {
              "name" : "decision",
              "type" : "token",
              "documentation" : "Decision"
            },
            {
              "name" : "finding-code",
              "type" : "token",
              "documentation" : "What was found"
            },
            {
              "name" : "finding-ref",
              "type" : "reference",
              "documentation" : "What was found"
            },
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Business identifier"
            },
            {
              "name" : "investigation",
              "type" : "reference",
              "documentation" : "Record of a specific investigation"
            },
            {
              "name" : "mediaInvestigationItem",
              "type" : "reference",
              "documentation" : "Media investigation item"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Patient or group assessed"
            },
            {
              "name" : "previous",
              "type" : "reference",
              "documentation" : "Reference to last assessment"
            },
            {
              "name" : "problem",
              "type" : "reference",
              "documentation" : "Relevant impressions of patient state"
            },
            {
              "name" : "status",
              "type" : "token",
              "documentation" : "draft | completed | entered-in-error"
            },
            {
              "name" : "subject",
              "type" : "reference",
              "documentation" : "Patient or group assessed"
            }
          ]
        },
        {
          "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"
            }
          ]
        },
        {
          "type" : "Task",
          "profile" : {
            "reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "patch"
            },
            {
              "code" : "create"
            },
            {
              "code" : "search-type"
            }
          ],
          "conditionalCreate" : true,
          "searchInclude" : [
            "Task:based-on",
            "Task:focus",
            "Task:part-of"
          ],
          "searchParam" : [
            {
              "name" : "_content",
              "type" : "string",
              "documentation" : "Search the contents of the resource's data using a fulltext search"
            },
            {
              "name" : "_has",
              "type" : "string",
              "documentation" : "Return resources linked to by the given target"
            },
            {
              "name" : "_id",
              "type" : "token",
              "documentation" : "The ID of the resource"
            },
            {
              "name" : "_language",
              "type" : "string",
              "documentation" : "The language of the resource"
            },
            {
              "name" : "_lastUpdated",
              "type" : "date",
              "documentation" : "Only return resources which were last updated as specified by the given range"
            },
            {
              "name" : "_profile",
              "type" : "uri",
              "documentation" : "Search for resources which have the given profile"
            },
            {
              "name" : "_security",
              "type" : "token",
              "documentation" : "Search for resources which have the given security labels"
            },
            {
              "name" : "_tag",
              "type" : "token",
              "documentation" : "Search for resources which have the given tag"
            },
            {
              "name" : "_text",
              "type" : "string",
              "documentation" : "Search the contents of the resource's narrative using a fulltext search"
            },
            {
              "name" : "authored-on",
              "type" : "date",
              "documentation" : "Search by creation date"
            },
            {
              "name" : "based-on",
              "type" : "reference",
              "documentation" : "Search by requests this task is based on"
            },
            {
              "name" : "business-status",
              "type" : "token",
              "documentation" : "Search by business status"
            },
            {
              "name" : "category",
              "type" : "token",
              "documentation" : "Search by category"
            },
            {
              "name" : "code",
              "type" : "token",
              "documentation" : "Search by task code"
            },
            {
              "name" : "context",
              "type" : "reference",
              "documentation" : "Search by encounter or episode"
            },
            {
              "name" : "focus",
              "type" : "reference",
              "documentation" : "Search by task focus"
            },
            {
              "name" : "group-identifier",
              "type" : "token",
              "documentation" : "Search by group identifier"
            },
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Search for a task instance by its business identifier"
            },
            {
              "name" : "intent",
              "type" : "token",
              "documentation" : "Search by task intent"
            },
            {
              "name" : "modified",
              "type" : "date",
              "documentation" : "Search by last modification date"
            },
            {
              "name" : "organization",
              "type" : "reference",
              "documentation" : "Search by responsible organization"
            },
            {
              "name" : "owner",
              "type" : "reference",
              "documentation" : "Search by task owner"
            },
            {
              "name" : "part-of",
              "type" : "reference",
              "documentation" : "Search by task this task is part of"
            },
            {
              "name" : "patient",
              "type" : "reference",
              "documentation" : "Search by patient"
            },
            {
              "name" : "performer",
              "type" : "token",
              "documentation" : "Search by recommended type of performer (e.g., Requester, Performer, Scheduler)."
            },
            {
              "name" : "period",
              "type" : "date",
              "documentation" : "Search by period Task is/was underway"
            },
            {
              "name" : "priority",
              "type" : "token",
              "documentation" : "Search by task priority"
            },
            {
              "name" : "requester",
              "type" : "reference",
              "documentation" : "Search by task requester"
            },
            {
              "name" : "responsible",
              "type" : "reference",
              "documentation" : "Search by responsible"
            },
            {
              "name" : "restriction-category",
              "type" : "token",
              "documentation" : "Search by restriction category"
            },
            {
              "name" : "status",
              "type" : "token",
              "documentation" : "Search by task status"
            },
            {
              "name" : "subject",
              "type" : "reference",
              "documentation" : "Search by subject"
            }
          ]
        }
      ],
      "operation" : [
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/ClinicalImpression--validate"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/ClinicalImpression-i-validate"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/Task--validate"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/Task-i-validate"
          }
        }
      ]
    }
  ]
}