Referral Prescription, published by . 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/referral/ and changes regularly. See the Directory of published versions
Draft as of 2024-09-24 |
{
"resourceType" : "OperationDefinition",
"id" : "be-op-reject-annex81",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition be-op-reject-annex81</b></p><a name=\"be-op-reject-annex81\"> </a><a name=\"hcbe-op-reject-annex81\"> </a><a name=\"be-op-reject-annex81-en-US\"> </a><p>URL: [base]/ServiceRequest/[id]/$approve</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>annex81</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/servicerequest.html\">ServiceRequest</a></td><td/><td><div><p>the instance the rejection applies to</p>\n</div></td></tr><tr><td>IN</td><td>note</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#markdown\">markdown</a></td><td/><td><div><p>additional information for the rejections</p>\n</div></td></tr></table></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/referral/OperationDefinition/be-op-reject-annex81",
"version" : "1.0.0",
"name" : "reject",
"title" : "BeOpRejectAnnex81",
"status" : "draft",
"kind" : "operation",
"date" : "2024-09-24T14:13:36+00:00",
"description" : "Rejects an Annex81 proposal",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE",
"display" : "Belgium"
}
]
}
],
"affectsState" : false,
"code" : "approve",
"resource" : [
"ServiceRequest"
],
"system" : false,
"type" : false,
"instance" : true,
"parameter" : [
{
"name" : "annex81",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "the instance the rejection applies to",
"type" : "ServiceRequest"
},
{
"name" : "note",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "additional information for the rejections",
"type" : "markdown"
}
]
}