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

FHIR IG Statistics: CodeSystem/CPG-recommendation-direction

Packageeng.fhir.profile.dev
Resource TypeCodeSystem
IdCPG-recommendation-direction
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eng.fhir.profile.dev@0.0.7-beta&canonical=https://terminology.pnt.gov/CodeSystem/CPG-recommendation-direction
URLhttps://terminology.pnt.gov/CodeSystem/CPG-recommendation-direction
Version1.0.0
Statusdraft
Date2023-06-30T15:11:36.9136048+00:00
NameCPG-recommendation-direction
TitleCPG-recommendation-direction
Authorityhl7
DescriptionDirezione della raccomandazione di una specifica azione: a favore o contro.
Contentcomplete

Resources that use this resource

ValueSet
CPG-recommendation-directionCPG-recommendation-direction

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-recommendation-direction",
  "version": "1.0.0",
  "name": "CPG-recommendation-direction",
  "title": "CPG-recommendation-direction",
  "status": "draft",
  "date": "2023-06-30T15:11:36.9136048+00:00",
  "description": "Direzione della raccomandazione di una specifica azione: a favore o contro.",
  "caseSensitive": true,
  "valueSet": "https://terminology.pnt.gov/ValueSet/CPG-recommendation-direction",
  "versionNeeded": false,
  "content": "complete",
  "concept": [
    {
      "code": "for",
      "display": "For",
      "definition": "The recommendation is for a particular action, taking into account the balance between desirable and undersirable outcomes; the confidence in the magnitude of estimates of effect; the confidence in values and preferences and their variability; and resource use."
    },
    {
      "code": "against",
      "display": "Against",
      "definition": "The recommendation is against a particular action, taking into account the balance between desirable and undersirable outcomes; the confidence in the magnitude of estimates of effect; the confidence in values and preferences and their variability; and resource use."
    }
  ]
}