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

FHIR IG Statistics: CodeSystem/ceosys-cs-recommendation-strength

Packagede.netzwerk-universitaetsmedizin.ebm-cpg
TypeCodeSystem
Idceosys-cs-recommendation-strength
FHIR VersionR5
Sourcehttps://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem-ceosys-cs-recommendation-strength.html
URLhttps://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/ceosys-cs-recommendation-strength
Version0.1.1
Statusdraft
Date2022-09-06
NameRecommendationStrengthCS
TitleRecommendation Strength
DescriptionStrength of a clinical guideline recommendation.
Contentcomplete

Resources that use this resource

ValueSet
ceosys-vs-recommendation-strengthRecommendation Strength

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem ceosys-cs-recommendation-strength

This code system https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/ceosys-cs-recommendation-strength defines the following codes:

CodeDisplay
strong-for Strong for an intervention
weak-for Weak for an intervention
strong-against Strong against an intervention
weak-against Weak against an intervention

Source

{
  "resourceType": "CodeSystem",
  "id": "ceosys-cs-recommendation-strength",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode": "shareable"
    },
    {
      "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode": "computable"
    },
    {
      "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode": "publishable"
    },
    {
      "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
      "valueCode": "structured"
    }
  ],
  "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/ceosys-cs-recommendation-strength",
  "version": "0.1.1",
  "name": "RecommendationStrengthCS",
  "title": "Recommendation Strength",
  "status": "draft",
  "date": "2022-09-06",
  "publisher": "Netzwerk Universitätsmedizin (NUM)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.netzwerk-universitaetsmedizin.de"
        }
      ]
    }
  ],
  "description": "Strength of a clinical guideline recommendation.",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "strong-for",
      "display": "Strong for an intervention"
    },
    {
      "code": "weak-for",
      "display": "Weak for an intervention"
    },
    {
      "code": "strong-against",
      "display": "Strong against an intervention"
    },
    {
      "code": "weak-against",
      "display": "Weak against an intervention"
    }
  ]
}