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

Active as of 2026-03-19

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>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>"
  },
  "url" : "https://pghd.na.icar.cnr.it/CodeSystem/cs-confidence-level",
  "version" : "0.1.0",
  "name" : "ConfidenceLevelCS",
  "title" : " CS Confidence Level",
  "status" : "active",
  "experimental" : true,
  "date" : "2026-03-19T17:42:59+01:00",
  "publisher" : "PGHD",
  "contact" : [
    {
      "name" : "PGHD",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "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"
    }
  ]
}