OpenELIS GLOBAL2 Implementation Guide
0.1.0 - ci-build

OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Diagnostic Report Status - TTL Representation

Active as of 2023-03-05

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 "diagnostic-report--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-diagnostic-report-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\">final<a name=\"diagnostic-report--status-code-system-final\"> </a></td><td>Final</td><td>The report is complete and verified by an authorized person.</td></tr><tr><td style=\"white-space:nowrap\">preliminary<a name=\"diagnostic-report--status-code-system-preliminary\"> </a></td><td>Preliminary</td><td>Verified early results are available, but not all results are final.</td></tr><tr><td style=\"white-space:nowrap\">registered<a name=\"diagnostic-report--status-code-system-registered\"> </a></td><td>Registered</td><td>The existence of the report is registered, but there is nothing yet available.</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"diagnostic-report--status-code-system-unknown\"> </a></td><td>Unknown</td><td>The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for &quot;other&quot; - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-diagnostic-report-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "DiagnosticReportStatusCodeSystem"] ; # 
  fhir:title [ fhir:v "Diagnostic Report 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 "DiagnosticReport Status Code System"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "final" ] ;
fhir:display [ fhir:v "Final" ] ;
fhir:definition [ fhir:v "The report is complete and verified by an authorized person." ]
  ] [
fhir:code [ fhir:v "preliminary" ] ;
fhir:display [ fhir:v "Preliminary" ] ;
fhir:definition [ fhir:v "Verified early results are available, but not all results are final." ]
  ] [
fhir:code [ fhir:v "registered" ] ;
fhir:display [ fhir:v "Registered" ] ;
fhir:definition [ fhir:v "The existence of the report is registered, but there is nothing yet available." ]
  ] [
fhir:code [ fhir:v "unknown" ] ;
fhir:display [ fhir:v "Unknown" ] ;
fhir:definition [ fhir:v "The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which." ]
  ] ) . #