Prescription Search Support
1.0.0 - STU1
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
Active as of 2024-11-18 |
{
"resourceType" : "OperationDefinition",
"id" : "be-op-antimicroguidance-request",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition be-op-antimicroguidance-request</b></p><a name=\"be-op-antimicroguidance-request\"> </a><a name=\"hcbe-op-antimicroguidance-request\"> </a><a name=\"be-op-antimicroguidance-request-en-US\"> </a><p>URL: [base]/$antimicroGuidanceRequest</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>questionnaireResponse</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/questionnaireresponse.html\">QuestionnaireResponse</a></td><td/><td><div><p>The response to the support parameters and patient variables questionnaire</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/bundle.html\">Bundle</a></td><td/><td><div><p>The operation returns a Bundle containing a GuidanceResponse and a Parameters resource.</p>\n</div></td></tr></table></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/pss/OperationDefinition/be-op-antimicroguidance-request",
"version" : "1.0.0",
"name" : "AntimicroGuidance",
"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"
}
]
}
],
"description" : "Request for antimicrobial guidance based on patient condition and support parameters",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE"
}
]
}
],
"code" : "antimicroGuidanceRequest",
"system" : true,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "questionnaireResponse",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The response to the support parameters and patient variables questionnaire",
"type" : "QuestionnaireResponse"
},
{
"name" : "return",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "The operation returns a Bundle containing a GuidanceResponse and a Parameters resource.",
"type" : "Bundle"
}
]
}