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

FHIR IG Statistics: CodeSystem/CPG-knowledge-capability

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

Resources that use this resource

ValueSet
CPG-knowledge-capabilityCPG-knowledge-capability

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-capability",
  "version": "1.0.0",
  "name": "CPG-knowledge-capability",
  "title": "CPG-knowledge-capability",
  "status": "draft",
  "date": "2023-06-30T15:11:36.9136048+00:00",
  "description": "Livello di capability della conoscenza fornita dalla linea guida.",
  "caseSensitive": true,
  "valueSet": "https://terminology.pnt.gov/ValueSet/CPG-knowledge-capability",
  "versionNeeded": false,
  "content": "complete",
  "concept": [
    {
      "code": "shareable",
      "display": "Shareable",
      "definition": "The artifact provides essential information necessary to ensure shareability of the content as a FHIR resource."
    },
    {
      "code": "computable",
      "display": "Computable",
      "definition": "The artifact provides at least machine-readable capability (i.e. it does not _only_ have narrative or unstructured elements). This capability can also be characterized as the artifact provides design-time capability, for example, an artifact is computable if it contains semantically verified CQL logic."
    },
    {
      "code": "publishable",
      "display": "Publishable",
      "definition": "The artifact provides information necessary to provide content management capability, including dependency management, artifact lifecycle, and publishing and repository metadata."
    },
    {
      "code": "executable",
      "display": "Executable",
      "definition": "The artifact is guaranteed to have the elements required to support execution of at least one run-time operation appropriate for the type of artifact. This capability can also be characterized as the artifact provides run-time capability, for example, an artifact is executable if it contains compiled ELM logic."
    }
  ]
}