Prescription Search Support
1.0.0 - STU1 Belgium flag

Prescription Search Support, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/pss/ and changes regularly. See the Directory of published versions

: be-op-getIndications - JSON Representation

Active as of 2024-11-18

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "be-op-getIndications",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition be-op-getIndications</b></p><a name=\"be-op-getIndications\"> </a><a name=\"hcbe-op-getIndications\"> </a><a name=\"be-op-getIndications-en-US\"> </a><p>URL: [base]/$getIndications</p><h3>Parameters</h3><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>age</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Age\">Age</a></td><td/><td><div><p>Age of the patient</p>\n</div></td></tr><tr><td>IN</td><td>gender</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#code\">code</a></td><td/><td><div><p>Gender of the patient, possible values are: male, female, unknown</p>\n</div></td></tr><tr><td>IN</td><td>indication_proposal</td><td/><td>1..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#CodeableConcept\">CodeableConcept</a></td><td>https://www.ehealth.fgov.be/standards/fhir/pss/ValueSet/be-pss-condition-codes (Required)</td><td><div><p>The code(s) for the indication(s) from various coding systems (e.g., SNOMED, ICD-10, CPC-2).</p>\n</div></td></tr><tr><td>IN</td><td>freetext_indication</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>The free text description of the patient's indication(s).</p>\n</div></td></tr><tr><td>IN</td><td>intention</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#CodeableConcept\">CodeableConcept</a></td><td>http://your-internal-system/qsi-examinations (Required)</td><td><div><p>Proposed examination code(s) from various coding systems (e.g., internal, SNOMED, ICD-10, CPC-2).</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/questionnaire.html\">Questionnaire</a></td><td/><td/></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/pss/OperationDefinition/be-op-getIndications",
  "version" : "1.0.0",
  "name" : "GetIndications",
  "status" : "active",
  "kind" : "operation",
  "date" : "2024-11-18T08:52:42+00:00",
  "publisher" : "eHealth Platform",
  "contact" : [
    {
      "name" : "eHealth Platform",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.ehealth.fgov.be/"
        },
        {
          "system" : "email",
          "value" : "support@be-ehealth-standards.atlassian.net"
        }
      ]
    },
    {
      "name" : "Message Structure eHealth",
      "telecom" : [
        {
          "system" : "email",
          "value" : "message-structure@ehealth.fgov.be",
          "use" : "work"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE"
        }
      ]
    }
  ],
  "code" : "getIndications",
  "system" : true,
  "type" : false,
  "instance" : false,
  "parameter" : [
    {
      "name" : "age",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "Age of the patient",
      "type" : "Age"
    },
    {
      "name" : "gender",
      "use" : "in",
      "min" : 1,
      "max" : "1",
      "documentation" : "Gender of the patient, possible values are: male, female, unknown",
      "type" : "code"
    },
    {
      "name" : "indication_proposal",
      "use" : "in",
      "min" : 1,
      "max" : "*",
      "documentation" : "The code(s) for the indication(s) from various coding systems (e.g., SNOMED, ICD-10, CPC-2).",
      "type" : "CodeableConcept",
      "binding" : {
        "strength" : "required",
        "valueSet" : "https://www.ehealth.fgov.be/standards/fhir/pss/ValueSet/be-pss-condition-codes"
      }
    },
    {
      "name" : "freetext_indication",
      "use" : "in",
      "min" : 0,
      "max" : "*",
      "documentation" : "The free text description of the patient's indication(s).",
      "type" : "string"
    },
    {
      "name" : "intention",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Proposed examination code(s) from various coding systems (e.g., internal, SNOMED, ICD-10, CPC-2).",
      "type" : "CodeableConcept",
      "binding" : {
        "strength" : "required",
        "valueSet" : "http://your-internal-system/qsi-examinations"
      }
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "type" : "Questionnaire"
    }
  ]
}