0.1.1 - ci-build

EgdeFlaattsjekk_IG - Local Development build (v0.1.1). See the Directory of published versions

: Diagnostic status for workflow - TTL Representation

Active as of 2023-08-29

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "diagnostic-status-vs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>http://hl7.org/fhir/ValueSet/diagnostic-report-status</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>registered</td><td>registered by patient but not actions by doctor - UI: Pending</td></tr><tr><td>preliminary</td><td>doctor has reviewed and made a recommendation - message sent</td></tr><tr><td>final</td><td>patient has received and confirmed the message - Closed (patient confirmed)</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "http://www.egde.no/ValueSet/diagnostic-status-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "DiagnosticStatusVS"] ; # 
  fhir:title [ fhir:v "Diagnostic status for workflow"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-08-29T10:26:56+02:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "Diagnostic status for workflow for a submitted tick rash: registered, preliminary, final"] ; # 
  fhir:copyright [ fhir:v "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/diagnostic-report-status"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "registered" ] ;
fhir:display [ fhir:v "registered by patient but not actions by doctor - UI: Pending" ]       ] [
fhir:code [ fhir:v "preliminary" ] ;
fhir:display [ fhir:v "doctor has reviewed and made a recommendation - message sent" ]       ] [
fhir:code [ fhir:v "final" ] ;
fhir:display [ fhir:v "patient has received and confirmed the message - Closed (patient confirmed)" ]       ] )     ] )
  ] . #