eHealth Infrastructure - Local Development build (v2.5.0). See the Directory of published versions
Active as of 2022-10-11 |
@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:Resource.id [ fhir:value "plan"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>plan</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=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>ActivityDefinition</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</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>y</td><td>y</td><td>y</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></tr><tr><td>PlanDefinition</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr></table></div>"
];
fhir:CapabilityStatement.url [ fhir:value "http://ehealth.sundhed.dk/fhir/CapabilityStatement/plan"];
fhir:CapabilityStatement.version [ fhir:value "2.5.0"];
fhir:CapabilityStatement.name [ fhir:value "plan"];
fhir:CapabilityStatement.status [ fhir:value "active"];
fhir:CapabilityStatement.date [ fhir:value "2022-10-11T03:06:56.320+00:00"^^xsd:dateTime];
fhir:CapabilityStatement.publisher [ fhir:value "Systematic | Trifork"];
fhir:CapabilityStatement.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Systematic | Trifork" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://ehealth.sundhed.dk" ] ]
];
fhir:CapabilityStatement.kind [ fhir:value "instance"];
fhir:CapabilityStatement.software [
fhir:CapabilityStatement.software.name [ fhir:value "plan" ];
fhir:CapabilityStatement.software.version [ fhir:value "2.0.3" ]
];
fhir:CapabilityStatement.implementation [
fhir:CapabilityStatement.implementation.description [ fhir:value "eHealth plan service" ];
fhir:CapabilityStatement.implementation.url [ fhir:value "https://plan.devtest.systematic-ehealth.com/fhir" ]
];
fhir:CapabilityStatement.fhirVersion [ fhir:value "4.0.1"];
fhir:CapabilityStatement.format [
fhir:value "application/fhir+xml";
fhir:index 0
], [
fhir:value "xml";
fhir:index 1
], [
fhir:value "application/fhir+json";
fhir:index 2
], [
fhir:value "json";
fhir:index 3
], [
fhir:value "application/x-turtle";
fhir:index 4
], [
fhir:value "ttl";
fhir:index 5
], [
fhir:value "html/json";
fhir:index 6
], [
fhir:value "html/xml";
fhir:index 7
], [
fhir:value "html/turtle";
fhir:index 8
];
fhir:CapabilityStatement.rest [
fhir:index 0;
fhir:CapabilityStatement.rest.mode [ fhir:value "server" ];
fhir:CapabilityStatement.rest.resource [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "ActivityDefinition" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition";
fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-activitydefinition> ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "ActivityDefinition:composed-of";
fhir:index 0 ], [
fhir:value "ActivityDefinition:depends-on";
fhir:index 1 ], [
fhir:value "ActivityDefinition:derived-from";
fhir:index 2 ], [
fhir:value "ActivityDefinition:predecessor";
fhir:index 3 ], [
fhir:value "ActivityDefinition:successor";
fhir:index 4 ];
fhir:CapabilityStatement.rest.resource.searchRevInclude [
fhir:value "ActivityDefinition:composed-of";
fhir:index 0 ], [
fhir:value "ActivityDefinition:depends-on";
fhir:index 1 ], [
fhir:value "ActivityDefinition:derived-from";
fhir:index 2 ], [
fhir:value "ActivityDefinition:intendedAudience";
fhir:index 3 ], [
fhir:value "ActivityDefinition:modifier_role_reference";
fhir:index 4 ], [
fhir:value "ActivityDefinition:predecessor";
fhir:index 5 ], [
fhir:value "ActivityDefinition:successor";
fhir:index 6 ], [
fhir:value "DocumentReference:authenticator";
fhir:index 7 ], [
fhir:value "DocumentReference:author";
fhir:index 8 ], [
fhir:value "DocumentReference:custodian";
fhir:index 9 ], [
fhir:value "DocumentReference:encounter";
fhir:index 10 ], [
fhir:value "DocumentReference:patient";
fhir:index 11 ], [
fhir:value "DocumentReference:related";
fhir:index 12 ], [
fhir:value "DocumentReference:relatesto";
fhir:index 13 ], [
fhir:value "DocumentReference:subject";
fhir:index 14 ], [
fhir:value "PlanDefinition:composed-of";
fhir:index 15 ], [
fhir:value "PlanDefinition:definition";
fhir:index 16 ], [
fhir:value "PlanDefinition:depends-on";
fhir:index 17 ], [
fhir:value "PlanDefinition:derived-from";
fhir:index 18 ], [
fhir:value "PlanDefinition:documentation";
fhir:index 19 ], [
fhir:value "PlanDefinition:intendedAudience";
fhir:index 20 ], [
fhir:value "PlanDefinition:modifier_role_reference";
fhir:index 21 ], [
fhir:value "PlanDefinition:predecessor";
fhir:index 22 ], [
fhir:value "PlanDefinition:successor";
fhir:index 23 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The ID of the resource" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_language" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The language of the resource" ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ] ], [
fhir:index 7;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ] ], [
fhir:index 8;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ] ], [
fhir:index 9;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "base" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Base of resource" ] ], [
fhir:index 10;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "baseEnvironment" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Base Environment of resource" ] ], [
fhir:index 11;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "composed-of" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 12;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The activity definition publication date" ] ], [
fhir:index 13;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "depends-on" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 14;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "derived-from" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 15;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "description" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The description of the activity definition" ] ], [
fhir:index 16;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "effective" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The time during which the activity definition is intended to be in use" ] ], [
fhir:index 17;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "ehealthPredecessor" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Predecessor of resource" ] ], [
fhir:index 18;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "employeeTitle" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Title intented for clinicians" ] ], [
fhir:index 19;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "External identifier for the activity definition" ] ], [
fhir:index 20;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "intendedAudience" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The intended audience of the plan definition" ] ], [
fhir:index 21;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "jurisdiction" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Intended jurisdiction for the activity definition" ] ], [
fhir:index 22;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "modifier_role_reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Reference to either Organization, CareTeam, Practitioner" ] ], [
fhir:index 23;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "modifier_role_role" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Role of Organization, CareTeam, Practitioner" ] ], [
fhir:index 24;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "name" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Computationally friendly name of the activity definition" ] ], [
fhir:index 25;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "predecessor" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 26;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "publisher" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Name of the publisher of the activity definition" ] ], [
fhir:index 27;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "recommendation" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Recommendation for the plan definition" ] ], [
fhir:index 28;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The current status of the activity definition" ] ], [
fhir:index 29;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "successor" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 30;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "title" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The human-friendly name of the activity definition" ] ], [
fhir:index 31;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "topic" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Topics associated with the module" ] ], [
fhir:index 32;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "url" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The uri that identifies the activity definition" ] ], [
fhir:index 33;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "version" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The business version of the activity definition" ] ];
fhir:CapabilityStatement.rest.resource.operation [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate> ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "create-clone" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/ActivityDefinitionPlanDefinition-i-create-clone";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/ActivityDefinitionPlanDefinition-i-create-clone> ];
fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "### Input\n- resourceId: reference to the ActivityDefinition resource that should be cloned\n- clone_operation: minor-version/major-version/copy Coding from codesystem: http://ehealth.sundhed.dk/cs/ehealth-clone-operation \n- default-clone-behavior: true/false. False signifies deep-clone mode where the list of deep-clone-references determine which resources should be cloned \n- deep-clone-references: References to resources to create as new resources rather than referencing the existing ones.\n\n### Output\nBundle containing all resources that were created during the operation.\n\n### Validation\n- New business versions require that the user has modifier-role: owner or co-author for the resource\n- New copy does not require that the user has a modifier-role.\n- New business version can be made only when no draft resource exists (having identical base identifier).\n- Read/search/create privileges are required for the resource types affected by $create-clone" ] ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "DocumentReference" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference";
fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-documentreference> ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ], [
fhir:value "DocumentReference:authenticator";
fhir:index 1 ], [
fhir:value "DocumentReference:author";
fhir:index 2 ], [
fhir:value "DocumentReference:custodian";
fhir:index 3 ], [
fhir:value "DocumentReference:encounter";
fhir:index 4 ], [
fhir:value "DocumentReference:patient";
fhir:index 5 ], [
fhir:value "DocumentReference:related";
fhir:index 6 ], [
fhir:value "DocumentReference:relatesto";
fhir:index 7 ], [
fhir:value "DocumentReference:subject";
fhir:index 8 ];
fhir:CapabilityStatement.rest.resource.searchRevInclude [
fhir:value "ActivityDefinition:composed-of";
fhir:index 0 ], [
fhir:value "ActivityDefinition:depends-on";
fhir:index 1 ], [
fhir:value "ActivityDefinition:derived-from";
fhir:index 2 ], [
fhir:value "ActivityDefinition:intendedAudience";
fhir:index 3 ], [
fhir:value "ActivityDefinition:modifier_role_reference";
fhir:index 4 ], [
fhir:value "ActivityDefinition:predecessor";
fhir:index 5 ], [
fhir:value "ActivityDefinition:successor";
fhir:index 6 ], [
fhir:value "DocumentReference:authenticator";
fhir:index 7 ], [
fhir:value "DocumentReference:author";
fhir:index 8 ], [
fhir:value "DocumentReference:custodian";
fhir:index 9 ], [
fhir:value "DocumentReference:encounter";
fhir:index 10 ], [
fhir:value "DocumentReference:patient";
fhir:index 11 ], [
fhir:value "DocumentReference:related";
fhir:index 12 ], [
fhir:value "DocumentReference:relatesto";
fhir:index 13 ], [
fhir:value "DocumentReference:subject";
fhir:index 14 ], [
fhir:value "PlanDefinition:composed-of";
fhir:index 15 ], [
fhir:value "PlanDefinition:definition";
fhir:index 16 ], [
fhir:value "PlanDefinition:depends-on";
fhir:index 17 ], [
fhir:value "PlanDefinition:derived-from";
fhir:index 18 ], [
fhir:value "PlanDefinition:documentation";
fhir:index 19 ], [
fhir:value "PlanDefinition:intendedAudience";
fhir:index 20 ], [
fhir:value "PlanDefinition:modifier_role_reference";
fhir:index 21 ], [
fhir:value "PlanDefinition:predecessor";
fhir:index 22 ], [
fhir:value "PlanDefinition:successor";
fhir:index 23 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_filter" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a filter" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The ID of the resource" ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_language" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The language of the resource" ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ] ], [
fhir:index 7;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ] ], [
fhir:index 8;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_source" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given source value (Resource.meta.source)" ] ], [
fhir:index 9;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ] ], [
fhir:index 10;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ] ], [
fhir:index 11;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "authenticator" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who/what authenticated the document" ] ], [
fhir:index 12;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "author" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who and/or what authored the document" ] ], [
fhir:index 13;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "category" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Categorization of document" ] ], [
fhir:index 14;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "contenttype" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Mime type of the content, with charset etc." ] ], [
fhir:index 15;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "custodian" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Organization which maintains the document" ] ], [
fhir:index 16;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "When this document reference was created" ] ], [
fhir:index 17;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "description" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Human-readable description" ] ], [
fhir:index 18;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "encounter" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Context of the document content" ] ], [
fhir:index 19;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "event" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Main clinical acts documented" ] ], [
fhir:index 20;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "facility" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Kind of facility where patient was seen" ] ], [
fhir:index 21;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "format" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Format/content rules for the document" ] ], [
fhir:index 22;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Master Version Specific Identifier" ] ], [
fhir:index 23;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "language" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Human language of the content (BCP-47)" ] ], [
fhir:index 24;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "location" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Uri where the data can be found" ] ], [
fhir:index 25;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "patient" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who/what is the subject of the document" ] ], [
fhir:index 26;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "period" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Time of service that is being documented" ] ], [
fhir:index 27;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "related" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Related identifiers or resources" ] ], [
fhir:index 28;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "relatesto" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Target of the relationship" ] ], [
fhir:index 29;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "relation" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "replaces | transforms | signs | appends" ] ], [
fhir:index 30;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "relationship" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "composite" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Combination of relation and relatesTo" ] ], [
fhir:index 31;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "security-label" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Document security-tags" ] ], [
fhir:index 32;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "setting" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Additional details about where the content was created (e.g. clinical specialty)" ] ], [
fhir:index 33;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "current | superseded | entered-in-error" ] ], [
fhir:index 34;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "subject" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Who/what is the subject of the document" ] ], [
fhir:index 35;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "type" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Kind of document (LOINC if possible)" ] ];
fhir:CapabilityStatement.rest.resource.operation [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate> ] ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "OperationDefinition" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/OperationDefinition";
fhir:link <http://hl7.org/fhir/StructureDefinition/OperationDefinition> ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ];
fhir:CapabilityStatement.rest.resource.searchRevInclude [
fhir:value "ActivityDefinition:composed-of";
fhir:index 0 ], [
fhir:value "ActivityDefinition:depends-on";
fhir:index 1 ], [
fhir:value "ActivityDefinition:derived-from";
fhir:index 2 ], [
fhir:value "ActivityDefinition:intendedAudience";
fhir:index 3 ], [
fhir:value "ActivityDefinition:modifier_role_reference";
fhir:index 4 ], [
fhir:value "ActivityDefinition:predecessor";
fhir:index 5 ], [
fhir:value "ActivityDefinition:successor";
fhir:index 6 ], [
fhir:value "DocumentReference:authenticator";
fhir:index 7 ], [
fhir:value "DocumentReference:author";
fhir:index 8 ], [
fhir:value "DocumentReference:custodian";
fhir:index 9 ], [
fhir:value "DocumentReference:encounter";
fhir:index 10 ], [
fhir:value "DocumentReference:patient";
fhir:index 11 ], [
fhir:value "DocumentReference:related";
fhir:index 12 ], [
fhir:value "DocumentReference:relatesto";
fhir:index 13 ], [
fhir:value "DocumentReference:subject";
fhir:index 14 ], [
fhir:value "PlanDefinition:composed-of";
fhir:index 15 ], [
fhir:value "PlanDefinition:definition";
fhir:index 16 ], [
fhir:value "PlanDefinition:depends-on";
fhir:index 17 ], [
fhir:value "PlanDefinition:derived-from";
fhir:index 18 ], [
fhir:value "PlanDefinition:documentation";
fhir:index 19 ], [
fhir:value "PlanDefinition:intendedAudience";
fhir:index 20 ], [
fhir:value "PlanDefinition:modifier_role_reference";
fhir:index 21 ], [
fhir:value "PlanDefinition:predecessor";
fhir:index 22 ], [
fhir:value "PlanDefinition:successor";
fhir:index 23 ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.type [ fhir:value "PlanDefinition" ];
fhir:CapabilityStatement.rest.resource.profile [
fhir:value "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition";
fhir:link <http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-plandefinition> ];
fhir:CapabilityStatement.rest.resource.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "update" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "search-type" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "vread" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "read" ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.interaction.code [ fhir:value "create" ] ];
fhir:CapabilityStatement.rest.resource.conditionalCreate [ fhir:value "true"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.conditionalUpdate [ fhir:value "true"^^xsd:boolean ];
fhir:CapabilityStatement.rest.resource.searchInclude [
fhir:value "*";
fhir:index 0 ], [
fhir:value "PlanDefinition:composed-of";
fhir:index 1 ], [
fhir:value "PlanDefinition:definition";
fhir:index 2 ], [
fhir:value "PlanDefinition:depends-on";
fhir:index 3 ], [
fhir:value "PlanDefinition:derived-from";
fhir:index 4 ], [
fhir:value "PlanDefinition:documentation";
fhir:index 5 ], [
fhir:value "PlanDefinition:predecessor";
fhir:index 6 ], [
fhir:value "PlanDefinition:successor";
fhir:index 7 ];
fhir:CapabilityStatement.rest.resource.searchRevInclude [
fhir:value "ActivityDefinition:composed-of";
fhir:index 0 ], [
fhir:value "ActivityDefinition:depends-on";
fhir:index 1 ], [
fhir:value "ActivityDefinition:derived-from";
fhir:index 2 ], [
fhir:value "ActivityDefinition:intendedAudience";
fhir:index 3 ], [
fhir:value "ActivityDefinition:modifier_role_reference";
fhir:index 4 ], [
fhir:value "ActivityDefinition:predecessor";
fhir:index 5 ], [
fhir:value "ActivityDefinition:successor";
fhir:index 6 ], [
fhir:value "DocumentReference:authenticator";
fhir:index 7 ], [
fhir:value "DocumentReference:author";
fhir:index 8 ], [
fhir:value "DocumentReference:custodian";
fhir:index 9 ], [
fhir:value "DocumentReference:encounter";
fhir:index 10 ], [
fhir:value "DocumentReference:patient";
fhir:index 11 ], [
fhir:value "DocumentReference:related";
fhir:index 12 ], [
fhir:value "DocumentReference:relatesto";
fhir:index 13 ], [
fhir:value "DocumentReference:subject";
fhir:index 14 ], [
fhir:value "PlanDefinition:composed-of";
fhir:index 15 ], [
fhir:value "PlanDefinition:definition";
fhir:index 16 ], [
fhir:value "PlanDefinition:depends-on";
fhir:index 17 ], [
fhir:value "PlanDefinition:derived-from";
fhir:index 18 ], [
fhir:value "PlanDefinition:documentation";
fhir:index 19 ], [
fhir:value "PlanDefinition:intendedAudience";
fhir:index 20 ], [
fhir:value "PlanDefinition:modifier_role_reference";
fhir:index 21 ], [
fhir:value "PlanDefinition:predecessor";
fhir:index 22 ], [
fhir:value "PlanDefinition:successor";
fhir:index 23 ];
fhir:CapabilityStatement.rest.resource.searchParam [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_content" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's data using a fulltext search" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_has" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Return resources linked to by the given target" ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_id" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The ID of the resource" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_language" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The language of the resource" ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_lastUpdated" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Only return resources which were last updated as specified by the given range" ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_profile" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given profile" ] ], [
fhir:index 6;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_security" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given security labels" ] ], [
fhir:index 7;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_tag" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search for resources which have the given tag" ] ], [
fhir:index 8;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "_text" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Search the contents of the resource's narrative using a fulltext search" ] ], [
fhir:index 9;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "base" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Base of resource" ] ], [
fhir:index 10;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "baseEnvironment" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Base Environment of resource" ] ], [
fhir:index 11;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "composed-of" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 12;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The plan definition publication date" ] ], [
fhir:index 13;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "definition" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Activity or plan definitions used by plan definition" ] ], [
fhir:index 14;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "depends-on" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 15;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "derived-from" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 16;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "description" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The description of the plan definition" ] ], [
fhir:index 17;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "documentation" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 18;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "effective" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "date" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The time during which the plan definition is intended to be in use" ] ], [
fhir:index 19;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "ehealthPredecessor" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Predecessor of resource" ] ], [
fhir:index 20;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "employeeTitle" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Title intented for clinicians" ] ], [
fhir:index 21;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "identifier" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "External identifier for the plan definition" ] ], [
fhir:index 22;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "intendedAudience" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The intended audience of the plan definition" ] ], [
fhir:index 23;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "jurisdiction" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Intended jurisdiction for the plan definition" ] ], [
fhir:index 24;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "modifier_role_reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Reference to either Organization, CareTeam, Practitioner" ] ], [
fhir:index 25;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "modifier_role_role" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Role of Organization, CareTeam, Practitioner" ] ], [
fhir:index 26;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "name" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Computationally friendly name of the plan definition" ] ], [
fhir:index 27;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "predecessor" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 28;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "publisher" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Name of the publisher of the plan definition" ] ], [
fhir:index 29;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "recommendation" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Recommendation for the plan definition" ] ], [
fhir:index 30;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "status" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The current status of the plan definition" ] ], [
fhir:index 31;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "successor" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "reference" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "What resource is being referenced" ] ], [
fhir:index 32;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "title" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "string" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The human-friendly name of the plan definition" ] ], [
fhir:index 33;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "topic" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "Topics associated with the module" ] ], [
fhir:index 34;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "url" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "uri" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The uri that identifies the plan definition" ] ], [
fhir:index 35;
fhir:CapabilityStatement.rest.resource.searchParam.name [ fhir:value "version" ];
fhir:CapabilityStatement.rest.resource.searchParam.type [ fhir:value "token" ];
fhir:CapabilityStatement.rest.resource.searchParam.documentation [ fhir:value "The business version of the plan definition" ] ];
fhir:CapabilityStatement.rest.resource.operation [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "validate" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/Multi-it-validate> ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "import" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/PlanDefinition-t-import";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/PlanDefinition-t-import> ];
fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Import a Plandefinition\n### Parameters\n- planDefinitionPackage: Binary package produced by the export operation\n### Output\nBundle containing the created resources. PlanDefinitions, ActivityDefinitions, and Questionnaires will be created. Libraries and Organizations are used to find the corresponding resources on the target system." ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "export" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/PlanDefinition-i-export";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/PlanDefinition-i-export> ];
fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Export a PlanDefinition.\n### Export Contents\nThe export contains the PlanDefinition including referenced resources:- PlanDefinitions\n- ActivityDefinitions\n- Questionnaires\n- Libraries\n- Organizations\n\nEach resource is returned in a separate JSon file.\n### Parameters\n- exclude: references to ActivityDefinitions or PlanDefinitions to exclude from the export.\n### Output\nOutput can be found in Binary.content. This is a Base64 encoded .zip file containing JSon files.\nAll returned objects are Fhir resources. See the implementation guide for details" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "create-clone" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/ActivityDefinitionPlanDefinition-i-create-clone";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/ActivityDefinitionPlanDefinition-i-create-clone> ];
fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "### Input\n- resourceId: reference to the PlanDefinition resource that should be cloned\n- clone_operation: minor-version/major-version/copy Coding from codesystem: http://ehealth.sundhed.dk/cs/ehealth-clone-operation \n- default-clone-behavior: true/false. False signifies deep-clone mode where the list of deep-clone-references determine which resources should be cloned \n- deep-clone-references: References to resources to create as new resources rather than referencing the existing ones.\n\n### Output\nBundle containing all resources that were created during the operation.\n\n### Validation\n- New business versions require that the user has modifier-role: owner or co-author for the resource\n- New copy does not require that the user has a modifier-role.\n- New business version can be made only when no draft resource exists (having identical base identifier).\n- Read/search/create privileges are required for the resource types affected by $create-clone" ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "apply" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/PlanDefinition-i-apply";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/PlanDefinition-i-apply> ];
fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Create a careplan for a specific episodeOfCare using this PlanDefinition as a template." ] ] ];
fhir:CapabilityStatement.rest.interaction [
fhir:index 0;
fhir:CapabilityStatement.rest.interaction.code [ fhir:value "transaction" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.interaction.code [ fhir:value "history-system" ] ];
fhir:CapabilityStatement.rest.operation [
fhir:index 0;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "migrate" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-migrate";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-migrate> ];
fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Data migration" ] ], [
fhir:index 1;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "reindex-terminology" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-reindex-terminology> ] ], [
fhir:index 2;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "process-message" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-process-message> ];
fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Accept a FHIR Message Bundle for processing" ] ], [
fhir:index 3;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "perform-reindexing-pass" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-perform-reindexing-pass> ];
fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Forces a single pass of the resource reindexing processor" ] ], [
fhir:index 4;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "meta" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-meta> ] ], [
fhir:index 5;
fhir:CapabilityStatement.rest.resource.operation.name [ fhir:value "get-resource-counts" ];
fhir:CapabilityStatement.rest.resource.operation.definition [
fhir:value "https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts";
fhir:link <https://plan.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-get-resource-counts> ];
fhir:CapabilityStatement.rest.resource.operation.documentation [ fhir:value "Provides the number of resources currently stored on the server, broken down by resource type" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ Systematic | Trifork. Package dk.ehealth.sundhed.fhir.ig.core#2.5.0 based on FHIR 4.0.1. Generated 2023-02-09