eHealth Infrastructure (v2020.8)


{
  "resourceType" : "CapabilityStatement",
  "id" : "terminology",
  "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><th><b title=\"GET changes to a resource (history interaction on instance)\">Updates</b></th><th><b title=\"GET changes for all resources of the type (history interaction on type)\">History</b></th></tr><tr><td>CodeSystem</td><td><a href=\"http://hl7.org/fhir/Profile/CodeSystem\">http://hl7.org/fhir/Profile/CodeSystem</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>ConceptMap</td><td><a href=\"http://hl7.org/fhir/Profile/ConceptMap\">http://hl7.org/fhir/Profile/ConceptMap</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>Group</td><td><a href=\"http://hl7.org/fhir/Profile/Group\">http://hl7.org/fhir/Profile/Group</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>NamingSystem</td><td><a href=\"http://hl7.org/fhir/Profile/NamingSystem\">http://hl7.org/fhir/Profile/NamingSystem</a></td><td>y</td><td>y</td><td>y</td><td>y</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/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><td></td><td></td></tr><tr><td>Practitioner</td><td><a href=\"http://hl7.org/fhir/Profile/Practitioner\">http://hl7.org/fhir/Profile/Practitioner</a></td><td>y</td><td>y</td><td>y</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://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><td></td><td></td></tr><tr><td>ValueSet</td><td><a href=\"http://hl7.org/fhir/Profile/ValueSet\">http://hl7.org/fhir/Profile/ValueSet</a></td><td>y</td><td>y</td><td>y</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/terminology",
  "status" : "active",
  "date" : "2020-12-18T15:09:17+00:00",
  "publisher" : "ehealth.sundhed.dk",
  "kind" : "instance",
  "software" : {
    "name" : "terminology",
    "version" : "1.5.7"
  },
  "implementation" : {
    "description" : "eHealth terminology service",
    "url" : "https://terminology.devtest.systematic-ehealth.com/fhir"
  },
  "fhirVersion" : "3.0.2",
  "acceptUnknown" : "extensions",
  "format" : [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "CodeSystem",
          "profile" : {
            "reference" : "http://hl7.org/fhir/Profile/CodeSystem"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "update"
            },
            {
              "code" : "patch"
            },
            {
              "code" : "delete"
            },
            {
              "code" : "history-instance"
            },
            {
              "code" : "history-type"
            },
            {
              "code" : "create"
            },
            {
              "code" : "search-type"
            }
          ],
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "multiple",
          "searchInclude" : [
            "*"
          ],
          "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" : "code",
              "type" : "token",
              "documentation" : "A code defined in the code system"
            },
            {
              "name" : "content-mode",
              "type" : "token",
              "documentation" : "not-present | example | fragment | complete"
            },
            {
              "name" : "date",
              "type" : "date",
              "documentation" : "The code system publication date"
            },
            {
              "name" : "description",
              "type" : "string",
              "documentation" : "The description of the code system"
            },
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "External identifier for the code system"
            },
            {
              "name" : "jurisdiction",
              "type" : "token",
              "documentation" : "Intended jurisdiction for the code system"
            },
            {
              "name" : "language",
              "type" : "token",
              "documentation" : "A language in which a designation is provided"
            },
            {
              "name" : "name",
              "type" : "string",
              "documentation" : "Computationally friendly name of the code system"
            },
            {
              "name" : "publisher",
              "type" : "string",
              "documentation" : "Name of the publisher of the code system"
            },
            {
              "name" : "status",
              "type" : "token",
              "documentation" : "The current status of the code system"
            },
            {
              "name" : "system",
              "type" : "uri",
              "documentation" : "The system for any codes defined by this code system (same as 'url')"
            },
            {
              "name" : "title",
              "type" : "string",
              "documentation" : "The human-friendly name of the code system"
            },
            {
              "name" : "url",
              "type" : "uri",
              "documentation" : "The uri that identifies the code system"
            },
            {
              "name" : "version",
              "type" : "token",
              "documentation" : "The business version of the code system"
            }
          ]
        },
        {
          "type" : "ConceptMap",
          "profile" : {
            "reference" : "http://hl7.org/fhir/Profile/ConceptMap"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "update"
            },
            {
              "code" : "patch"
            },
            {
              "code" : "delete"
            },
            {
              "code" : "history-instance"
            },
            {
              "code" : "history-type"
            },
            {
              "code" : "create"
            },
            {
              "code" : "search-type"
            }
          ],
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "multiple",
          "searchInclude" : [
            "*",
            "ConceptMap:source",
            "ConceptMap:source-uri",
            "ConceptMap:target",
            "ConceptMap:target-uri"
          ],
          "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" : "date",
              "type" : "date",
              "documentation" : "The concept map publication date"
            },
            {
              "name" : "dependson",
              "type" : "uri",
              "documentation" : "Reference to property mapping depends on"
            },
            {
              "name" : "description",
              "type" : "string",
              "documentation" : "The description of the concept map"
            },
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "External identifier for the concept map"
            },
            {
              "name" : "jurisdiction",
              "type" : "token",
              "documentation" : "Intended jurisdiction for the concept map"
            },
            {
              "name" : "name",
              "type" : "string",
              "documentation" : "Computationally friendly name of the concept map"
            },
            {
              "name" : "other",
              "type" : "uri",
              "documentation" : "Canonical URL for other concept map"
            },
            {
              "name" : "product",
              "type" : "uri",
              "documentation" : "Reference to property mapping depends on"
            },
            {
              "name" : "publisher",
              "type" : "string",
              "documentation" : "Name of the publisher of the concept map"
            },
            {
              "name" : "source",
              "type" : "reference",
              "documentation" : "Identifies the source of the concepts which are being mapped"
            },
            {
              "name" : "source-code",
              "type" : "token",
              "documentation" : "Identifies element being mapped"
            },
            {
              "name" : "source-system",
              "type" : "uri",
              "documentation" : "Code System (if value set crosses code systems)"
            },
            {
              "name" : "source-uri",
              "type" : "reference",
              "documentation" : "Identifies the source of the concepts which are being mapped"
            },
            {
              "name" : "status",
              "type" : "token",
              "documentation" : "The current status of the concept map"
            },
            {
              "name" : "target",
              "type" : "reference",
              "documentation" : "Provides context to the mappings"
            },
            {
              "name" : "target-code",
              "type" : "token",
              "documentation" : "Code that identifies the target element"
            },
            {
              "name" : "target-system",
              "type" : "uri",
              "documentation" : "System of the target (if necessary)"
            },
            {
              "name" : "target-uri",
              "type" : "reference",
              "documentation" : "Provides context to the mappings"
            },
            {
              "name" : "title",
              "type" : "string",
              "documentation" : "The human-friendly name of the concept map"
            },
            {
              "name" : "url",
              "type" : "uri",
              "documentation" : "The uri that identifies the concept map"
            },
            {
              "name" : "version",
              "type" : "token",
              "documentation" : "The business version of the concept map"
            }
          ]
        },
        {
          "type" : "Group",
          "profile" : {
            "reference" : "http://hl7.org/fhir/Profile/Group"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "update"
            },
            {
              "code" : "patch"
            },
            {
              "code" : "delete"
            },
            {
              "code" : "history-instance"
            },
            {
              "code" : "history-type"
            },
            {
              "code" : "create"
            },
            {
              "code" : "search-type"
            }
          ],
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "multiple",
          "searchInclude" : [
            "*",
            "Group:member"
          ],
          "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" : "actual",
              "type" : "token",
              "documentation" : "Descriptive or actual"
            },
            {
              "name" : "characteristic",
              "type" : "token",
              "documentation" : "Kind of characteristic"
            },
            {
              "name" : "characteristic-value",
              "type" : "composite",
              "documentation" : "A composite of both characteristic and value"
            },
            {
              "name" : "code",
              "type" : "token",
              "documentation" : "The kind of resources contained"
            },
            {
              "name" : "exclude",
              "type" : "token",
              "documentation" : "Group includes or excludes"
            },
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Unique id"
            },
            {
              "name" : "member",
              "type" : "reference",
              "documentation" : "Reference to the group member"
            },
            {
              "name" : "type",
              "type" : "token",
              "documentation" : "The type of resources the group contains"
            },
            {
              "name" : "value",
              "type" : "token",
              "documentation" : "Value held by characteristic"
            }
          ]
        },
        {
          "type" : "NamingSystem",
          "profile" : {
            "reference" : "http://hl7.org/fhir/Profile/NamingSystem"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "update"
            },
            {
              "code" : "patch"
            },
            {
              "code" : "delete"
            },
            {
              "code" : "history-instance"
            },
            {
              "code" : "history-type"
            },
            {
              "code" : "create"
            },
            {
              "code" : "search-type"
            }
          ],
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "multiple",
          "searchInclude" : [
            "*",
            "NamingSystem:replaced-by"
          ],
          "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" : "contact",
              "type" : "string",
              "documentation" : "Name of an individual to contact"
            },
            {
              "name" : "date",
              "type" : "date",
              "documentation" : "The naming system publication date"
            },
            {
              "name" : "description",
              "type" : "string",
              "documentation" : "The description of the naming system"
            },
            {
              "name" : "id-type",
              "type" : "token",
              "documentation" : "oid | uuid | uri | other"
            },
            {
              "name" : "jurisdiction",
              "type" : "token",
              "documentation" : "Intended jurisdiction for the naming system"
            },
            {
              "name" : "kind",
              "type" : "token",
              "documentation" : "codesystem | identifier | root"
            },
            {
              "name" : "name",
              "type" : "string",
              "documentation" : "Computationally friendly name of the naming system"
            },
            {
              "name" : "period",
              "type" : "date",
              "documentation" : "When is identifier valid?"
            },
            {
              "name" : "publisher",
              "type" : "string",
              "documentation" : "Name of the publisher of the naming system"
            },
            {
              "name" : "replaced-by",
              "type" : "reference",
              "documentation" : "Use this instead"
            },
            {
              "name" : "responsible",
              "type" : "string",
              "documentation" : "Who maintains system namespace?"
            },
            {
              "name" : "status",
              "type" : "token",
              "documentation" : "The current status of the naming system"
            },
            {
              "name" : "telecom",
              "type" : "token",
              "documentation" : "Contact details for individual or organization"
            },
            {
              "name" : "type",
              "type" : "token",
              "documentation" : "e.g. driver,  provider,  patient, bank etc."
            },
            {
              "name" : "value",
              "type" : "string",
              "documentation" : "The unique identifier"
            }
          ]
        },
        {
          "type" : "OperationDefinition",
          "profile" : {
            "reference" : "http://hl7.org/fhir/Profile/OperationDefinition"
          },
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        },
        {
          "type" : "Practitioner",
          "profile" : {
            "reference" : "http://hl7.org/fhir/Profile/Practitioner"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "update"
            },
            {
              "code" : "patch"
            },
            {
              "code" : "delete"
            },
            {
              "code" : "history-instance"
            },
            {
              "code" : "history-type"
            },
            {
              "code" : "create"
            },
            {
              "code" : "search-type"
            }
          ],
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "multiple",
          "searchInclude" : [
            "*"
          ],
          "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" : "active",
              "type" : "token",
              "documentation" : "Whether the practitioner record is active"
            },
            {
              "name" : "address",
              "type" : "string",
              "documentation" : "A server defined search that may match any of the string fields in the Address, including line, city, state, country, postalCode, and/or text"
            },
            {
              "name" : "address-city",
              "type" : "string",
              "documentation" : "A city specified in an address"
            },
            {
              "name" : "address-country",
              "type" : "string",
              "documentation" : "A country specified in an address"
            },
            {
              "name" : "address-postalcode",
              "type" : "string",
              "documentation" : "A postalCode specified in an address"
            },
            {
              "name" : "address-state",
              "type" : "string",
              "documentation" : "A state specified in an address"
            },
            {
              "name" : "address-use",
              "type" : "token",
              "documentation" : "A use code specified in an address"
            },
            {
              "name" : "communication",
              "type" : "token",
              "documentation" : "One of the languages that the practitioner can communicate with"
            },
            {
              "name" : "email",
              "type" : "token",
              "documentation" : "A value in an email contact"
            },
            {
              "name" : "family",
              "type" : "string",
              "documentation" : "A portion of the family name"
            },
            {
              "name" : "gender",
              "type" : "token",
              "documentation" : "Gender of the practitioner"
            },
            {
              "name" : "given",
              "type" : "string",
              "documentation" : "A portion of the given name"
            },
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "A practitioner's Identifier"
            },
            {
              "name" : "name",
              "type" : "string",
              "documentation" : "A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text"
            },
            {
              "name" : "phone",
              "type" : "token",
              "documentation" : "A value in a phone contact"
            },
            {
              "name" : "phonetic",
              "type" : "string",
              "documentation" : "A portion of either family or given name using some kind of phonetic matching algorithm"
            },
            {
              "name" : "telecom",
              "type" : "token",
              "documentation" : "The value in any kind of contact"
            }
          ]
        },
        {
          "type" : "StructureDefinition",
          "profile" : {
            "reference" : "http://hl7.org/fhir/Profile/StructureDefinition"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "type",
              "type" : "token",
              "documentation" : "Type defined or constrained by this structure"
            }
          ]
        },
        {
          "type" : "ValueSet",
          "profile" : {
            "reference" : "http://hl7.org/fhir/Profile/ValueSet"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "vread"
            },
            {
              "code" : "update"
            },
            {
              "code" : "patch"
            },
            {
              "code" : "delete"
            },
            {
              "code" : "history-instance"
            },
            {
              "code" : "history-type"
            },
            {
              "code" : "create"
            },
            {
              "code" : "search-type"
            }
          ],
          "conditionalCreate" : true,
          "conditionalUpdate" : true,
          "conditionalDelete" : "multiple",
          "searchInclude" : [
            "*"
          ],
          "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" : "date",
              "type" : "date",
              "documentation" : "The value set publication date"
            },
            {
              "name" : "description",
              "type" : "string",
              "documentation" : "The description of the value set"
            },
            {
              "name" : "expansion",
              "type" : "uri",
              "documentation" : "Uniquely identifies this expansion"
            },
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "External identifier for the value set"
            },
            {
              "name" : "jurisdiction",
              "type" : "token",
              "documentation" : "Intended jurisdiction for the value set"
            },
            {
              "name" : "name",
              "type" : "string",
              "documentation" : "Computationally friendly name of the value set"
            },
            {
              "name" : "publisher",
              "type" : "string",
              "documentation" : "Name of the publisher of the value set"
            },
            {
              "name" : "reference",
              "type" : "uri",
              "documentation" : "A code system included or excluded in the value set or an imported value set"
            },
            {
              "name" : "status",
              "type" : "token",
              "documentation" : "The current status of the value set"
            },
            {
              "name" : "title",
              "type" : "string",
              "documentation" : "The human-friendly name of the value set"
            },
            {
              "name" : "url",
              "type" : "uri",
              "documentation" : "The uri that identifies the value set"
            },
            {
              "name" : "version",
              "type" : "token",
              "documentation" : "The business version of the value set"
            }
          ]
        }
      ],
      "operation" : [
        {
          "name" : "import",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-import"
          }
        },
        {
          "name" : "lookup",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem--lookup"
          }
        },
        {
          "name" : "subsumes",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem--subsumes"
          }
        },
        {
          "name" : "expunge",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem--expunge"
          }
        },
        {
          "name" : "expunge",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-i-expunge"
          }
        },
        {
          "name" : "meta",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem--meta"
          }
        },
        {
          "name" : "meta",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-i-meta"
          }
        },
        {
          "name" : "meta-add",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-i-meta-add"
          }
        },
        {
          "name" : "meta-delete",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-i-meta-delete"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem--validate"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem-i-validate"
          }
        },
        {
          "name" : "apply-codesystem-delta-add",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem--apply-codesystem-delta-add"
          }
        },
        {
          "name" : "apply-codesystem-delta-remove",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem--apply-codesystem-delta-remove"
          }
        },
        {
          "name" : "upload-external-code-system",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/CodeSystem--upload-external-code-system"
          }
        },
        {
          "name" : "translate",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap-i-translate"
          }
        },
        {
          "name" : "expunge",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap--expunge"
          }
        },
        {
          "name" : "expunge",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap-i-expunge"
          }
        },
        {
          "name" : "meta",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap--meta"
          }
        },
        {
          "name" : "meta",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap-i-meta"
          }
        },
        {
          "name" : "meta-add",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap-i-meta-add"
          }
        },
        {
          "name" : "meta-delete",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap-i-meta-delete"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap--validate"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ConceptMap-i-validate"
          }
        },
        {
          "name" : "expunge",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Group--expunge"
          }
        },
        {
          "name" : "expunge",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Group-i-expunge"
          }
        },
        {
          "name" : "meta",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Group--meta"
          }
        },
        {
          "name" : "meta",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Group-i-meta"
          }
        },
        {
          "name" : "meta-add",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Group-i-meta-add"
          }
        },
        {
          "name" : "meta-delete",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Group-i-meta-delete"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Group--validate"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Group-i-validate"
          }
        },
        {
          "name" : "expunge",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/NamingSystem--expunge"
          }
        },
        {
          "name" : "expunge",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/NamingSystem-i-expunge"
          }
        },
        {
          "name" : "meta",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/NamingSystem--meta"
          }
        },
        {
          "name" : "meta",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/NamingSystem-i-meta"
          }
        },
        {
          "name" : "meta-add",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/NamingSystem-i-meta-add"
          }
        },
        {
          "name" : "meta-delete",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/NamingSystem-i-meta-delete"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/NamingSystem--validate"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/NamingSystem-i-validate"
          }
        },
        {
          "name" : "expunge",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Practitioner--expunge"
          }
        },
        {
          "name" : "expunge",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Practitioner-i-expunge"
          }
        },
        {
          "name" : "meta",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Practitioner--meta"
          }
        },
        {
          "name" : "meta",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Practitioner-i-meta"
          }
        },
        {
          "name" : "meta-add",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Practitioner-i-meta-add"
          }
        },
        {
          "name" : "meta-delete",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Practitioner-i-meta-delete"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Practitioner--validate"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/Practitioner-i-validate"
          }
        },
        {
          "name" : "expand",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-i-expand"
          }
        },
        {
          "name" : "validate-code",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-i-validate-code"
          }
        },
        {
          "name" : "expunge",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet--expunge"
          }
        },
        {
          "name" : "expunge",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-i-expunge"
          }
        },
        {
          "name" : "meta",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet--meta"
          }
        },
        {
          "name" : "meta",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-i-meta"
          }
        },
        {
          "name" : "meta-add",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-i-meta-add"
          }
        },
        {
          "name" : "meta-delete",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-i-meta-delete"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet--validate"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://terminology.devtest.systematic-ehealth.com/fhir/OperationDefinition/ValueSet-i-validate"
          }
        }
      ]
    }
  ]
}