{
"resourceType" : "CapabilityStatement",
"id" : "careplan",
"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><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th></tr><tr><td>CarePlan</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td></td><td></td><td></td></tr><tr><td>CommunicationRequest</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication-request\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication-request</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td></td><td>y</td><td>y</td></tr><tr><td>Condition</td><td><a href=\"http://hl7.org/fhir/Profile/Condition\">http://hl7.org/fhir/Profile/Condition</a></td><td>y</td><td>y</td><td></td><td></td><td>y</td><td>y</td><td></td></tr><tr><td>Consent</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td></td><td>y</td><td></td></tr><tr><td>EpisodeOfCare</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare</a></td><td>y</td><td>y</td><td>y</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><td></td><td></td><td></td></tr><tr><td>ProcedureRequest</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-procedurerequest\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-procedurerequest</a></td><td>y</td><td>y</td><td></td><td>y</td><td></td><td></td><td></td></tr><tr><td>Provenance</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance</a></td><td>y</td><td>y</td><td>y</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><td></td></tr></table></div>"
},
"url" : "http://ehealth.sundhed.dk/fhir/CapabilityStatement/careplan",
"status" : "active",
"date" : "2020-10-23T03:16:36+00:00",
"publisher" : "ehealth.sundhed.dk",
"kind" : "instance",
"software" : {
"name" : "careplan",
"version" : "1.8.1"
},
"implementation" : {
"description" : "eHealth careplan service",
"url" : "https://careplan.devtest.systematic-ehealth.com/fhir"
},
"fhirVersion" : "3.0.2",
"acceptUnknown" : "extensions",
"format" : [
"application/fhir+xml",
"application/fhir+json"
],
"rest" : [
{
"mode" : "server",
"resource" : [
{
"type" : "CarePlan",
"profile" : {
"reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-careplan"
},
"interaction" : [
{
"code" : "read"
},
{
"code" : "vread"
},
{
"code" : "update"
},
{
"code" : "search-type"
}
],
"conditionalUpdate" : true,
"searchInclude" : [
"CarePlan:activity-reference",
"CarePlan:context",
"CarePlan:part-of"
],
"searchParam" : [
{
"name" : "_id",
"type" : "token",
"documentation" : "The ID of the resource"
},
{
"name" : "activity-reference",
"type" : "reference",
"documentation" : "Activity details defined in specific resource"
},
{
"name" : "care-team",
"type" : "reference",
"documentation" : "Who's involved in plan?"
},
{
"name" : "category",
"type" : "token",
"documentation" : "Type of plan"
},
{
"name" : "context",
"type" : "reference",
"documentation" : "Created in context of"
},
{
"name" : "date",
"type" : "date",
"documentation" : "Time period plan covers"
},
{
"name" : "identifier",
"type" : "token",
"documentation" : "External Ids for this plan"
},
{
"name" : "part-of",
"type" : "reference",
"documentation" : "Part of referenced CarePlan"
},
{
"name" : "patient",
"type" : "reference",
"documentation" : "Who care plan is for"
},
{
"name" : "status",
"type" : "token",
"documentation" : "draft | active | suspended | completed | entered-in-error | cancelled | unknown"
},
{
"name" : "status-scheduled-time",
"type" : "date",
"documentation" : "Scheduled time for status change"
},
{
"name" : "team-scheduled-time",
"type" : "date",
"documentation" : "Scheduled time for team change"
}
]
},
{
"type" : "CommunicationRequest",
"profile" : {
"reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication-request"
},
"interaction" : [
{
"code" : "read"
},
{
"code" : "vread"
},
{
"code" : "update"
},
{
"code" : "delete"
},
{
"code" : "create"
},
{
"code" : "search-type"
}
],
"conditionalCreate" : true,
"conditionalUpdate" : true,
"searchInclude" : [
"CommunicationRequest:based-on",
"CommunicationRequest:context"
],
"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",
"type" : "date",
"documentation" : "When request transitioned to being actionable"
},
{
"name" : "based-on",
"type" : "reference",
"documentation" : "Fulfills plan or proposal"
},
{
"name" : "category",
"type" : "token",
"documentation" : "Message category"
},
{
"name" : "context",
"type" : "reference",
"documentation" : "Encounter or episode leading to message"
},
{
"name" : "encounter",
"type" : "reference",
"documentation" : "Encounter leading to message"
},
{
"name" : "group-identifier",
"type" : "token",
"documentation" : "Composite request this is part of"
},
{
"name" : "identifier",
"type" : "token",
"documentation" : "Unique identifier"
},
{
"name" : "medium",
"type" : "token",
"documentation" : "A channel of communication"
},
{
"name" : "occurrence",
"type" : "date",
"documentation" : "When scheduled"
},
{
"name" : "patient",
"type" : "reference",
"documentation" : "Focus of message"
},
{
"name" : "priority",
"type" : "token",
"documentation" : "Message urgency"
},
{
"name" : "reasonCode",
"type" : "token",
"documentation" : "ReasonCode"
},
{
"name" : "recipient",
"type" : "reference",
"documentation" : "Message recipient"
},
{
"name" : "replaces",
"type" : "reference",
"documentation" : "Request(s) replaced by this request"
},
{
"name" : "requester",
"type" : "reference",
"documentation" : "Individual making the request"
},
{
"name" : "sender",
"type" : "reference",
"documentation" : "Message sender"
},
{
"name" : "status",
"type" : "token",
"documentation" : "draft | active | suspended | cancelled | completed | entered-in-error | unknown"
},
{
"name" : "subject",
"type" : "reference",
"documentation" : "Focus of message"
}
]
},
{
"type" : "Condition",
"profile" : {
"reference" : "http://hl7.org/fhir/Profile/Condition"
},
"interaction" : [
{
"code" : "read"
},
{
"code" : "vread"
},
{
"code" : "patch"
},
{
"code" : "create"
}
],
"conditionalCreate" : true
},
{
"type" : "Consent",
"profile" : {
"reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-consent"
},
"interaction" : [
{
"code" : "read"
},
{
"code" : "vread"
},
{
"code" : "update"
},
{
"code" : "create"
},
{
"code" : "search-type"
}
],
"conditionalCreate" : true,
"conditionalUpdate" : true,
"searchParam" : [
{
"name" : "data",
"type" : "reference",
"documentation" : "The actual data reference"
},
{
"name" : "actor",
"type" : "reference",
"documentation" : "Resource for the actor (or group, by role)"
},
{
"name" : "category",
"type" : "token",
"documentation" : "Classification of the consent statement - for indexing/retrieval"
},
{
"name" : "identifier",
"type" : "token",
"documentation" : "Identifier for this record (external references)"
},
{
"name" : "patient",
"type" : "reference",
"documentation" : "Who the consent applies to"
},
{
"name" : "period",
"type" : "date",
"documentation" : "Period that this consent applies"
},
{
"name" : "status",
"type" : "token",
"documentation" : "draft | proposed | active | rejected | inactive | entered-in-error"
}
]
},
{
"type" : "EpisodeOfCare",
"profile" : {
"reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-episodeofcare"
},
"interaction" : [
{
"code" : "read"
},
{
"code" : "vread"
},
{
"code" : "patch"
},
{
"code" : "search-type"
}
],
"searchInclude" : [
"CarePlan:context"
],
"searchParam" : [
{
"name" : "condition",
"type" : "reference",
"documentation" : "Conditions/problems/diagnoses this episode of care is for"
},
{
"name" : "identifier",
"type" : "token",
"documentation" : "Business Identifier(s) relevant for this EpisodeOfCare"
},
{
"name" : "organization",
"type" : "reference",
"documentation" : "The organization that has assumed the specific responsibilities of this EpisodeOfCare"
},
{
"name" : "patient",
"type" : "reference",
"documentation" : "The patient who is the focus of this episode of care"
},
{
"name" : "status",
"type" : "token",
"documentation" : "The current status of the Episode of Care as provided (does not check the status history collection)"
},
{
"name" : "status-scheduled-time",
"type" : "date",
"documentation" : "Scheduled time for status change"
},
{
"name" : "team",
"type" : "reference",
"documentation" : "The list of practitioners that may be facilitating this episode of care for specific purposes."
},
{
"name" : "team-scheduled-time",
"type" : "date",
"documentation" : "Scheduled time for team change"
}
]
},
{
"type" : "OperationDefinition",
"profile" : {
"reference" : "http://hl7.org/fhir/Profile/OperationDefinition"
},
"interaction" : [
{
"code" : "read"
}
]
},
{
"type" : "ProcedureRequest",
"profile" : {
"reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-procedurerequest"
},
"interaction" : [
{
"code" : "read"
},
{
"code" : "vread"
},
{
"code" : "update"
}
],
"conditionalUpdate" : true
},
{
"type" : "Provenance",
"profile" : {
"reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance"
},
"interaction" : [
{
"code" : "read"
},
{
"code" : "vread"
},
{
"code" : "search-type"
}
],
"searchParam" : [
{
"name" : "target",
"type" : "reference",
"documentation" : "Target Reference(s) (usually version specific)"
}
]
},
{
"type" : "StructureDefinition",
"profile" : {
"reference" : "http://hl7.org/fhir/Profile/StructureDefinition"
},
"interaction" : [
{
"code" : "read"
},
{
"code" : "search-type"
}
]
}
],
"operation" : [
{
"name" : "apply",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-apply"
}
},
{
"name" : "create-episode-of-care",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-create-episode-of-care"
}
},
{
"name" : "suggest-care-teams",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/CarePlan-i-suggest-care-teams"
}
},
{
"name" : "update-care-teams",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/CarePlan-i-update-care-teams"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/CarePlan--validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/CarePlan-i-validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/CommunicationRequest--validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/CommunicationRequest-i-validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/Condition--validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/Condition-i-validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/Consent--validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/Consent-i-validate"
}
},
{
"name" : "is-context-allowed",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/EpisodeOfCare-i-is-context-allowed"
}
},
{
"name" : "update-care-teams",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/EpisodeOfCare-i-update-care-teams"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/EpisodeOfCare--validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/EpisodeOfCare-i-validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/ProcedureRequest--validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/ProcedureRequest-i-validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/Provenance--validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://careplan.devtest.systematic-ehealth.com/fhir/OperationDefinition/Provenance-i-validate"
}
}
]
}
]
}