FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/rfi-priority

Packagehl7.fhir.uv.rfi-ig
Resource TypeValueSet
Idrfi-priority
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/rfi-ig/https://build.fhir.org/ig/cander2/rfi-ig/ValueSet-rfi-priority.html
URLhttp://hl7.org/fhir/ValueSet/rfi-priority
Version0.1.0
Statusdraft
Date2025-06-19T00:08:28+00:00
NameRFIPriority
Realmuv
Authorityhl7
DescriptionPriority levels for RFIs.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet rfi-priority

  • Include these codes as defined in http://hl7.org/fhir/rfi-priority
    CodeDisplay
    highHigh
    mediumMedium
    lowLow

Source

{
  "resourceType": "ValueSet",
  "id": "rfi-priority",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    ]
  }
}