Prescription Search Support, published by HL7 Belgium. 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
Active as of 2024-10-03 |
{
"resourceType" : "OperationDefinition",
"id" : "be-op-get-indications",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition be-op-get-indications</b></p><a name=\"be-op-get-indications\"> </a><a name=\"hcbe-op-get-indications\"> </a><a name=\"be-op-get-indications-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#integer\">integer</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>snomed_code</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-indications (Required)</td><td><div><p>The SNOMED code(s) for the condition(s).</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 indication(s) of the patient's condition(s).</p>\n</div></td></tr><tr><td>IN</td><td>examination</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#integer\">integer</a></td><td/><td><div><p>Optional examination code</p>\n</div></td></tr><tr><td>OUT</td><td>response</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-get-indications",
"version" : "1.0.0",
"name" : "GetIndications",
"status" : "active",
"kind" : "operation",
"date" : "2024-10-03T17:29:12+00:00",
"publisher" : "HL7 Belgium",
"contact" : [
{
"name" : "HL7 Belgium",
"telecom" : [
{
"system" : "url",
"value" : "https://www.hl7belgium.org"
},
{
"system" : "email",
"value" : "hl7belgium@hl7belgium.org"
}
]
},
{
"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" : "integer"
},
{
"name" : "gender",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "Gender of the patient, possible values are: male, female, unknown",
"type" : "code"
},
{
"name" : "snomed_code",
"use" : "in",
"min" : 1,
"max" : "*",
"documentation" : "The SNOMED code(s) for the condition(s).",
"type" : "CodeableConcept",
"binding" : {
"strength" : "required",
"valueSet" : "https://www.ehealth.fgov.be/standards/fhir/pss/ValueSet/be-pss-indications"
}
},
{
"name" : "freetext_indication",
"use" : "in",
"min" : 0,
"max" : "*",
"documentation" : "The free text indication(s) of the patient's condition(s).",
"type" : "string"
},
{
"name" : "examination",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "Optional examination code",
"type" : "integer"
},
{
"name" : "response",
"use" : "out",
"min" : 1,
"max" : "1",
"type" : "Questionnaire"
}
]
}