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-12-05 |
{
"resourceType" : "OperationDefinition",
"id" : "be-op-plandefinition-evaluate",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition be-op-plandefinition-evaluate</b></p><a name=\"be-op-plandefinition-evaluate\"> </a><a name=\"hcbe-op-plandefinition-evaluate\"> </a><a name=\"be-op-plandefinition-evaluate-en-US\"> </a><p>URL: [base]/PlanDefinition/[id]/$evaluate</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>planDefinition</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/plandefinition.html\">PlanDefinition</a></td><td/><td><div><p>The instance of plandefinition this operation is invoked on</p>\n</div></td></tr><tr><td>IN</td><td>context</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>Additional information needed to evaluate the PlanDefinition</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/careplan.html\">CarePlan</a></td><td/><td><div><p>A CarePlan structure containing the next steps as indicated by the PlanDefinition</p>\n</div></td></tr></table></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/pss/OperationDefinition/be-op-plandefinition-evaluate",
"version" : "1.0.0",
"name" : "Evaluate",
"status" : "active",
"kind" : "operation",
"date" : "2024-12-05T12:44:20+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" : "evaluate",
"resource" : [
"PlanDefinition"
],
"system" : false,
"type" : false,
"instance" : true,
"parameter" : [
{
"name" : "planDefinition",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The instance of plandefinition this operation is invoked on",
"type" : "PlanDefinition"
},
{
"name" : "context",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "Additional information needed to evaluate the PlanDefinition",
"type" : "Bundle"
},
{
"name" : "return",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "A CarePlan structure containing the next steps as indicated by the PlanDefinition",
"type" : "CarePlan"
}
]
}