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
{
"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>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>"
},
"url" : "http://hl7.org/fhir/uv/pocd/CapabilityStatement/ServerCapabilityStatement",
"version" : "0.3.0",
"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"
}
]
}
]
}