FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/CPG-knowledge-representation-level

Packageeng.fhir.profile.dev
Resource TypeCodeSystem
IdCPG-knowledge-representation-level
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=https://terminology.pnt.gov/CodeSystem/CPG-knowledge-representation-level
URLhttps://terminology.pnt.gov/CodeSystem/CPG-knowledge-representation-level
Version1.0.0
Statusdraft
Date2023-06-30T15:11:36.9136048+00:00
NameCPG-knowledge-representation-level
TitleCPG-knowledge-representation-level
Authorityhl7
DescriptionLivello di rappresentazione della conoscenza
Contentcomplete

Resources that use this resource

ValueSet
CPG-knowledge-representation-levelCPG-knowledge-representation-level

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "meta": {
    "profile": [
      "https://pnt.gov/fhir/StructureDefinition/CodeSystem"
    ]
  },
  "url": "https://terminology.pnt.gov/CodeSystem/CPG-knowledge-representation-level",
  "version": "1.0.0",
  "name": "CPG-knowledge-representation-level",
  "title": "CPG-knowledge-representation-level",
  "status": "draft",
  "date": "2023-06-30T15:11:36.9136048+00:00",
  "description": "Livello di rappresentazione della conoscenza",
  "caseSensitive": true,
  "valueSet": "hhttps://terminology.pnt.gov/ValueSet/CPG-knowledge-representation-level",
  "versionNeeded": false,
  "content": "complete",
  "concept": [
    {
      "code": "narrative",
      "display": "Narrative",
      "definition": "The knowledge is expressed as narrative text, affording broad shareability, but limited computability. The knowledge is typically expressed independent of delivery method (modality), technology platform, and implementation site. Knowledge at this level is typically authored by guideline developers for a broad range of purposes including communication of policy, synthesis of evidence, and dissemination of best-practices."
    },
    {
      "code": "semi-structured",
      "display": "Semi-Structured",
      "definition": "The knowledge is expressed as organized text, often accompanied by diagrams such as flow charts and decision tables, affording broad shareability and moderate computability. The knowledge is typically expressed independent of delivery method (modality), technology platform, and implementation site. Knowledge at this level is typically authored by clinical domain experts for the purpose of communication the description of recommendations for implementation in various modalities."
    },
    {
      "code": "structured",
      "display": "Structured",
      "definition": "The knowledge is expressed in a structured way that is interpretable by computer, including being coded using standard terminologies and specifications for the representation of structured content, affording broad shareability and high computability. The knowledge is typically expressed independent of delivery method (modality), technology platform, and implementation site. Knowledge at this level is typically authored by knowledge engineersto enable precise communication and validation of the recommendations."
    },
    {
      "code": "executable",
      "display": "Executable",
      "definition": "The knowledge is expressed in a way that is coded and interpretable by CDS systems using a variety of formats, affording direct executability, but potentially limited shareability. The knowledge is typically expressed focusing on a specific delivery method (modality), technology platform, and implementation environment. Knowledge at this level is typically built and developed by implementers working in specific technology platforms, for the purpose of implementation at a specific site, though affordances such as computable mappings and configuration capabilities can broaden the usability of the knowledge artifact."
    }
  ]
}