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-co-prescription-status",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet be-vs-co-prescription-status</b></p><a name=\"be-vs-co-prescription-status\"> </a><a name=\"hcbe-vs-co-prescription-status\"> </a><a name=\"be-vs-co-prescription-status-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-task-status.html\"><code>http://hl7.org/fhir/task-status</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-task-status.html#task-status-requested\">requested</a></td><td style=\"color: #cccccc\">Requested</td><td>The task is ready to be acted upon and action is sought.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-task-status.html#task-status-accepted\">accepted</a></td><td style=\"color: #cccccc\">Accepted</td><td>The potential performer has agreed to execute the task but has not yet started work.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-task-status.html#task-status-rejected\">rejected</a></td><td style=\"color: #cccccc\">Rejected</td><td>The potential performer who claimed ownership of the task has decided not to execute it prior to performing any action.</td></tr></table></li></ul></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/referral/ValueSet/be-vs-co-prescription-status",
"version" : "1.0.0",
"name" : "BeCoPrescriptionStatus",
"title" : "BeCoPrescriptionStatus",
"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" : "This is the status of the prescription for the coprescriber",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE",
"display" : "Belgium"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/task-status",
"concept" : [
{
"code" : "requested"
},
{
"code" : "accepted"
},
{
"code" : "rejected"
}
]
}
]
}
}