🌐 EMA Health Core Implementation Guide
0.2.0 - ci-build

🌐 EMA Health Core Implementation Guide - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: EMA — Prioridad de Orden - TTL Representation

Active as of 2026-07-19

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/ema-cs-order-priority> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ema-cs-order-priority"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ema-cs-order-priority</b></p><a name=\"ema-cs-order-priority\"> </a><a name=\"hcema-cs-order-priority\"> </a><p>This case-sensitive code system <code>https://emahealth.io/fhir/core/CodeSystem/ema-cs-order-priority</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">routine<a name=\"ema-cs-order-priority-routine\"> </a></td><td>Rutina</td><td>Procesamiento en el tiempo estándar de la sección.</td></tr><tr><td style=\"white-space:nowrap\">urgent<a name=\"ema-cs-order-priority-urgent\"> </a></td><td>Urgente</td><td>Prioridad sobre rutina; TAT reducido.</td></tr><tr><td style=\"white-space:nowrap\">asap<a name=\"ema-cs-order-priority-asap\"> </a></td><td>Prioritaria</td><td>Tan pronto como sea posible.</td></tr><tr><td style=\"white-space:nowrap\">stat<a name=\"ema-cs-order-priority-stat\"> </a></td><td>STAT</td><td>Inmediata; valores críticos o urgencia vital.</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://emahealth.io/fhir/core/CodeSystem/ema-cs-order-priority"] ;
  fhir:CodeSystem.version [ fhir:value "0.2.0"] ;
  fhir:CodeSystem.name [ fhir:value "EmaCsOrderPriority"] ;
  fhir:CodeSystem.title [ fhir:value "EMA — Prioridad de Orden"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-19T18:14:29+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "EMA Health SpA"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "EMA Health SpA" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://emahealth.io" ]
     ], [
       fhir:index 1 ;
       fhir:ContactPoint.system [ fhir:value "email" ] ;
       fhir:ContactPoint.value [ fhir:value "[email protected]" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Prioridad de una orden de laboratorio (ServiceRequest.priority), alineada a\n`http://hl7.org/fhir/request-priority` con displays es-CL. Semilla base que se\nmaterializa por tenant (Opción B)."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "routine" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Rutina" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Procesamiento en el tiempo estándar de la sección." ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "urgent" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Urgente" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Prioridad sobre rutina; TAT reducido." ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "asap" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Prioritaria" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Tan pronto como sea posible." ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "stat" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "STAT" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Inmediata; valores críticos o urgencia vital." ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/ema-cs-order-priority.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/ema-cs-order-priority.ttl> .