0.1.0 - ci-build

OBSCDSS - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: quality_check - JSON Representation

Active as of 2024-03-26

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "quality-check",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>URL: [base]/$quality_check</p><p>Parameters</p><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>parameters</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/bundle.html\">Bundle</a></td><td/><td><div><p>Set of parameters</p>\n</div></td></tr><tr><td>OUT</td><td>score</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/bundle.html\">Bundle</a></td><td/><td><div><p>Prediction</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://hl7.pt/fhir/OperationDefinition/quality_check",
  "version" : "0.1.0",
  "name" : "quality_check",
  "title" : "quality_check",
  "status" : "active",
  "kind" : "operation",
  "date" : "2024-03-26T13:57:12+00:00",
  "affectsState" : false,
  "code" : "quality_check",
  "system" : true,
  "type" : false,
  "instance" : false,
  "parameter" : [
    {
      "name" : "parameters",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "Set of parameters",
      "type" : "Bundle"
    },
    {
      "name" : "score",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "Prediction",
      "type" : "Bundle"
    }
  ]
}