PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.phd@0.3.0
    http://hl7.org/fhir/uv/phd/CapabilityStatement/PhdServerCapabilityStatement
{
  "description": "Specifies the capabilities of a server supporting the Continua FHIR Observation Server class. The Continua FHIR Observation Server supports the Continua FHIR Observation Client as specified in the Continua H.812-5 Design Guidelines. This class of uploaders transcodes data from medical devices following the IEEE 11073 20601 data model to FHIR as profiled in the Continua Personal Health Device Implementation Guide with the authentication, security, and transaction protocols specified in H.812-5. The Continua FHIR Observation Server is a RESTFul FHIR server subject to the additional requirements of H.812-5. This capability statement specifies only those capabilities needed to receive data from a Continua FHIR Observation Client.",
  "_filename": "CapabilityStatement-PhdServerCapabilityStatement.json",
  "package_name": "hl7.fhir.uv.phd",
  "format": [ "json", "xml" ],
  "date": "2018-10-27T00:00:00+11:00",
  "publisher": "Continua-Personal Connected Health Alliance",
  "fhirVersion": "4.0.0",
  "name": "PhdServerCapabilityStatement",
  "type": null,
  "experimental": null,
  "resourceType": "CapabilityStatement",
  "title": "Continua FHIR Observation Server requirements",
  "package_version": "0.3.0",
  "status": "draft",
  "id": "7bdf9ed8-e4a4-48d3-b4c2-7c97b113a8be",
  "kind": "capability",
  "url": "http://hl7.org/fhir/uv/phd/CapabilityStatement/PhdServerCapabilityStatement",
  "software": {
    "name": "Continua FHIR Observation Server"
  },
  "version": "0.3.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "Bundle",
      "interaction": [ {
        "code": "create"
      } ],
      "documentation": "The server is required to support the transaction Bundle and the resolution of temporary logical ids."
    }, {
      "type": "Patient",
      "interaction": [ {
        "code": "update"
      }, {
        "code": "create"
      } ],
      "updateCreate": true,
      "documentation": "A server may refuse the upload of a Patient resource to protect Personal Health Information (PHI). Administrators of such servers provide the uploader the logical id of the Patient resource by an unspecified means. The client uses the logical id in its Observation resources as needed. The Patient resource may or may not exist on the server but the Observation resource shall not be rejected by the server due to a resource not found error if it uses the provided logical id. In those situations where the Patient resource is uploaded by the client the resource is only required to contain an opaque identifier. In this manner, PHI is still protected as only the service provider has the key linking the identifier to an actual patient.",
      "conditionalCreate": true,
      "conditionalUpdate": true
    }, {
      "type": "Device",
      "interaction": [ {
        "code": "update"
      }, {
        "code": "create"
      } ],
      "updateCreate": true,
      "conditionalCreate": true,
      "conditionalUpdate": true
    }, {
      "type": "Observation",
      "interaction": [ {
        "code": "create"
      } ],
      "conditionalCreate": true
    } ],
    "security": {
      "service": [ {
        "coding": [ {
          "code": "OAuth",
          "system": "http://terminology.hl7.org/CodeSystem/restful-security-service"
        }, {
          "code": "Basic",
          "system": "http://terminology.hl7.org/CodeSystem/restful-security-service"
        } ]
      } ],
      "description": "Describe the oauth model ..."
    },
    "interaction": [ {
      "code": "transaction"
    } ],
    "documentation": "Continua FHIR Observation Server requirements"
  } ]
}