ValueSetPriority (MY Core)

<ValueSet xmlns="http://hl7.org/fhir">
    <id value="value-set-priority-my-core" />
    <text>
        <status value="generated" />
        --- We have skipped the narrative for better readability of the resource ---
    </text>
    <url value="http://fhir.hie.moh.gov.my/ValueSet/priority-my-core" />
    <version value="1.0.0" />
    <name value="ValueSetPriorityMyCore" />
    <title value="ValueSetPriority (MY Core)" />
    <status value="active" />
    <date value="2024-02-12T04:04:09.5621857+00:00" />
    <description value="Composition section" />
    <compose>
        <include>
            <system value="http://hl7.org/fhir/request-priority" />
            <concept>
                <code value="routine" />
                <display value="Routine" />
            </concept>
            <concept>
                <code value="urgent" />
                <display value="Urgent" />
            </concept>
            <concept>
                <code value="stat" />
                <display value="STAT" />
            </concept>
        </include>
    </compose>
</ValueSet>

{
    "resourceType": "ValueSet",
    "id": "value-set-priority-my-core",
    "text": {
        "status": "generated",
        --- We have skipped the narrative for better readability of the resource ---
    },
    "url": "http://fhir.hie.moh.gov.my/ValueSet/priority-my-core",
    "version": "1.0.0",
    "name": "ValueSetPriorityMyCore",
    "title": "ValueSetPriority (MY Core)",
    "status": "active",
    "date": "2024-02-12T04:04:09.5621857+00:00",
    "description": "Composition section",
    "compose": {
        "include":  [
            {
                "system": "http://hl7.org/fhir/request-priority",
                "concept":  [
                    {
                        "code": "routine",
                        "display": "Routine"
                    },
                    {
                        "code": "urgent",
                        "display": "Urgent"
                    },
                    {
                        "code": "stat",
                        "display": "STAT"
                    }
                ]
            }
        ]
    }
}

ValueSet 'ValueSetPriorityMyCore'

Version1.0.0
StatusActive (since 2024-02-12T04:04:09.5621857+00:00)

Composition section

This value set includes codes from the following code systems:

Defining URL: http://fhir.hie.moh.gov.my/ValueSet/priority-my-core

This value set is used in the following places:

This code system http://hl7.org/fhir/request-priority defines the following codes:

CodeDisplayDefinition
routineRoutineThe request has normal priority.
urgentUrgentThe request should be actioned promptly - higher priority than routine.
asapASAPThe request should be actioned as soon as possible - higher priority than urgent.
statSTATThe request should be actioned immediately - highest possible priority. E.g. an emergency.