This page is part of the Point-of-care Device FHIR IG (v0.3.0: STU 1 Ballot 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
<CapabilityStatement xmlns="http://hl7.org/fhir">
<id value="ServerCapabilityStatement"/>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><h2>ServerCapabilityStatement</h2><div><p>CapabilityStatement that describes the expected capabilities of a server processing data from Point-of-Care devices.</p>
</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td><div><p>A FHIR server conforming to the Point-of-Care Device Implementation Guide shall:</p>
<ul>
<li>Implement the "RESTful FHIR" exchange framework according to the FHIR specification.</li>
<li>Accept both XML and JSON resource format for interactions.</li>
<li>Support all profiles, extensions, and terminologies as defined in this implementation guide.</li>
<li>Support transactions.</li>
</ul>
</div></td></tr><tr><td>Transaction</td><td>y</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 past versions of resources (vread interaction)">V-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><th><b title="DELETE a resource (delete interaction)">Delete</b></th></tr><tr><td>Device</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>DeviceMetric</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>Observation</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>Patient</td><td>y</td><td></td><td>y</td><td></td><td>y</td><td></td></tr><tr><td>Practitioner</td><td>y</td><td></td><td>y</td><td></td><td>y</td><td></td></tr><tr><td>Location</td><td>y</td><td></td><td>y</td><td></td><td>y</td><td></td></tr></table></div>
</text>
<url
value="http://hl7.org/fhir/uv/pocd/CapabilityStatement/ServerCapabilityStatement"/>
<version value="0.3.0"/>
<name value="ServerCapabilityStatement"/>
<title value="Server capability requirements"/>
<status value="draft"/>
<experimental value="false"/>
<date value="2021-07-17"/>
<publisher value="HL7 International - Devices Work Group"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://hl7.org/Special/committees/healthcaredevices"/>
</telecom>
</contact>
<description
value="CapabilityStatement that describes the expected capabilities of a server processing data from Point-of-Care devices."/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
</coding>
</jurisdiction>
<kind value="requirements"/>
<fhirVersion value="4.0.1"/>
<format value="xml"/>
<format value="json"/>
<implementationGuide
value="http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd"/>
<rest>
<mode value="server"/>
<documentation
value="A FHIR server conforming to the Point-of-Care Device Implementation Guide shall:
* Implement the "RESTful FHIR" exchange framework according to the FHIR specification.
* Accept both XML and JSON resource format for interactions.
* Support all profiles, extensions, and terminologies as defined in this implementation guide.
* Support transactions."/>
<resource>
<type value="Device"/>
<supportedProfile
value="http://hl7.org/fhir/uv/pocd/StructureDefinition/MdsDevice"/>
<supportedProfile
value="http://hl7.org/fhir/uv/pocd/StructureDefinition/VmdDevice"/>
<supportedProfile
value="http://hl7.org/fhir/uv/pocd/StructureDefinition/ChannelDevice"/>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="vread"/>
</interaction>
<interaction>
<code value="update"/>
</interaction>
<interaction>
<code value="delete"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<interaction>
<code value="search-type"/>
</interaction>
<versioning value="versioned"/>
<conditionalCreate value="true"/>
<conditionalUpdate value="true"/>
</resource>
<resource>
<type value="DeviceMetric"/>
<supportedProfile
value="http://hl7.org/fhir/uv/pocd/StructureDefinition/NumericDeviceMetric"/>
<supportedProfile
value="http://hl7.org/fhir/uv/pocd/StructureDefinition/EnumerationDeviceMetric"/>
<supportedProfile
value="http://hl7.org/fhir/uv/pocd/StructureDefinition/SampleArrayDeviceMetric"/>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="vread"/>
</interaction>
<interaction>
<code value="update"/>
</interaction>
<interaction>
<code value="delete"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<interaction>
<code value="search-type"/>
</interaction>
<versioning value="versioned"/>
<conditionalCreate value="true"/>
<conditionalUpdate value="true"/>
</resource>
<resource>
<type value="Observation"/>
<supportedProfile
value="http://hl7.org/fhir/uv/pocd/StructureDefinition/NumericObservation"/>
<supportedProfile
value="http://hl7.org/fhir/uv/pocd/StructureDefinition/CompoundNumericObservation"/>
<supportedProfile
value="http://hl7.org/fhir/uv/pocd/StructureDefinition/EnumerationObservation"/>
<supportedProfile
value="http://hl7.org/fhir/uv/pocd/StructureDefinition/SampleArrayObservation"/>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="vread"/>
</interaction>
<interaction>
<code value="update"/>
</interaction>
<interaction>
<code value="delete"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<interaction>
<code value="search-type"/>
</interaction>
<versioning value="versioned"/>
</resource>
<resource>
<type value="Patient"/>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<interaction>
<code value="search-type"/>
</interaction>
<conditionalCreate value="true"/>
</resource>
<resource>
<type value="Practitioner"/>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<interaction>
<code value="search-type"/>
</interaction>
<conditionalCreate value="true"/>
</resource>
<resource>
<type value="Location"/>
<interaction>
<code value="read"/>
</interaction>
<interaction>
<code value="create"/>
</interaction>
<interaction>
<code value="search-type"/>
</interaction>
<conditionalCreate value="true"/>
</resource>
<interaction>
<code value="transaction"/>
</interaction>
</rest>
</CapabilityStatement>