This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Terminology Server Base Conformance Statement
@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 ------------------------------------------------------------------- <http://hl7.org/fhir/Conformance/terminology-server> a fhir:Conformance; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "terminology-server"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>Terminology Service Conformance Statement</h2>\n <div>\n <p>Basic conformance statement for a Terminology Server. A server can support more fucntionality than defined here, but this is the minimum amount</p>\n\n </div>\n <table>\n <tr>\n <td>Mode</td>\n <td>SERVER</td>\n </tr>\n <tr>\n <td>Description</td>\n <td>RESTful Terminology Server</td>\n </tr>\n <tr>\n <td>Transaction</td>\n <td/>\n </tr>\n <tr>\n <td>System History</td>\n <td/>\n </tr>\n <tr>\n <td>System Search</td>\n <td/>\n </tr>\n </table>\n <table>\n <tr>\n <th>\n <b>Resource Type</b>\n </th>\n <th>\n <b>Profile</b>\n </th>\n <th>\n <b>Read</b>\n </th>\n <th>\n <b>V-Read</b>\n </th>\n <th>\n <b>Search</b>\n </th>\n <th>\n <b>Update</b>\n </th>\n <th>\n <b>Updates</b>\n </th>\n <th>\n <b>Create</b>\n </th>\n <th>\n <b>Delete</b>\n </th>\n <th>\n <b>History</b>\n </th>\n </tr>\n <tr>\n <td>ValueSet</td>\n <td>\n <a href=\"StructureDefinition/ValueSet\">StructureDefinition/ValueSet</a>\n </td>\n <td>y</td>\n <td/>\n <td>y</td>\n <td/>\n <td/>\n <td/>\n <td/>\n <td/>\n </tr>\n <tr>\n <td>ConceptMap</td>\n <td>\n <a href=\"StructureDefinition/ConceptMap\">StructureDefinition/ConceptMap</a>\n </td>\n <td>y</td>\n <td/>\n <td>y</td>\n <td/>\n <td/>\n <td/>\n <td/>\n <td/>\n </tr>\n </table>\n </div>" ]; fhir:extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/conformance-supported-system" ]; fhir:Extension.valueUri [ fhir:value "http://loinc.org" ] ]; fhir:Conformance.url [ fhir:value "http://hl7.org/fhir/terminology-server"]; fhir:Conformance.name [ fhir:value "Terminology Service Conformance Statement"]; fhir:Conformance.status [ fhir:value "draft"]; fhir:Conformance.date [ fhir:value "2015-07-05"^^xsd:date]; fhir:Conformance.publisher [ fhir:value "HL7, Inc"]; fhir:Conformance.contact [ fhir:index 0; fhir:Conformance.contact.name [ fhir:value "FHIR Project" ]; fhir:Conformance.contact.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ]; fhir:Conformance.description [ fhir:value "Basic conformance statement for a Terminology Server. A server can support more fucntionality than defined here, but this is the minimum amount"]; fhir:Conformance.kind [ fhir:value "capability"]; fhir:Conformance.software [ fhir:Conformance.software.name [ fhir:value "ACME Terminology Server" ] ]; fhir:Conformance.fhirVersion [ fhir:value "1.6.0"]; fhir:Conformance.acceptUnknown [ fhir:value "both"]; fhir:Conformance.format [ fhir:value "json"; fhir:index 0 ], [ fhir:value "xml"; fhir:index 1 ]; fhir:Conformance.rest [ fhir:index 0; fhir:Conformance.rest.mode [ fhir:value "server" ]; fhir:Conformance.rest.documentation [ fhir:value "RESTful Terminology Server" ]; fhir:Conformance.rest.security [ fhir:Conformance.rest.security.cors [ fhir:value "true"^^xsd:boolean ]; fhir:Conformance.rest.security.service [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/restful-security-service" ]; fhir:Coding.code [ fhir:value "Certificates" ] ] ] ]; fhir:Conformance.rest.resource [ fhir:index 0; fhir:Conformance.rest.resource.type [ fhir:value "ValueSet" ]; fhir:Conformance.rest.resource.profile [ fhir:link <http://hl7.org/fhir/StructureDefinition/ValueSet>; fhir:Reference.reference [ fhir:value "StructureDefinition/ValueSet" ] ]; fhir:Conformance.rest.resource.interaction [ fhir:index 0; fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ]; fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Read allows clients to get the logical definitions of the value sets" ] ], [ fhir:index 1; fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ]; fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Search allows clients to find value sets on the server" ] ]; fhir:Conformance.rest.resource.searchParam [ fhir:index 0; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "code" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ValueSet-code" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ] ], [ fhir:index 1; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "date" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ValueSet-date" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ] ], [ fhir:index 2; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "name" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ValueSet-name" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "string" ] ], [ fhir:index 3; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "reference" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ValueSet-reference" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ] ], [ fhir:index 4; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "status" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ValueSet-status" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ] ], [ fhir:index 5; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "system" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ValueSet-system" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "uri" ] ], [ fhir:index 6; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "url" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ValueSet-url" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "uri" ] ], [ fhir:index 7; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "version" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ValueSet-version" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ] ] ], [ fhir:index 1; fhir:Conformance.rest.resource.type [ fhir:value "ConceptMap" ]; fhir:Conformance.rest.resource.profile [ fhir:link <http://hl7.org/fhir/StructureDefinition/ConceptMap>; fhir:Reference.reference [ fhir:value "StructureDefinition/ConceptMap" ] ]; fhir:Conformance.rest.resource.interaction [ fhir:index 0; fhir:Conformance.rest.resource.interaction.code [ fhir:value "read" ]; fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Read allows clients to get the logical definitions of the concept maps" ] ], [ fhir:index 1; fhir:Conformance.rest.resource.interaction.code [ fhir:value "search-type" ]; fhir:Conformance.rest.resource.interaction.documentation [ fhir:value "Search allows clients to find concept maps on the server" ] ]; fhir:Conformance.rest.resource.searchParam [ fhir:index 0; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "date" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-date" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "date" ] ], [ fhir:index 1; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "name" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-name" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "string" ] ], [ fhir:index 2; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "status" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-status" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ] ], [ fhir:index 3; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "source" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-source" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "uri" ] ], [ fhir:index 4; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "target" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-target" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "uri" ] ], [ fhir:index 5; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "url" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-url" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "uri" ] ], [ fhir:index 6; fhir:Conformance.rest.resource.searchParam.name [ fhir:value "version" ]; fhir:Conformance.rest.resource.searchParam.definition [ fhir:value "http://hl7.org/fhir/SearchParameter/ConceptMap-version" ]; fhir:Conformance.rest.resource.searchParam.type [ fhir:value "token" ] ] ]; fhir:Conformance.rest.operation [ fhir:index 0; fhir:Conformance.rest.operation.name [ fhir:value "expand" ]; fhir:Conformance.rest.operation.definition [ fhir:link <http://hl7.org/fhir/OperationDefinition/ValueSet-expand>; fhir:Reference.reference [ fhir:value "OperationDefinition/ValueSet-expand" ] ] ], [ fhir:index 1; fhir:Conformance.rest.operation.name [ fhir:value "lookup" ]; fhir:Conformance.rest.operation.definition [ fhir:link <http://hl7.org/fhir/OperationDefinition/CodeSystem-lookup>; fhir:Reference.reference [ fhir:value "OperationDefinition/CodeSystem-lookup" ] ] ], [ fhir:index 2; fhir:Conformance.rest.operation.name [ fhir:value "validate-code" ]; fhir:Conformance.rest.operation.definition [ fhir:link <http://hl7.org/fhir/OperationDefinition/ValueSet-validate-code>; fhir:Reference.reference [ fhir:value "OperationDefinition/ValueSet-validate-code" ] ] ], [ fhir:index 3; fhir:Conformance.rest.operation.name [ fhir:value "translate" ]; fhir:Conformance.rest.operation.definition [ fhir:link <http://hl7.org/fhir/OperationDefinition/ConceptMap-translate>; fhir:Reference.reference [ fhir:value "OperationDefinition/ConceptMap-translate" ] ] ], [ fhir:index 4; fhir:Conformance.rest.operation.name [ fhir:value "closure" ]; fhir:Conformance.rest.operation.definition [ fhir:link <http://hl7.org/fhir/OperationDefinition/ConceptMap-closure>; fhir:Reference.reference [ fhir:value "OperationDefinition/ConceptMap-closure" ] ] ] ] . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.