{
"description": "Basic capability statement for a Terminology Server. A server can support more fucntionality than defined here, but this is the minimum amount",
"_filename": "capabilitystatement2-terminology-server.json",
"package_name": "hl7.fhir.r5.examples",
"format": [ "json", "xml" ],
"date": "2015-07-05",
"publisher": "HL7, Inc",
"fhirVersion": "4.6.0",
"name": "Terminology Service Capability Statement",
"type": null,
"experimental": "true",
"resourceType": "CapabilityStatement2",
"title": null,
"package_version": "5.0.0-snapshot2",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement2-supported-system",
"valueUri": "http://loinc.org"
} ],
"status": "draft",
"id": "b42ef08d-81c2-467f-9bcb-3e345a3d3cf4",
"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": "url"
} ]
} ],
"rest": [ {
"mode": "server",
"resource": [ {
"type": "ValueSet",
"profile": "http://hl7.org/fhir/StructureDefinition/ValueSet",
"interaction": [ {
"code": "read",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement2-expectation",
"valueCode": "SHALL"
} ],
"documentation": "Read allows clients to get the logical definitions of the value sets"
}, {
"code": "search-type",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement2-expectation",
"valueCode": "SHALL"
} ],
"documentation": "Search allows clients to find value sets on the server"
} ],
"searchParam": [ {
"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": "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": "http://hl7.org/fhir/StructureDefinition/ConceptMap",
"interaction": [ {
"code": "read",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement2-expectation",
"valueCode": "SHALL"
} ],
"documentation": "Read allows clients to get the logical definitions of the concept maps"
}, {
"code": "search-type",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement2-expectation",
"valueCode": "SHALL"
} ],
"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"
} ]
} ],
"operation": [ {
"name": "expand",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement2-expectation",
"valueCode": "SHALL"
} ],
"definition": "http://hl7.org/fhir/OperationDefinition/ValueSet-expand"
}, {
"name": "lookup",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement2-expectation",
"valueCode": "SHALL"
} ],
"definition": "http://hl7.org/fhir/OperationDefinition/CodeSystem-lookup"
}, {
"name": "validate-code",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement2-expectation",
"valueCode": "SHALL"
} ],
"definition": "http://hl7.org/fhir/OperationDefinition/ValueSet-validate-code"
}, {
"name": "translate",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement2-expectation",
"valueCode": "SHALL"
} ],
"definition": "http://hl7.org/fhir/OperationDefinition/ConceptMap-translate"
}, {
"name": "closure",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement2-expectation",
"valueCode": "SHOULD"
} ],
"definition": "http://hl7.org/fhir/OperationDefinition/ConceptMap-closure"
} ],
"documentation": "RESTful Terminology Server"
} ]
}