{ "description": "Basic conformance statement for a Terminology Server. A server can support more fucntionality than defined here, but this is the minimum amount", "_filename": "Conformance-conformance-terminology-server.json", "package_name": "hl7.fhir.r2.core", "format": [ "json", "xml" ], "date": "2015-07-05", "publisher": "HL7, Inc", "fhirVersion": "1.0.2", "name": "Terminology Service Conformance Statement", "acceptUnknown": "both", "type": null, "experimental": null, "resourceType": "Conformance", "title": null, "package_version": "1.0.2", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/conformance-supported-system", "valueUri": "http://loinc.org" } ], "status": "draft", "id": "b16527cb-288b-4935-ae94-cd329318d792", "kind": "capability", "url": "http://hl7.org/fhir/terminology-server", "software": { "name": "ACME Terminology Server" }, "version": null, "contact": [ { "name": "FHIR Project", "telecom": [ { "value": "http://hl7.org/fhir", "system": "other" } ] } ], "rest": [ { "mode": "server", "resource": [ { "type": "ValueSet", "profile": { "reference": "StructureDefinition/ValueSet" }, "interaction": [ { "code": "read", "documentation": "Read allows clients to get the logical definitions of the value sets" }, { "code": "search-type", "documentation": "Search allows clients to find value sets on the server" } ], "searchParam": [ { "name": "code", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/ValueSet-code" }, { "name": "date", "type": "date", "definition": "http://hl7.org/fhir/SearchParameter/ValueSet-date" }, { "name": "name", "type": "string", "definition": "http://hl7.org/fhir/SearchParameter/ValueSet-name" }, { "name": "reference", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/ValueSet-reference" }, { "name": "status", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/ValueSet-status" }, { "name": "system", "type": "uri", "definition": "http://hl7.org/fhir/SearchParameter/ValueSet-system" }, { "name": "url", "type": "uri", "definition": "http://hl7.org/fhir/SearchParameter/ValueSet-url" }, { "name": "version", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/ValueSet-version" } ] }, { "type": "ConceptMap", "profile": { "reference": "StructureDefinition/ConceptMap" }, "interaction": [ { "code": "read", "documentation": "Read allows clients to get the logical definitions of the concept maps" }, { "code": "search-type", "documentation": "Search allows clients to find concept maps on the server" } ], "searchParam": [ { "name": "date", "type": "date", "definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-date" }, { "name": "name", "type": "string", "definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-name" }, { "name": "status", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-status" }, { "name": "source", "type": "uri", "definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-source" }, { "name": "target", "type": "uri", "definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-target" }, { "name": "url", "type": "uri", "definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-url" }, { "name": "version", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/ConceptMap-version" } ] } ], "security": { "cors": true, "service": [ { "coding": [ { "code": "Certificates", "system": "http://hl7.org/fhir/restful-security-service" } ] } ] }, "operation": [ { "name": "expand", "definition": { "reference": "OperationDefinition/ValueSet-expand" } }, { "name": "lookup", "definition": { "reference": "OperationDefinition/ValueSet-lookup" } }, { "name": "validate-code", "definition": { "reference": "OperationDefinition/ValueSet-validate-code" } }, { "name": "translate", "definition": { "reference": "OperationDefinition/ConceptMap-translate" } }, { "name": "closure", "definition": { "reference": "OperationDefinition/ConceptMap-closure" } } ], "documentation": "RESTful Terminology Server" } ] }