Package | hl7.fhir.uv.pocd |
Type | CapabilityStatement |
Id | ServerCapabilityStatement |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/pocd/https://build.fhir.org/ig/HL7/uv-pocd/CapabilityStatement-ServerCapabilityStatement.html |
URL | http://hl7.org/fhir/uv/pocd/CapabilityStatement/ServerCapabilityStatement |
Version | current |
Status | draft |
Date | 2021-07-17 |
Name | ServerCapabilityStatement |
Title | Server capability requirements |
Realm | uv |
Authority | hl7 |
Description | CapabilityStatement that describes the expected capabilities of a server processing data from Point-of-Care devices. |
Kind | requirements |
No resources found
ImplementationGuide | |
hl7.fhir.uv.pocd | Point-of-Care Device Implementation Guide |
StructureDefinition | |
ChannelDevice | Channel Device profile |
CompoundNumericObservation | Compound Numeric Observation profile |
EnumerationDeviceMetric | Enumeration DeviceMetric profile |
EnumerationObservation | Enumeration Observation profile |
MdsDevice | MDS Device profile |
NumericDeviceMetric | Numeric DeviceMetric profile |
NumericObservation | Numeric Observation profile |
SampleArrayDeviceMetric | Sample Array DeviceMetric profile |
SampleArrayObservation | Sample Array Observation profile |
VmdDevice | VMD Device profile |
Note: links and images are rebased to the (stated) source
CapabilityStatement that describes the expected capabilities of a server processing data from Point-of-Care devices.
Mode | SERVER |
Description | A FHIR server conforming to the Point-of-Care Device Implementation Guide shall:
|
Transaction | y |
System History | |
System Search |
Resource Type | Profile | Read | V-Read | Search | Update | Create | Delete |
---|---|---|---|---|---|---|---|
Device | Supported profiles: MDS Device profile VMD Device profile Channel Device profile | y | y | y | y | y | y |
DeviceMetric | Supported profiles: Numeric DeviceMetric profile Enumeration DeviceMetric profile Sample Array DeviceMetric profile | y | y | y | y | y | y |
Observation | Supported profiles: Numeric Observation profile Compound Numeric Observation profile Enumeration Observation profile Sample Array Observation profile | y | y | y | y | y | y |
Patient | y | y | y | ||||
Practitioner | y | y | y | ||||
Location | y | y | y |
{ "resourceType": "CapabilityStatement", "id": "ServerCapabilityStatement", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "url": "http://hl7.org/fhir/uv/pocd/CapabilityStatement/ServerCapabilityStatement", "version": "current", "name": "ServerCapabilityStatement", "title": "Server capability requirements", "status": "draft", "experimental": false, "date": "2021-07-17", "publisher": "HL7 International - Devices Work Group", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/Special/committees/healthcaredevices" } ] } ], "description": "CapabilityStatement that describes the expected capabilities of a server processing data from Point-of-Care devices.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001" } ] } ], "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "xml", "json" ], "implementationGuide": [ "http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd" ], "rest": [ { "mode": "server", "documentation": "A FHIR server conforming to the Point-of-Care Device Implementation Guide shall:\n * Implement the \"RESTful FHIR\" exchange framework according to the FHIR specification.\n * Accept both XML and JSON resource format for interactions.\n * Support all profiles, extensions, and terminologies as defined in this implementation guide.\n * Support transactions.", "resource": [ { "type": "Device", "supportedProfile": [ "http://hl7.org/fhir/uv/pocd/StructureDefinition/MdsDevice", "http://hl7.org/fhir/uv/pocd/StructureDefinition/VmdDevice", "http://hl7.org/fhir/uv/pocd/StructureDefinition/ChannelDevice" ], "interaction": [ { "code": "read" }, { "code": "vread" }, { "code": "update" }, { "code": "delete" }, { "code": "create" }, { "code": "search-type" } ], "versioning": "versioned", "conditionalCreate": true, "conditionalUpdate": true }, { "type": "DeviceMetric", "supportedProfile": [ "http://hl7.org/fhir/uv/pocd/StructureDefinition/NumericDeviceMetric", "http://hl7.org/fhir/uv/pocd/StructureDefinition/EnumerationDeviceMetric", "http://hl7.org/fhir/uv/pocd/StructureDefinition/SampleArrayDeviceMetric" ], "interaction": [ { "code": "read" }, { "code": "vread" }, { "code": "update" }, { "code": "delete" }, { "code": "create" }, { "code": "search-type" } ], "versioning": "versioned", "conditionalCreate": true, "conditionalUpdate": true }, { "type": "Observation", "supportedProfile": [ "http://hl7.org/fhir/uv/pocd/StructureDefinition/NumericObservation", "http://hl7.org/fhir/uv/pocd/StructureDefinition/CompoundNumericObservation", "http://hl7.org/fhir/uv/pocd/StructureDefinition/EnumerationObservation", "http://hl7.org/fhir/uv/pocd/StructureDefinition/SampleArrayObservation" ], "interaction": [ { "code": "read" }, { "code": "vread" }, { "code": "update" }, { "code": "delete" }, { "code": "create" }, { "code": "search-type" } ], "versioning": "versioned" }, { "type": "Patient", "interaction": [ { "code": "read" }, { "code": "create" }, { "code": "search-type" } ], "conditionalCreate": true }, { "type": "Practitioner", "interaction": [ { "code": "read" }, { "code": "create" }, { "code": "search-type" } ], "conditionalCreate": true }, { "type": "Location", "interaction": [ { "code": "read" }, { "code": "create" }, { "code": "search-type" } ], "conditionalCreate": true } ], "interaction": [ { "code": "transaction" } ] } ] }