Point-of-Care Device Implementation Guide, published by HL7 International - Devices Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/uv-pocd/ and changes regularly. See the Directory of published versions
Draft as of 2021-07-17 |
<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>Supported profiles:<br/> <a href="StructureDefinition-MdsDevice.html">MDS Device profile</a><br/> <a href="StructureDefinition-VmdDevice.html">VMD Device profile</a><br/> <a href="StructureDefinition-ChannelDevice.html">Channel Device profile</a></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>Supported profiles:<br/> <a href="StructureDefinition-NumericDeviceMetric.html">Numeric DeviceMetric profile</a><br/> <a href="StructureDefinition-EnumerationDeviceMetric.html">Enumeration DeviceMetric profile</a><br/> <a href="StructureDefinition-SampleArrayDeviceMetric.html">Sample Array DeviceMetric profile</a></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>Supported profiles:<br/> <a href="StructureDefinition-NumericObservation.html">Numeric Observation profile</a><br/> <a href="StructureDefinition-CompoundNumericObservation.html">Compound Numeric Observation profile</a><br/> <a href="StructureDefinition-EnumerationObservation.html">Enumeration Observation profile</a><br/> <a href="StructureDefinition-SampleArrayObservation.html">Sample Array Observation profile</a></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> </td><td>y</td><td></td><td>y</td><td></td><td>y</td><td></td></tr><tr><td>Practitioner</td><td> </td><td>y</td><td></td><td>y</td><td></td><td>y</td><td></td></tr><tr><td>Location</td><td> </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="current"/>
<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>
IG © 2017+ HL7 International - Devices Work Group. Package hl7.fhir.uv.pocd#current based on FHIR 4.0.1. Generated 2023-08-07
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change