Remote Anamnesis Implementation Guide
0.1.0 - ci-build

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 - JSON Representation

Active as of 2025-08-08

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cs-confidence-level",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "http://remote-anamnesis.na.icar.cnr/CodeSystem/cs-confidence-level",
  "version" : "0.1.0",
  "name" : "ConfidenceLevelCS",
  "title" : " Cs-confidence-level",
  "status" : "active",
  "experimental" : true,
  "date" : "2025-08-08T09:28:02+02:00",
  "description" : "CodeSystem defining the levels of clinical confidence attributed to the origin of information, to indicate the reliability and certification of the source",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "self-reported",
      "display" : "Self-reported by patient",
      "definition" : "Unverified declaration"
    },
    {
      "code" : "uncertified-document",
      "display" : "Uncertified document",
      "definition" : "Attachment without signature or known healthcare institution"
    },
    {
      "code" : "certified-source",
      "display" : "Certified source",
      "definition" : "Report signed by a certified healthcare institution"
    }
  ]
}