Referral Prescription
1.0.0 - STU Belgium flag

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

: BeVSPerformerTaskStatusReason - JSON Representation

Draft as of 2024-03-15

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "be-vs-performer-task-status-reason",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ActReason.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActReason</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://terminology.hl7.org/3.1.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/3.1.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/3.1.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/3.1.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/3.1.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/3.1.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/3.1.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/referral/ValueSet/be-vs-performer-task-status-reason",
  "version" : "1.0.0",
  "name" : "BeVSPerformerTaskStatusReason",
  "title" : "BeVSPerformerTaskStatusReason",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-03-15T09:14:52+00:00",
  "description" : "Codes to explain 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"
          }
        ]
      }
    ]
  }
}