FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/ServerCapabilityStatement

Packagehl7.fhir.uv.pocd
TypeCapabilityStatement
IdServerCapabilityStatement
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/pocd/https://build.fhir.org/ig/HL7/uv-pocd/CapabilityStatement-ServerCapabilityStatement.html
URLhttp://hl7.org/fhir/uv/pocd/CapabilityStatement/ServerCapabilityStatement
Versioncurrent
Statusdraft
Date2021-07-17
NameServerCapabilityStatement
TitleServer capability requirements
Realmuv
Authorityhl7
DescriptionCapabilityStatement that describes the expected capabilities of a server processing data from Point-of-Care devices.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

ImplementationGuide
hl7.fhir.uv.pocdPoint-of-Care Device Implementation Guide
StructureDefinition
ChannelDeviceChannel Device profile
CompoundNumericObservationCompound Numeric Observation profile
EnumerationDeviceMetricEnumeration DeviceMetric profile
EnumerationObservationEnumeration Observation profile
MdsDeviceMDS Device profile
NumericDeviceMetricNumeric DeviceMetric profile
NumericObservationNumeric Observation profile
SampleArrayDeviceMetricSample Array DeviceMetric profile
SampleArrayObservationSample Array Observation profile
VmdDeviceVMD Device profile

Narrative

Note: links and images are rebased to the (stated) source

ServerCapabilityStatement

CapabilityStatement that describes the expected capabilities of a server processing data from Point-of-Care devices.

ModeSERVER
Description

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.
Transactiony
System History
System Search
Resource TypeProfileReadV-ReadSearchUpdateCreateDelete
DeviceSupported profiles:
  MDS Device profile
  VMD Device profile
  Channel Device profile
yyyyyy
DeviceMetricSupported profiles:
  Numeric DeviceMetric profile
  Enumeration DeviceMetric profile
  Sample Array DeviceMetric profile
yyyyyy
ObservationSupported profiles:
  Numeric Observation profile
  Compound Numeric Observation profile
  Enumeration Observation profile
  Sample Array Observation profile
yyyyyy
Patient yyy
Practitioner yyy
Location yyy

Source

{
  "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"
        }
      ]
    }
  ]
}