This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Draft as of 2016-09-16 |
<CapabilityStatement xmlns="http://hl7.org/fhir">
<id value="library-evaluation-service-example"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-capabilitystatement"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><h2>LibraryEvaluationServiceCapabilityStatementExample</h2><div><p>Basic conformance statement for a Library Evaluation Service. 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><div><p>RESTful Library Evaluation Service</p>
</div></td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title="GET a resource (read interaction)">Read</b></th><th><b title="GET all set of resources of the type (search interaction)">Search</b></th><th><b title="PUT a new resource version (update interaction)">Update</b></th><th><b title="POST a new resource (create interaction)">Create</b></th></tr><tr><td>Library</td><td><a href="http://hl7.org/fhir/StructureDefinition/Library">http://hl7.org/fhir/StructureDefinition/Library</a></td><td>y</td><td>y</td><td></td><td></td></tr></table></div>
</text>
<url
value="http://hl7.org/fhir/uv/crmi/CapabilityStatement/library-evaluation-service-example"/>
<version value="1.0.0-ballot"/>
<name value="LibraryEvaluationServiceCapabilityStatementExample"/>
<title value="Library Evaluation Service Capability Statement Example"/>
<status value="draft"/>
<date value="2016-09-16"/>
<publisher value="Clinical Decision Support WG"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://www.hl7.org/Special/committees/dss"/>
</telecom>
</contact>
<description
value="Basic conformance statement for a Library Evaluation Service. A server can support more fucntionality than defined here, but this is the minimum amount"/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
<display value="World"/>
</coding>
</jurisdiction>
<kind value="instance"/>
<instantiates value="http://hl7.org/fhir/knowledge-repository"/>
<software>
<name value="ACME Library Evaluation Service"/>
</software>
<implementation>
<description
value="This service supports basic library repository features as well as library evaluation using the $evaluate operation."/>
<url value="https://example.org/fhir"/>
</implementation>
<fhirVersion value="4.0.1"/>
<format value="json"/>
<format value="xml"/>
<rest>
<extension
url="http://hl7.org/fhir/StructureDefinition/cqf-supportedCqlVersion">
<valueString value="1.5"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/cqf-supportedCqlVersion">
<valueString value="1.4"/>
</extension>
<mode value="server"/>
<documentation value="RESTful Library Evaluation Service"/>
<security>
<cors value="true"/>
<service>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/restful-security-service"/>
<code value="Certificates"/>
</coding>
</service>
</security>
<resource>
<type value="Library"/>
<profile value="http://hl7.org/fhir/StructureDefinition/Library"/>
<interaction>
<code value="read"/>
<documentation
value="Read allows clients to get the logical definitions of the libraries"/>
</interaction>
<interaction>
<code value="search-type"/>
<documentation
value="Search allows clients to find libraries on the server"/>
</interaction>
<searchParam>
<name value="description"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Library-description"/>
<type value="string"/>
</searchParam>
<searchParam>
<name value="identifier"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Library-identifier"/>
<type value="token"/>
</searchParam>
<searchParam>
<name value="status"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Library-status"/>
<type value="token"/>
</searchParam>
<searchParam>
<name value="title"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Library-title"/>
<type value="string"/>
</searchParam>
<searchParam>
<name value="topic"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Library-topic"/>
<type value="token"/>
</searchParam>
<searchParam>
<name value="version"/>
<definition
value="http://hl7.org/fhir/SearchParameter/Library-version"/>
<type value="token"/>
</searchParam>
<searchParam>
<name value="url"/>
<definition value="http://hl7.org/fhir/SearchParameter/Library-url"/>
<type value="uri"/>
</searchParam>
</resource>
<operation>
<name value="evaluate"/>
<definition
value="http://hl7.org/fhir/OperationDefinition/Library-evaluate"/>
</operation>
</rest>
</CapabilityStatement>
IG © 2022+ Clinical Decision Support WG. Package hl7.fhir.uv.crmi#1.0.0-ballot based on FHIR 4.0.1. Generated 2023-08-03
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change