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

FHIR IG Statistics: ValueSet/vs-rating-consensus

Packagede.netzwerk-universitaetsmedizin.ebm-cpg
TypeValueSet
Idvs-rating-consensus
FHIR VersionR5
Sourcehttps://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet-vs-rating-consensus.html
URLhttps://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-rating-consensus
Version0.1.1
Statusdraft
Date2022-09-06
NameRatingConsensus
TitleRating Consensus
Realmuv
Authorityhl7
DescriptionDegree of consensus reached

Resources that use this resource

StructureDefinition
recommendation-justificationRecommendation Justification

Resources that this resource uses

CodeSystem
recommendation-strengthStrengthOfRecommendationRating
recommendation-strengthStrengthOfRecommendationRating

Narrative

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

Generated Narrative: ValueSet vs-rating-consensus


Source

{
  "resourceType": "ValueSet",
  "id": "vs-rating-consensus",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "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/ValueSet/vs-rating-consensus",
  "version": "0.1.1",
  "name": "RatingConsensus",
  "title": "Rating Consensus",
  "status": "draft",
  "date": "2022-09-06",
  "publisher": "Netzwerk Universitätsmedizin (NUM)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.netzwerk-universitaetsmedizin.de"
        }
      ]
    }
  ],
  "description": "Degree of consensus reached",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/recommendation-strength",
        "concept": [
          {
            "code": "strong",
            "display": "Strong"
          },
          {
            "code": "weak",
            "display": "Weak"
          }
        ]
      }
    ]
  }
}