{
"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.r4b",
"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.3.0",
"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-ballot2",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cds"
} ],
"status": "draft",
"id": "67b8db92-a48d-4b4c-baff-92a16f144f1e",
"kind": "instance",
"url": "http://hl7.org/fhir/uv/crmi/CapabilityStatement/shareable-example",
"software": {
"name": "ACME Library Evaluation Service"
},
"version": "1.0.0-ballot2",
"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"
} ]
}