StrengthOfRecommendationRating

public enum StrengthOfRecommendationRating: String

A rating system that describes the strength of the recommendation, such as the GRADE, DynaMed, or HGPS systems

URL: http://hl7.org/fhir/recommendation-strength ValueSet: http://hl7.org/fhir/ValueSet/cqif-recommendation-strength

  • Strong recommendation

    Declaration

    Swift

    case strong = "strong"
  • Weak recommendation

    Declaration

    Swift

    case weak = "weak"