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 |
{
"resourceType" : "CapabilityStatement",
"id" : "ServerCapabilityStatement",
"text" : {
"status" : "extensions",
"div" : "<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>\n</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>\n<ul>\n<li>Implement the "RESTful FHIR" exchange framework according to the FHIR specification.</li>\n<li>Accept both XML and JSON resource format for interactions.</li>\n<li>Support all profiles, extensions, and terminologies as defined in this implementation guide.</li>\n<li>Support transactions.</li>\n</ul>\n</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/>\u00a0\u00a0<a href=\"StructureDefinition-MdsDevice.html\">MDS Device profile</a><br/>\u00a0\u00a0<a href=\"StructureDefinition-VmdDevice.html\">VMD Device profile</a><br/>\u00a0\u00a0<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/>\u00a0\u00a0<a href=\"StructureDefinition-NumericDeviceMetric.html\">Numeric DeviceMetric profile</a><br/>\u00a0\u00a0<a href=\"StructureDefinition-EnumerationDeviceMetric.html\">Enumeration DeviceMetric profile</a><br/>\u00a0\u00a0<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/>\u00a0\u00a0<a href=\"StructureDefinition-NumericObservation.html\">Numeric Observation profile</a><br/>\u00a0\u00a0<a href=\"StructureDefinition-CompoundNumericObservation.html\">Compound Numeric Observation profile</a><br/>\u00a0\u00a0<a href=\"StructureDefinition-EnumerationObservation.html\">Enumeration Observation profile</a><br/>\u00a0\u00a0<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>\u00a0</td><td>y</td><td></td><td>y</td><td></td><td>y</td><td></td></tr><tr><td>Practitioner</td><td>\u00a0</td><td>y</td><td></td><td>y</td><td></td><td>y</td><td></td></tr><tr><td>Location</td><td>\u00a0</td><td>y</td><td></td><td>y</td><td></td><td>y</td><td></td></tr></table></div>"
},
"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"
}
]
}
]
}
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