Remote Anamnesis 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
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 "<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>http://remote-anamnesis.na.icar.cnr/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 "http://remote-anamnesis.na.icar.cnr/CodeSystem/cs-confidence-level"^^xsd:anyURI] ; #
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 "2025-08-08T09:28:02+02:00"^^xsd:dateTime] ; #
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" ]
] ) . #