Regulatory Correspondence
0.1.0 - ci-build

Regulatory Correspondence, published by Gravitate Health and HL7 Vulcan. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cander2/rfi-ig/ and changes regularly. See the Directory of published versions

: RFIPriority - JSON Representation

Draft as of 2025-06-19

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "rfi-priority",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet rfi-priority</b></p><a name=\"rfi-priority\"> </a><a name=\"hcrfi-priority\"> </a><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/rfi-priority</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>high</td><td>High</td></tr><tr><td>medium</td><td>Medium</td></tr><tr><td>low</td><td>Low</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.org/fhir/ValueSet/rfi-priority",
  "version" : "0.1.0",
  "name" : "RFIPriority",
  "status" : "draft",
  "date" : "2025-06-19T00:08:28+00:00",
  "publisher" : "Gravitate Health and HL7 Vulcan",
  "contact" : [
    {
      "name" : "Gravitate Health and HL7 Vulcan",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gravitatehealth.eu/"
        }
      ]
    }
  ],
  "description" : "Priority levels for RFIs.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/rfi-priority",
        "concept" : [
          {
            "code" : "high",
            "display" : "High"
          },
          {
            "code" : "medium",
            "display" : "Medium"
          },
          {
            "code" : "low",
            "display" : "Low"
          }
        ]
      }
    ]
  }
}