All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fhir.result.OperationDefinition.json Maven / Gradle / Ivy

There is a newer version: 7.0.1
Show newest version
{
  "resourceType": "OperationDefinition",
  "name": "result",
  "title": "Pathling Result Operation",
  "status": "active",
  "kind": "operation",
  "experimental": false,
  "publisher": "Australian e-Health Research Centre, CSIRO",
  "description": "This operation allows a client to retrieve the result of an extract query.",
  "affectsState": false,
  "code": "result",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "id",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The ID of the result for which to retrieve the content."
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy