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

: BeContrastFluidUse - JSON Representation

Draft as of 2022-05-03

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "be-vs-contrastfluid-use",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-vs-contrastfluid-use</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>English (English, en)</b></td></tr><tr><td style=\"white-space:nowrap\">if-necessary<a name=\"be-vs-contrastfluid-use-if-necessary\"> </a></td><td>If necessary.</td></tr><tr><td style=\"white-space:nowrap\">not-permitted<a name=\"be-vs-contrastfluid-use-not-permitted\"> </a></td><td>Not permitted.</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/referral/CodeSystem/be-vs-contrastfluid-use",
  "version" : "1.0.0",
  "name" : "BeContrastFluidUse",
  "title" : "BeContrastFluidUse",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-05-03T10:04:16+02:00",
  "publisher" : "HL7 Belgium",
  "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" : "Whether use of contrast fluid should be considered.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "if-necessary",
      "display" : "if-necessary",
      "designation" : [
        {
          "language" : "en",
          "value" : "If necessary."
        }
      ]
    },
    {
      "code" : "not-permitted",
      "display" : "not-permitted",
      "designation" : [
        {
          "language" : "en",
          "value" : "Not permitted."
        }
      ]
    }
  ]
}