HL7 FHIR Implementation Guide Dossier Farmaceutico
0.1.1 - ci-build Italy flag

HL7 FHIR Implementation Guide Dossier Farmaceutico, published by HL7 Italia. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-it/dossier-pharma/ and changes regularly. See the Directory of published versions

: Dati per ordine - JSON Representation

Draft as of 2022-01-31

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "getDataByOrder",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>URL: [base]/$getDataByOrder</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>orderId</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Identifier\">Identifier</a></td><td/><td><div><p>The order identifier used for filtering the datra retrieval</p>\n</div></td></tr><tr><td>IN</td><td>profile</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#uri\">uri</a></td><td/><td><div><p>The StructureDefinition the returned resources shall conform to. If missing, the server choose which resource are returned.</p>\n</div></td></tr><tr><td>IN</td><td>graph</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#uri\">uri</a></td><td/><td><div><p>The GraphDefinition defining a graph of resources to be returned</p>\n</div></td></tr><tr><td>OUT</td><td>data</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>Resources returned</p>\n</div></td></tr></table><div><p>Questa operazione permette di recuperare le risorse associate ad uno specifico ordine</p>\n</div></div>"
  },
  "url" : "http://hl7.it/fhir/dossier-pharma/OperationDefinition/getDataByOrder",
  "version" : "0.1.1",
  "name" : "GetDataByOrder",
  "title" : "Dati per ordine",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2022-01-31",
  "publisher" : "HL7 Italia",
  "contact" : [
    {
      "name" : "HL7 Italia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.it"
        }
      ]
    },
    {
      "name" : "HL7 Italia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.it"
        }
      ]
    }
  ],
  "description" : "Questa operazione permette di recuperare le risorse associate ad uno specifico ordine",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IT",
          "display" : "Italy"
        }
      ]
    }
  ],
  "code" : "getDataByOrder",
  "comment" : "Questa operazione permette di recuperare le risorse associate ad uno specifico ordine",
  "system" : true,
  "type" : false,
  "instance" : false,
  "parameter" : [
    {
      "name" : "orderId",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "The order identifier used for filtering the datra retrieval",
      "type" : "Identifier"
    },
    {
      "name" : "profile",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The StructureDefinition the returned resources shall conform to. If missing, the server choose which resource are returned.",
      "type" : "uri"
    },
    {
      "name" : "graph",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "The GraphDefinition defining a graph of resources to be returned",
      "type" : "uri"
    },
    {
      "name" : "data",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "Resources returned",
      "type" : "Bundle"
    }
  ]
}