Huli FHIR Core Implementation Guide (R5) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Huli Appointment Priority Code System - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "appointment-priority"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem appointment-priority</b></p><a name=\"appointment-priority\"> </a><a name=\"hcappointment-priority\"> </a><p>This case-sensitive code system <code>https://fhir.huli.ai/r5/CodeSystem/appointment-priority</code> defines codes, but no codes are represented here</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://fhir.huli.ai/r5/CodeSystem/appointment-priority"^^xsd:anyURI ;
fhir:l <https://fhir.huli.ai/r5/CodeSystem/appointment-priority>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "HuliAppointmentPriorityCS"] ; #
fhir:title [ fhir:v "Huli Appointment Priority Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2026-09-11T01:19:46+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Huli"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Huli" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://huli.ai" ] ] )
] ) ; #
fhir:description [ fhir:v "Numeric priority of an appointment (0 = routine). R5 models\nAppointment.priority as a CodeableConcept; the Huli surface carries the raw\nnumeric priority as the coding `code` under this system (and echoes it in\n`.text`) so a read round-trips to the exact value a write accepts."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "419" ] ;
fhir:display [ fhir:v "Latin America and the Caribbean" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "not-present"] . #