This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3
FHIR Infrastructure Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Not linked to any defined compartments |
Terminology Server Base Capability Statement (id = "terminology-server")
<CapabilityStatement xmlns="http://hl7.org/fhir"> <id value="terminology-server"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2> Terminology Service Capability Statement</h2> <div> <p> Basic capability statement for a Terminology Server. A server can support more fucntionality than defined here, but this is the minimum amount</p> </div> <table> <tr> <td> Mode</td> <td> SERVER</td> </tr> <tr> <td> Description</td> <td> RESTful Terminology Server</td> </tr> <tr> <td> Transaction</td> <td/> </tr> <tr> <td> System History</td> <td/> </tr> <tr> <td> System Search</td> <td/> </tr> </table> <table> <tr> <th> <b> Resource Type</b> </th> <th> <b> Profile</b> </th> <th> <b> Read</b> </th> <th> <b> V-Read</b> </th> <th> <b> Search</b> </th> <th> <b> Update</b> </th> <th> <b> Updates</b> </th> <th> <b> Create</b> </th> <th> <b> Delete</b> </th> <th> <b> History</b> </th> </tr> <tr> <td> ValueSet</td> <td> <a href="StructureDefinition/ValueSet">StructureDefinition/ValueSet</a> </td> <td> y</td> <td/> <td> y</td> <td/> <td/> <td/> <td/> <td/> </tr> <tr> <td> ConceptMap</td> <td> <a href="StructureDefinition/ConceptMap">StructureDefinition/ConceptMap</a> </td> <td> y</td> <td/> <td> y</td> <td/> <td/> <td/> <td/> <td/> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-supported-system"> <valueUri value="http://loinc.org"/> </extension> <url value="http://hl7.org/fhir/terminology-server"/> <name value="Terminology Service Capability Statement"/> <status value="draft"/> <date value="2015-07-05"/> <publisher value="HL7, Inc"/> <contact> <name value="FHIR Project"/> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> </contact> <description value="Basic capability statement for a Terminology Server. A server can support more fucntionality than defined here, but this is the minimum amount"/> <kind value="capability"/> <software> <name value="ACME Terminology Server"/> </software> <fhirVersion value="3.0.2"/> <acceptUnknown value="both"/> <format value="json"/> <format value="xml"/> <rest> <mode value="server"/> <documentation value="RESTful Terminology Server"/> <security> <cors value="true"/> <service> <coding> <system value="http://hl7.org/fhir/restful-security-service"/> <code value="Certificates"/> </coding> </service> </security> <resource> <type value="ValueSet"/> <profile> <reference value="StructureDefinition/ValueSet"/> </profile> <interaction> <code value="read"/> <documentation value="Read allows clients to get the logical definitions of the value sets"/> </interaction> <interaction> <code value="search-type"/> <documentation value="Search allows clients to find value sets on the server"/> </interaction> <searchParam> <name value="date"/> <definition value="http://hl7.org/fhir/SearchParameter/ValueSet-date"/> <type value="date"/> </searchParam> <searchParam> <name value="name"/> <definition value="http://hl7.org/fhir/SearchParameter/ValueSet-name"/> <type value="string"/> </searchParam> <searchParam> <name value="reference"/> <definition value="http://hl7.org/fhir/SearchParameter/ValueSet-reference"/> <type value="token"/> </searchParam> <searchParam> <name value="status"/> <definition value="http://hl7.org/fhir/SearchParameter/ValueSet-status"/> <type value="token"/> </searchParam> <searchParam> <name value="url"/> <definition value="http://hl7.org/fhir/SearchParameter/ValueSet-url"/> <type value="uri"/> </searchParam> <searchParam> <name value="version"/> <definition value="http://hl7.org/fhir/SearchParameter/ValueSet-version"/> <type value="token"/> </searchParam> </resource> <resource> <type value="ConceptMap"/> <profile> <reference value="StructureDefinition/ConceptMap"/> </profile> <interaction> <code value="read"/> <documentation value="Read allows clients to get the logical definitions of the concept maps"/> </interaction> <interaction> <code value="search-type"/> <documentation value="Search allows clients to find concept maps on the server"/> </interaction> <searchParam> <name value="date"/> <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-date"/> <type value="date"/> </searchParam> <searchParam> <name value="name"/> <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-name"/> <type value="string"/> </searchParam> <searchParam> <name value="status"/> <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-status"/> <type value="token"/> </searchParam> <searchParam> <name value="source"/> <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-source"/> <type value="uri"/> </searchParam> <searchParam> <name value="target"/> <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-target"/> <type value="uri"/> </searchParam> <searchParam> <name value="url"/> <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-url"/> <type value="uri"/> </searchParam> <searchParam> <name value="version"/> <definition value="http://hl7.org/fhir/SearchParameter/ConceptMap-version"/> <type value="token"/> </searchParam> </resource> <operation> <name value="expand"/> <definition> <reference value="OperationDefinition/ValueSet-expand"/> </definition> </operation> <operation> <name value="lookup"/> <definition> <reference value="OperationDefinition/CodeSystem-lookup"/> </definition> </operation> <operation> <name value="validate-code"/> <definition> <reference value="OperationDefinition/ValueSet-validate-code"/> </definition> </operation> <operation> <name value="translate"/> <definition> <reference value="OperationDefinition/ConceptMap-translate"/> </definition> </operation> <operation> <name value="closure"/> <definition> <reference value="OperationDefinition/ConceptMap-closure"/> </definition> </operation> </rest> </CapabilityStatement>
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.