{ "description": "Basic conformance statement for a Library Evaluation Service. A server can support more functionality than defined here, but this is the minimum amount", "_filename": "example/CapabilityStatement-shareable-example.json", "package_name": "hl7.fhir.uv.crmi", "format": [ "json", "xml" ], "date": "2016-09-16", "meta": { "profile": [ "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablecapabilitystatement" ] }, "publisher": "HL7 International / Clinical Decision Support", "fhirVersion": "4.0.1", "jurisdiction": [ { "coding": [ { "code": "001", "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "display": "World" } ] } ], "instantiates": [ "http://hl7.org/fhir/knowledge-repository" ], "name": "ShareableCapabilityStatementExample", "type": null, "experimental": "true", "resourceType": "CapabilityStatement", "title": "Shareable Capability Statement Example", "package_version": "1.0.0", "status": "draft", "id": "3a769a40-0aa4-4e2b-a899-097cc5060f7a", "kind": "instance", "url": "http://hl7.org/fhir/uv/crmi/CapabilityStatement/shareable-example", "software": { "name": "ACME Library Evaluation Service" }, "version": "1.0.0", "contact": [ { "telecom": [ { "value": "http://www.hl7.org/Special/committees/dss", "system": "url" } ] } ], "implementation": { "url": "https://example.org/fhir", "description": "This service supports basic library repository features as well as library evaluation using the $evaluate operation." }, "rest": [ { "mode": "server", "resource": [ { "type": "Library", "profile": "http://hl7.org/fhir/StructureDefinition/Library", "interaction": [ { "code": "read", "documentation": "Read allows clients to get the logical definitions of the libraries" }, { "code": "search-type", "documentation": "Search allows clients to find libraries on the server" } ], "searchParam": [ { "name": "description", "type": "string", "definition": "http://hl7.org/fhir/SearchParameter/Library-description" }, { "name": "identifier", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/Library-identifier" }, { "name": "status", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/Library-status" }, { "name": "title", "type": "string", "definition": "http://hl7.org/fhir/SearchParameter/Library-title" }, { "name": "topic", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/Library-topic" }, { "name": "version", "type": "token", "definition": "http://hl7.org/fhir/SearchParameter/Library-version" }, { "name": "url", "type": "uri", "definition": "http://hl7.org/fhir/SearchParameter/Library-url" } ] } ], "security": { "cors": true, "service": [ { "coding": [ { "code": "Certificates", "system": "http://terminology.hl7.org/CodeSystem/restful-security-service" } ] } ] }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/cqf-supportedCqlVersion", "valueString": "1.5" }, { "url": "http://hl7.org/fhir/StructureDefinition/cqf-supportedCqlVersion", "valueString": "1.4" } ], "operation": [ { "name": "evaluate", "definition": "http://hl7.org/fhir/OperationDefinition/Library-evaluate" } ], "documentation": "RESTful Library Evaluation Service" } ] }