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

: BeVSRequestNoteType - JSON Representation

Draft as of 2024-03-15

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "be-vs-request-note-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> version <code>http://snomed.info/sct/11000172109</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/103306004\">103306004</a></td><td style=\"color: #cccccc\">Contraindication to</td></tr><tr><td><a href=\"http://snomed.info/id/410666004\">410666004</a></td><td style=\"color: #cccccc\">Reason for</td></tr></table></li></ul></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/referral/ValueSet/be-vs-request-note-type",
  "version" : "1.0.0",
  "name" : "BeVSRequestNoteType",
  "title" : "BeVSRequestNoteType",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-03-15T09:14:52+00:00",
  "description" : "Types of notes used in a referral prescription",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/11000172109",
        "concept" : [
          {
            "code" : "103306004"
          },
          {
            "code" : "410666004"
          }
        ]
      }
    ]
  }
}