OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: Task Status - TTL Representation
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 -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "task-status-code-system"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-task-status</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\">ready<a name=\"task-status-code-system-ready\"> </a></td><td>Ready</td><td>The task is ready to be performed, but no action has yet been taken</td></tr><tr><td style=\"white-space:nowrap\">in-progress<a name=\"task-status-code-system-in-progress\"> </a></td><td>In Pregress</td><td>The task has been started but is not yet complete.</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"task-status-code-system-completed\"> </a></td><td>Completed</td><td>The task has been completed.</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-task-status"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "TaskStatusCodeSystem"] ; #
fhir:title [ fhir:v "Task Status"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2023-03-05T22:47:16+00:00"^^xsd:dateTime] ; #
fhir:contact ( [
fhir:name [ fhir:v "I-TECH-UW" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "www.github.com/i-tech-uw" ] ] )
] ) ; #
fhir:description [ fhir:v "Task Status Code System"] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "ready" ] ;
fhir:display [ fhir:v "Ready" ] ;
fhir:definition [ fhir:v "The task is ready to be performed, but no action has yet been taken" ]
] [
fhir:code [ fhir:v "in-progress" ] ;
fhir:display [ fhir:v "In Pregress" ] ;
fhir:definition [ fhir:v "The task has been started but is not yet complete." ]
] [
fhir:code [ fhir:v "completed" ] ;
fhir:display [ fhir:v "Completed" ] ;
fhir:definition [ fhir:v "The task has been completed." ]
] ) . #