Digital Referral Prescription Implementation Guide
1.0.0 - STU
Digital Referral Prescription Implementation Guide, published by eHealth Platform. 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 2025-10-10 |
{
"resourceType" : "ValueSet",
"id" : "be-vs-performer-task-status-reason",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet be-vs-performer-task-status-reason</b></p><a name=\"be-vs-performer-task-status-reason\"> </a><a name=\"hcbe-vs-performer-task-status-reason\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActReason.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActReason</code></a> version <span title=\"Version is not explicitly stated, which means it is fixed to 3.1.0, the version found through the package references\">📦3.1.0</span><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://terminology.hl7.org/6.5.0/CodeSystem-v3-ActReason.html#v3-ActReason-MEDPREC\">MEDPREC</a></td><td>Medical Precaution</td><td>**Definition:**The patient currently has a medical condition for which the vaccine is contraindicated or for which precaution is warranted.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActReason.html#v3-ActReason-OSTOCK\">OSTOCK</a></td><td>Out of Stock</td><td>**Definition:**There was no supply of the product on hand to perform the service.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActReason.html#v3-ActReason-PATOBJ\">PATOBJ</a></td><td>Patient Objection</td><td>**Definition:**The patient or their guardian objects to receiving the vaccine.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActReason.html#v3-ActReason-DECSD\">DECSD</a></td><td style=\"color: #cccccc\">deceased</td><td>Client deceased.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActReason.html#v3-ActReason-SALG\">SALG</a></td><td style=\"color: #cccccc\">allergy</td><td>**Description:**The patient is believed to be allergic to a substance that is part of the therapy and the therapy is being temporarily withdrawn to confirm.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActReason.html#v3-ActReason-MODIFY\">MODIFY</a></td><td style=\"color: #cccccc\">modified prescription exists</td><td>**Definition:**Therapy has been changed and new prescription issued</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActReason.html#v3-ActReason-CONTRA\">CONTRA</a></td><td style=\"color: #cccccc\">contraindication</td><td>**Definition:**Contraindication identified</td></tr></table></li></ul></div>"
},
"url" : "https://www.ehealth.fgov.be/standards/fhir/drp/ValueSet/be-vs-performer-task-status-reason",
"version" : "1.0.0",
"name" : "BeVSPerformerTaskStatusReason",
"title" : "BeVSPerformerTaskStatusReason",
"status" : "active",
"experimental" : false,
"date" : "2025-10-10T11:57:37+00:00",
"publisher" : "eHealth Platform",
"contact" : [
{
"name" : "eHealth Platform",
"telecom" : [
{
"system" : "url",
"value" : "https://www.ehealth.fgov.be/standards/fhir"
},
{
"system" : "email",
"value" : "support@be-ehealth-standards.atlassian.net"
}
]
},
{
"name" : "Message Structure eHealth",
"telecom" : [
{
"system" : "email",
"value" : "support@be-ehealth-standards.atlassian.net",
"use" : "work"
}
]
}
],
"description" : "DEMONSTRATIVE EXAMPLE - Codes for the current status of a referral prescription.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "BE",
"display" : "Belgium"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"concept" : [
{
"code" : "MEDPREC",
"display" : "Medical Precaution"
},
{
"code" : "OSTOCK",
"display" : "Out of Stock"
},
{
"code" : "PATOBJ",
"display" : "Patient Objection"
},
{
"code" : "DECSD"
},
{
"code" : "SALG"
},
{
"code" : "MODIFY"
},
{
"code" : "CONTRA"
}
]
}
]
}
}