@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v3-ActPriority"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActPriority
    CodeDisplayDefinition
    AASAPAs soon as possible, next highest priority after stat.
    CRcallback resultsFiller should contact the placer as soon as results are available, even for preliminary results. (Was "C" in HL7 version 2.3's reporting priority.)
    ELelectiveBeneficial to the patient but not essential for survival.
    EMemergencyAn unforeseen combination of circumstances or the resulting state that calls for immediate action.
    PpreopUsed to indicate that a service is to be performed prior to a scheduled surgery. When ordering a service and using the pre-op priority, a check is done to see the amount of time that must be allowed for performance of the service. When the order is placed, a message can be generated indicating the time needed for the service so that it is not ordered in conflict with a scheduled operation.
    PRNas neededAn "as needed" order should be accompanied by a description of what constitutes a need. This description is represented by an observation service predicate as a precondition.
    RroutineRoutine service, do at usual work hours.
    RRrush reportingA report should be prepared and sent as quickly as possible.
    SstatWith highest priority (e.g., emergency).
    Ttiming criticalIt is critical to come as close as possible to the requested time (e.g., for a through antimicrobial level).
    UDuse as directedDrug is to be used as directed by the prescriber.
    URurgentCalls for prompt action.
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-ActPriorityCallback
  • Import all the codes that are contained in http://terminology.hl7.org/ValueSet/v3-xEncounterAdmissionUrgency
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v3-ActPriority"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.1.11.16866" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "ActPriority"]; fhir:ValueSet.title [ fhir:value "ActPriority"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2014-03-26"^^xsd:date]; fhir:ValueSet.description [ fhir:value "A code or set of codes (e.g., for routine, emergency,) specifying the urgency under which the Act happened, can happen, is happening, is intended to happen, or is requested/demanded to happen.\r\n\r\n*Discussion:* This attribute is used in orders to indicate the ordered priority, and in event documentation it indicates the actual priority used to perform the act. In definition mood it indicates the available priorities."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActPriority" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "A" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "CR" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "EL" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "EM" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "P" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "PRN" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "R" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "RR" ] ], [ fhir:index 8; fhir:ValueSet.compose.include.concept.code [ fhir:value "S" ] ], [ fhir:index 9; fhir:ValueSet.compose.include.concept.code [ fhir:value "T" ] ], [ fhir:index 10; fhir:ValueSet.compose.include.concept.code [ fhir:value "UD" ] ], [ fhir:index 11; fhir:ValueSet.compose.include.concept.code [ fhir:value "UR" ] ] ], [ fhir:index 1; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-ActPriorityCallback"; fhir:index 0; fhir:link ] ], [ fhir:index 2; fhir:ValueSet.compose.include.valueSet [ fhir:value "http://terminology.hl7.org/ValueSet/v3-xEncounterAdmissionUrgency"; fhir:index 0; fhir:link ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------