| Package | hl7.fhir.uv.rfi-ig |
| Resource Type | ValueSet |
| Id | rfi-priority |
| FHIR Version | R5 |
| Source | http://hl7.org/fhir/uv/rfi-ig/https://build.fhir.org/ig/cander2/rfi-ig/ValueSet-rfi-priority.html |
| URL | http://hl7.org/fhir/ValueSet/rfi-priority |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-06-19T00:08:28+00:00 |
| Name | RFIPriority |
| Realm | uv |
| Authority | hl7 |
| Description | Priority levels for RFIs. |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet rfi-priority
http://hl7.org/fhir/rfi-priority| Code | Display |
| high | High |
| medium | Medium |
| low | Low |
{
"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"
}
]
}
]
}
}