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 2020-07-24 |
{
"resourceType" : "OperationDefinition",
"id" : "be-op-cancel",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition be-op-cancel</b></p><a name=\"be-op-cancel\"> </a><a name=\"hcbe-op-cancel\"> </a><a name=\"be-op-cancel-en-US\"> </a><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>reasonCode</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#code\">code</a></td><td>https://www.ehealth.fgov.be/standards/fhir/referral/ValueSet/be-vs-reason-referral-status (Required)</td><td><div><p>reason for the cancelling</p>\n</div></td></tr></table></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/referral/OperationDefinition/be-op-cancel",
"version" : "1.0.0",
"name" : "cancel",
"title" : "Cancel Referral Prescription or Proposal",
"status" : "draft",
"kind" : "operation",
"experimental" : true,
"date" : "2020-07-24",
"contact" : [
{
"name" : "HL7 Belgium",
"telecom" : [
{
"system" : "url",
"value" : "http://hl7belgium.org"
}
]
},
{
"name" : "Message-Structure",
"telecom" : [
{
"system" : "email",
"value" : "message-structure@ehealth.fgov.be",
"use" : "work"
}
]
}
],
"description" : "Cancel Referral Prescription or Proposal",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE",
"display" : "Belgium"
}
]
}
],
"affectsState" : true,
"code" : "cancel",
"resource" : [
"ServiceRequest"
],
"system" : false,
"type" : false,
"instance" : false,
"parameter" : [
{
"name" : "reasonCode",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "reason for the cancelling",
"type" : "code",
"binding" : {
"strength" : "required",
"valueSet" : "https://www.ehealth.fgov.be/standards/fhir/referral/ValueSet/be-vs-reason-referral-status"
}
}
]
}