| Package | eReferralOntarioNew.core |
| Resource Type | CodeSystem |
| Id | request-priority |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=eReferralOntarioNew.core@0.10.0&canonical=http://hl7.org/fhir/request-priority |
| URL | http://hl7.org/fhir/request-priority |
| Version | 3.3.0 |
| Status | draft |
| Date | 2018-04-03T12:05:46+10:00 |
| Name | RequestPriority |
| Authority | hl7 |
| Description | Identifies the level of importance to be assigned to actioning the request |
| Content | complete |
| ConceptMap | |
| table-hl70485-to-request-priority | Table HL70485 to Request Priority Map |
| KBV_CM_MIO_LAB_RequestPriority_German | Dringlichkeit |
| DCH-RequestPriority-1 | Concept Map - DCH Request Priority |
| GPConnect-RequestPriority-1 | Concept Map - GPConnect Request Priority |
| genomics-testrequestpriority | Genomics Test Request Priority |
| KBV_CM_MIO_TELE_Request_Priority_German | KBV_CM_MIO_TELE_Request_Priority_German |
| ValueSet | |
| medcom-careCommunication-requestPriority | MedComCareCommunicationRequestPriorityCodes |
| SDOHCC-ValueSetTaskPriority | SDOHCC ValueSet Task Priority |
| RequestPriority | Request Priority |
| medication-request-priority | Förskrivning akutflagga |
| encounter-priority-my-core | ValueSetPriority (MY Core) |
| priority-my-core | ValueSetPriority (MY Core) |
| priority-id-core | |
| Request-Priority | Request Priority |
| ca-on-lab-request-priority | RequestPriority |
| KBV_VS_KV_DIGITAL_TS_DRITTE_Urgency | KBV_VS_KV_DIGITAL_TS_DRITTE_Urgency |
| 74_VS_ETS_Dringlichkeit | eTerminservice Dringlichkeit |
| DCH-RequestPriority-1 | RequestPriority |
| GPConnect-RequestPriority-1 | GPConnect Request Priority |
| BRCaraterAtendimentoMIRA | Caráter de Atendimento no MIRA |
| request-priority | RequestPriority |
| service-request-priority-vs | Service Request Priorität VS |
| KBV_VS_116117_TERMINSERVICE_VCA_Urgency | KBV_VS_116117_TERMINSERVICE_VCA_Urgency |
No resources found
Note: links and images are rebased to the (stated) source
Identifies the level of importance to be assigned to actioning the request
This code system http://hl7.org/fhir/request-priority defines the following codes:
{
"resourceType": "CodeSystem",
"id": "request-priority",
"meta": {
"lastUpdated": "2018-04-03T12:05:46.262+10:00"
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/request-priority",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.1.116"
}
],
"version": "3.3.0",
"name": "RequestPriority",
"status": "draft",
"experimental": false,
"date": "2018-04-03T12:05:46+10:00",
"publisher": "HL7 (FHIR Project)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
]
}
],
"description": "Identifies the level of importance to be assigned to actioning the request",
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/request-priority",
"content": "complete",
"concept": [
{
"code": "routine",
"display": "Routine",
"definition": "The request has normal priority"
},
{
"code": "urgent",
"display": "Urgent",
"definition": "The request should be actioned promptly - higher priority than routine"
},
{
"code": "asap",
"display": "ASAP",
"definition": "The request should be actioned as soon as possible - higher priority than urgent"
},
{
"code": "stat",
"display": "STAT",
"definition": "The request should be actioned immediately - highest possible priority. E.g. an emergency"
}
]
}