eHealth Infrastructure - Local Development build (v2.8.0). See the Directory of published versions
Active as of 2023-05-16 |
@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:id [ fhir:v "task"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>task</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=\"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/StructureDefinition/OperationDefinition\">http://hl7.org/fhir/StructureDefinition/OperationDefinition</a></td><td>y</td><td></td><td></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>"
] ; #
fhir:url [ fhir:v "http://ehealth.sundhed.dk/fhir/CapabilityStatement/task"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.8.0"] ; #
fhir:name [ fhir:v "task"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2023-05-16T08:02:41.949+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Systematic | Trifork"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Systematic | Trifork" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ] ] )
] ) ; #
fhir:kind [ fhir:v "instance"] ; #
fhir:software [
fhir:name [ fhir:v "task" ] ;
fhir:version [ fhir:v "1.12.2" ]
] ; #
fhir:implementation [
fhir:description [ fhir:v "eHealth task service" ] ;
fhir:url [ fhir:v "https://task.devtest.systematic-ehealth.com/fhir"^^xsd:anyURI ]
] ; #
fhir:fhirVersion [ fhir:v "4.0.1"] ; #
fhir:format ( [ fhir:v "application/fhir+xml"] [ fhir:v "xml"] [ fhir:v "application/fhir+json"] [ fhir:v "json"] [ fhir:v "application/x-turtle"] [ fhir:v "ttl"] [ fhir:v "html/json"] [ fhir:v "html/xml"] [ fhir:v "html/turtle"] ) ; #
fhir:rest ( [
fhir:mode [ fhir:v "server" ] ;
( fhir:resource [
fhir:type [ fhir:v "ClinicalImpression" ] ;
fhir:profile [
fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression"^^xsd:anyURI ;
fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-clinicalimpression> ] ;
( fhir:interaction [
fhir:code [ fhir:v "search-type" ] ] [
fhir:code [ fhir:v "vread" ] ] [
fhir:code [ fhir:v "read" ] ] [
fhir:code [ fhir:v "patch" ] ] [
fhir:code [ fhir:v "create" ] ] ) ;
fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ] ;
( fhir:searchInclude [ fhir:v "ClinicalImpression:previous" ] ) ;
( fhir:searchRevInclude [ fhir:v "ClinicalImpression:action" ] [ fhir:v "ClinicalImpression:assessor" ] [ fhir:v "ClinicalImpression:carePlan" ] [ fhir:v "ClinicalImpression:episodeOfCare" ] [ fhir:v "ClinicalImpression:finding-ref" ] [ fhir:v "ClinicalImpression:investigation" ] [ fhir:v "ClinicalImpression:patient" ] [ fhir:v "ClinicalImpression:previous" ] [ fhir:v "ClinicalImpression:problem" ] [ fhir:v "ClinicalImpression:subject" ] [ fhir:v "Task:based-on" ] [ fhir:v "Task:episodeOfCare" ] [ fhir:v "Task:focus" ] [ fhir:v "Task:organization" ] [ fhir:v "Task:owner" ] [ fhir:v "Task:part-of" ] [ fhir:v "Task:patient" ] [ fhir:v "Task:requester" ] [ fhir:v "Task:responsible" ] [ fhir:v "Task:subject" ] ) ;
( fhir:searchParam [
fhir:name [ fhir:v "_content" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search the contents of the resource's data using a fulltext search" ] ] [
fhir:name [ fhir:v "_has" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Return resources linked to by the given target" ] ] [
fhir:name [ fhir:v "_id" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The ID of the resource" ] ] [
fhir:name [ fhir:v "_language" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "The language of the resource" ] ] [
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Only return resources which were last updated as specified by the given range" ] ] [
fhir:name [ fhir:v "_profile" ] ;
fhir:type [ fhir:v "uri" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given profile" ] ] [
fhir:name [ fhir:v "_security" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given security labels" ] ] [
fhir:name [ fhir:v "_tag" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given tag" ] ] [
fhir:name [ fhir:v "_text" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search the contents of the resource's narrative using a fulltext search" ] ] [
fhir:name [ fhir:v "action" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Action taken as part of assessment procedure" ] ] [
fhir:name [ fhir:v "assessor" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "The clinician performing the assessment" ] ] [
fhir:name [ fhir:v "carePlan" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "CarePlan" ] ] [
fhir:name [ fhir:v "date" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "When the assessment was documented" ] ] [
fhir:name [ fhir:v "decision" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Decision" ] ] [
fhir:name [ fhir:v "episodeOfCare" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Encounter or Episode created from" ] ] [
fhir:name [ fhir:v "finding-code" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "What was found" ] ] [
fhir:name [ fhir:v "finding-ref" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "What was found" ] ] [
fhir:name [ fhir:v "identifier" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Business identifier" ] ] [
fhir:name [ fhir:v "investigation" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Record of a specific investigation" ] ] [
fhir:name [ fhir:v "patient" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Patient or group assessed" ] ] [
fhir:name [ fhir:v "previous" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Reference to last assessment" ] ] [
fhir:name [ fhir:v "problem" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Relevant impressions of patient state" ] ] [
fhir:name [ fhir:v "status" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "draft | completed | entered-in-error" ] ] [
fhir:name [ fhir:v "subject" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Patient or group assessed" ] ] ) ;
( fhir:operation [
fhir:name [ fhir:v "validate" ] ;
fhir:definition [
fhir:v "https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/ClinicalImpressionTask-it-validate"^^xsd:anyURI ;
fhir:link <https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/ClinicalImpressionTask-it-validate> ] ] ) ] [
fhir:type [ fhir:v "OperationDefinition" ] ;
fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/OperationDefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/OperationDefinition> ] ;
( fhir:interaction [
fhir:code [ fhir:v "read" ] ] ) ;
( fhir:searchInclude [ fhir:v "*" ] ) ;
( fhir:searchRevInclude [ fhir:v "ClinicalImpression:action" ] [ fhir:v "ClinicalImpression:assessor" ] [ fhir:v "ClinicalImpression:carePlan" ] [ fhir:v "ClinicalImpression:episodeOfCare" ] [ fhir:v "ClinicalImpression:finding-ref" ] [ fhir:v "ClinicalImpression:investigation" ] [ fhir:v "ClinicalImpression:patient" ] [ fhir:v "ClinicalImpression:previous" ] [ fhir:v "ClinicalImpression:problem" ] [ fhir:v "ClinicalImpression:subject" ] [ fhir:v "Task:based-on" ] [ fhir:v "Task:episodeOfCare" ] [ fhir:v "Task:focus" ] [ fhir:v "Task:organization" ] [ fhir:v "Task:owner" ] [ fhir:v "Task:part-of" ] [ fhir:v "Task:patient" ] [ fhir:v "Task:requester" ] [ fhir:v "Task:responsible" ] [ fhir:v "Task:subject" ] ) ] [
fhir:type [ fhir:v "Task" ] ;
fhir:profile [
fhir:v "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task"^^xsd:anyURI ;
fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-task> ] ;
( fhir:interaction [
fhir:code [ fhir:v "search-type" ] ] [
fhir:code [ fhir:v "vread" ] ] [
fhir:code [ fhir:v "read" ] ] [
fhir:code [ fhir:v "patch" ] ] [
fhir:code [ fhir:v "create" ] ] ) ;
fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ] ;
( fhir:searchInclude [ fhir:v "Task:based-on" ] [ fhir:v "Task:focus" ] [ fhir:v "Task:part-of" ] ) ;
( fhir:searchRevInclude [ fhir:v "ClinicalImpression:action" ] [ fhir:v "ClinicalImpression:assessor" ] [ fhir:v "ClinicalImpression:carePlan" ] [ fhir:v "ClinicalImpression:episodeOfCare" ] [ fhir:v "ClinicalImpression:finding-ref" ] [ fhir:v "ClinicalImpression:investigation" ] [ fhir:v "ClinicalImpression:patient" ] [ fhir:v "ClinicalImpression:previous" ] [ fhir:v "ClinicalImpression:problem" ] [ fhir:v "ClinicalImpression:subject" ] [ fhir:v "Task:based-on" ] [ fhir:v "Task:episodeOfCare" ] [ fhir:v "Task:focus" ] [ fhir:v "Task:organization" ] [ fhir:v "Task:owner" ] [ fhir:v "Task:part-of" ] [ fhir:v "Task:patient" ] [ fhir:v "Task:requester" ] [ fhir:v "Task:responsible" ] [ fhir:v "Task:subject" ] ) ;
( fhir:searchParam [
fhir:name [ fhir:v "_content" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search the contents of the resource's data using a fulltext search" ] ] [
fhir:name [ fhir:v "_has" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Return resources linked to by the given target" ] ] [
fhir:name [ fhir:v "_id" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "The ID of the resource" ] ] [
fhir:name [ fhir:v "_language" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "The language of the resource" ] ] [
fhir:name [ fhir:v "_lastUpdated" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Only return resources which were last updated as specified by the given range" ] ] [
fhir:name [ fhir:v "_profile" ] ;
fhir:type [ fhir:v "uri" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given profile" ] ] [
fhir:name [ fhir:v "_security" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given security labels" ] ] [
fhir:name [ fhir:v "_tag" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for resources which have the given tag" ] ] [
fhir:name [ fhir:v "_text" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search the contents of the resource's narrative using a fulltext search" ] ] [
fhir:name [ fhir:v "authored-on" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Search by creation date" ] ] [
fhir:name [ fhir:v "based-on" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search by requests this task is based on" ] ] [
fhir:name [ fhir:v "business-status" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search by business status" ] ] [
fhir:name [ fhir:v "category" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search by category" ] ] [
fhir:name [ fhir:v "code" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search by task code" ] ] [
fhir:name [ fhir:v "episodeOfCare" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search by encounter or episode" ] ] [
fhir:name [ fhir:v "focus" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search by task focus" ] ] [
fhir:name [ fhir:v "group-identifier" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search by group identifier" ] ] [
fhir:name [ fhir:v "identifier" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for a task instance by its business identifier" ] ] [
fhir:name [ fhir:v "intent" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search by task intent" ] ] [
fhir:name [ fhir:v "modified" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Search by last modification date" ] ] [
fhir:name [ fhir:v "organization" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search by responsible organization" ] ] [
fhir:name [ fhir:v "owner" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search by task owner" ] ] [
fhir:name [ fhir:v "part-of" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search by task this task is part of" ] ] [
fhir:name [ fhir:v "patient" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search by patient" ] ] [
fhir:name [ fhir:v "performer" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search by recommended type of performer (e.g., Requester, Performer, Scheduler)." ] ] [
fhir:name [ fhir:v "period" ] ;
fhir:type [ fhir:v "date" ] ;
fhir:documentation [ fhir:v "Search by period Task is/was underway" ] ] [
fhir:name [ fhir:v "priority" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search by task priority" ] ] [
fhir:name [ fhir:v "requester" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search by task requester" ] ] [
fhir:name [ fhir:v "responsible" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search by responsible" ] ] [
fhir:name [ fhir:v "restriction-category" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search by restriction category" ] ] [
fhir:name [ fhir:v "status" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search by task status" ] ] [
fhir:name [ fhir:v "subject" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search by subject" ] ] ) ;
( fhir:operation [
fhir:name [ fhir:v "validate" ] ;
fhir:definition [
fhir:v "https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/ClinicalImpressionTask-it-validate"^^xsd:anyURI ;
fhir:link <https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/ClinicalImpressionTask-it-validate> ] ] ) ] ) ;
( fhir:interaction [
fhir:code [ fhir:v "transaction" ] ] [
fhir:code [ fhir:v "history-system" ] ] ) ;
( fhir:operation [
fhir:name [ fhir:v "migrate" ] ;
fhir:definition [
fhir:v "https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-migrate"^^xsd:anyURI ;
fhir:link <https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-migrate> ] ;
fhir:documentation [ fhir:v "Data migration" ] ] [
fhir:name [ fhir:v "process-message" ] ;
fhir:definition [
fhir:v "https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message"^^xsd:anyURI ;
fhir:link <https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message> ] ;
fhir:documentation [ fhir:v "Accept a FHIR Message Bundle for processing" ] ] [
fhir:name [ fhir:v "perform-reindexing-pass" ] ;
fhir:definition [
fhir:v "https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass"^^xsd:anyURI ;
fhir:link <https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass> ] ;
fhir:documentation [ fhir:v "Forces a single pass of the resource reindexing processor" ] ] [
fhir:name [ fhir:v "meta" ] ;
fhir:definition [
fhir:v "https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta"^^xsd:anyURI ;
fhir:link <https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta> ] ] [
fhir:name [ fhir:v "get-resource-counts" ] ;
fhir:definition [
fhir:v "https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts"^^xsd:anyURI ;
fhir:link <https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts> ] ;
fhir:documentation [ fhir:v "Provides the number of resources currently stored on the server, broken down by resource type" ] ] [
fhir:name [ fhir:v "reindex-terminology" ] ;
fhir:definition [
fhir:v "https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology"^^xsd:anyURI ;
fhir:link <https://task.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology> ] ] )
] ) . #
IG © 2021+ Systematic | Trifork. Package dk.ehealth.sundhed.fhir.ig.core#2.8.0 based on FHIR 4.0.1. Generated 2023-05-17