{
"resourceType" : "CapabilityStatement",
"id" : "questionnaire",
"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=\"POST a new resource (create interaction)\">Create</b></th><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th></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>Questionnaire</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>StructureDefinition</td><td><a href=\"http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-definedquestion\">http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-definedquestion</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr></table></div>"
},
"url" : "http://ehealth.sundhed.dk/fhir/CapabilityStatement/questionnaire",
"status" : "active",
"date" : "2021-05-02T18:02:02+00:00",
"publisher" : "ehealth.sundhed.dk",
"kind" : "instance",
"software" : {
"name" : "questionnaire",
"version" : "1.8.0"
},
"implementation" : {
"description" : "eHealth questionnaire service",
"url" : "https://questionnaire.devtest.systematic-ehealth.com/fhir"
},
"fhirVersion" : "3.0.2",
"acceptUnknown" : "extensions",
"format" : [
"application/fhir+xml",
"application/fhir+json"
],
"rest" : [
{
"mode" : "server",
"resource" : [
{
"type" : "OperationDefinition",
"profile" : {
"reference" : "http://hl7.org/fhir/Profile/OperationDefinition"
},
"interaction" : [
{
"code" : "read"
}
]
},
{
"type" : "Questionnaire",
"profile" : {
"reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaire"
},
"interaction" : [
{
"code" : "read"
},
{
"code" : "vread"
},
{
"code" : "update"
},
{
"code" : "delete"
},
{
"code" : "create"
},
{
"code" : "search-type"
}
],
"conditionalCreate" : true,
"conditionalUpdate" : true,
"searchInclude" : [
"*"
],
"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" : "code",
"type" : "token",
"documentation" : "A code that corresponds to one of its items in the questionnaire"
},
{
"name" : "date",
"type" : "date",
"documentation" : "The questionnaire publication date"
},
{
"name" : "description",
"type" : "string",
"documentation" : "The description of the questionnaire"
},
{
"name" : "effective",
"type" : "date",
"documentation" : "The time during which the questionnaire is intended to be in use"
},
{
"name" : "identifier",
"type" : "token",
"documentation" : "External identifier for the questionnaire"
},
{
"name" : "jurisdiction",
"type" : "token",
"documentation" : "Intended jurisdiction for the questionnaire"
},
{
"name" : "name",
"type" : "string",
"documentation" : "Computationally friendly name of the questionnaire"
},
{
"name" : "publisher",
"type" : "string",
"documentation" : "Name of the publisher of the questionnaire"
},
{
"name" : "reference",
"type" : "reference",
"documentation" : "Modifier reference"
},
{
"name" : "role",
"type" : "token",
"documentation" : "Modifier role"
},
{
"name" : "status",
"type" : "token",
"documentation" : "The current status of the questionnaire"
},
{
"name" : "title",
"type" : "string",
"documentation" : "The human-friendly name of the questionnaire"
},
{
"name" : "type",
"type" : "token",
"documentation" : "Questionnaire type"
},
{
"name" : "url",
"type" : "uri",
"documentation" : "The uri that identifies the questionnaire"
},
{
"name" : "version",
"type" : "token",
"documentation" : "The business version of the questionnaire"
}
]
},
{
"type" : "StructureDefinition",
"profile" : {
"reference" : "http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-definedquestion"
},
"interaction" : [
{
"code" : "read"
},
{
"code" : "vread"
},
{
"code" : "update"
},
{
"code" : "delete"
},
{
"code" : "create"
},
{
"code" : "search-type"
}
],
"conditionalCreate" : true,
"conditionalUpdate" : true,
"conditionalDelete" : "single",
"searchInclude" : [
"*",
"StructureDefinition:valueset"
],
"searchParam" : [
{
"name" : "_content",
"type" : "string",
"documentation" : "Search the contents of the resource's data using a fulltext search"
},
{
"name" : "_filter",
"type" : "string",
"documentation" : "Search the contents of the resource's data using a filter"
},
{
"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" : "_source",
"type" : "uri",
"documentation" : "Search for resources which have the given source value (Resource.meta.source)"
},
{
"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" : "abstract",
"type" : "token",
"documentation" : "Whether the structure is abstract"
},
{
"name" : "base",
"type" : "uri",
"documentation" : "Definition that this type is constrained/specialized from"
},
{
"name" : "base-path",
"type" : "token",
"documentation" : "Path that identifies the base element"
},
{
"name" : "context-type",
"type" : "token",
"documentation" : "resource | datatype | extension"
},
{
"name" : "date",
"type" : "date",
"documentation" : "The structure definition publication date"
},
{
"name" : "derivation",
"type" : "token",
"documentation" : "specialization | constraint - How relates to base definition"
},
{
"name" : "description",
"type" : "string",
"documentation" : "The description of the structure definition"
},
{
"name" : "experimental",
"type" : "token",
"documentation" : "For testing purposes, not real usage"
},
{
"name" : "ext-context",
"type" : "string",
"documentation" : "Where the extension can be used in instances"
},
{
"name" : "identifier",
"type" : "token",
"documentation" : "External identifier for the structure definition"
},
{
"name" : "jurisdiction",
"type" : "token",
"documentation" : "Intended jurisdiction for the structure definition"
},
{
"name" : "keyword",
"type" : "token",
"documentation" : "A code for the profile"
},
{
"name" : "kind",
"type" : "token",
"documentation" : "primitive-type | complex-type | resource | logical"
},
{
"name" : "name",
"type" : "string",
"documentation" : "Computationally friendly name of the structure definition"
},
{
"name" : "path",
"type" : "token",
"documentation" : "A path that is constrained in the profile"
},
{
"name" : "publisher",
"type" : "string",
"documentation" : "Name of the publisher of the structure definition"
},
{
"name" : "status",
"type" : "token",
"documentation" : "The current status of the structure definition"
},
{
"name" : "title",
"type" : "string",
"documentation" : "The human-friendly name of the structure definition"
},
{
"name" : "type",
"type" : "token",
"documentation" : "Type defined or constrained by this structure"
},
{
"name" : "url",
"type" : "uri",
"documentation" : "The uri that identifies the structure definition"
},
{
"name" : "valueset",
"type" : "reference",
"documentation" : "A vocabulary binding reference"
},
{
"name" : "version",
"type" : "token",
"documentation" : "The business version of the structure definition"
}
]
}
],
"operation" : [
{
"name" : "validate",
"definition" : {
"reference" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Questionnaire--validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/Questionnaire-i-validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/StructureDefinition--validate"
}
},
{
"name" : "validate",
"definition" : {
"reference" : "https://questionnaire.devtest.systematic-ehealth.com/fhir/OperationDefinition/StructureDefinition-i-validate"
}
}
]
}
]
}