Patient Generated Health Data Implementation Guide
0.1.0 - ci-build

Patient Generated Health Data Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CS Confidence Level - TTL Representation

Active as of 2026-03-19

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 "cs-confidence-level"] ; # 
  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 cs-confidence-level</b></p><a name=\"cs-confidence-level\"> </a><a name=\"hccs-confidence-level\"> </a><p>This  code system <code>https://pghd.na.icar.cnr.it/CodeSystem/cs-confidence-level</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\">self-reported<a name=\"cs-confidence-level-self-reported\"> </a></td><td>Self-reported by patient</td><td>Unverified declaration</td></tr><tr><td style=\"white-space:nowrap\">uncertified-document<a name=\"cs-confidence-level-uncertified-document\"> </a></td><td>Uncertified document</td><td>Attachment without signature or known healthcare institution</td></tr><tr><td style=\"white-space:nowrap\">certified-source<a name=\"cs-confidence-level-certified-source\"> </a></td><td>Certified source</td><td>Report signed by a certified healthcare institution</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "https://pghd.na.icar.cnr.it/CodeSystem/cs-confidence-level"^^xsd:anyURI ;
fhir:l <https://pghd.na.icar.cnr.it/CodeSystem/cs-confidence-level>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ConfidenceLevelCS"] ; # 
  fhir:title [ fhir:v " CS Confidence Level"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-03-19T17:42:59+01:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "PGHD"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "PGHD" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "CodeSystem defining the levels of clinical confidence attributed to the origin of information, to indicate the reliability and certification of the source"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "self-reported" ] ;
fhir:display [ fhir:v "Self-reported by patient" ] ;
fhir:definition [ fhir:v "Unverified declaration" ]
  ] [
fhir:code [ fhir:v "uncertified-document" ] ;
fhir:display [ fhir:v "Uncertified document" ] ;
fhir:definition [ fhir:v "Attachment without signature or known healthcare institution" ]
  ] [
fhir:code [ fhir:v "certified-source" ] ;
fhir:display [ fhir:v "Certified source" ] ;
fhir:definition [ fhir:v "Report signed by a certified healthcare institution" ]
  ] ) . #