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
Active as of 2022-05-03 |
{
"resourceType" : "ValueSet",
"id" : "be-vs-task-intent",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet be-vs-task-intent</b></p><a name=\"be-vs-task-intent\"> </a><a name=\"hcbe-vs-task-intent\"> </a><a name=\"be-vs-task-intent-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-request-intent.html\"><code>http://hl7.org/fhir/request-intent</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-intent.html#request-intent-order\">order</a></td><td style=\"color: #cccccc\">Order</td><td>The request represents a request/demand and authorization for action by a Practitioner.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-intent.html#request-intent-proposal\">proposal</a></td><td style=\"color: #cccccc\">Proposal</td><td>The request is a suggestion made by someone/something that does not have an intention to ensure it occurs and without providing an authorization to act.</td></tr></table></li></ul></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/referral/ValueSet/be-vs-task-intent",
"version" : "1.0.0",
"name" : "BeVSTaskIntent",
"title" : "BeVSTaskIntent",
"status" : "active",
"experimental" : false,
"date" : "2022-05-03T10:04:16+02:00",
"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" : "The allowed intent codes in the context of tasks in the field of referral prescriptions",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE",
"display" : "Belgium"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/request-intent",
"concept" : [
{
"code" : "order"
},
{
"code" : "proposal"
}
]
}
]
}
}