FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.ebm
Resource TypeCodeSystem
IdCodeSystem-desirability-codesystem.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/ebm/CodeSystem-desirability-codesystem.html
URLhttp://hl7.org/fhir/uv/ebm/CodeSystem/desirability-codesystem
Version1.0.0-ballot3
Statusactive
Date2026-01-29T22:05:53+00:00
NameDesirabilityCodeSystem
TitleDesirability Code System
Realmuv
Authorityhl7
DescriptionCodes for use with the OutcomeImportance Profile, to provide values for the content.classifier element where content.type is Outcome Desirability.
Contentcomplete

Resources that use this resource

ValueSet
desirabilityDesirability Codes Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem desirability-codesystem

This case-insensitive code system http://hl7.org/fhir/uv/ebm/CodeSystem/desirability-codesystem defines the following codes:

CodeDisplayDefinition
desirable DesirableDesirable
undesirable UndesirableUndesirable

Source1

{
  "resourceType": "CodeSystem",
  "id": "desirability-codesystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://hl7.org/fhir/uv/ebm/CodeSystem/desirability-codesystem",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.44.16.3"
    }
  ],
  "version": "1.0.0-ballot3",
  "name": "DesirabilityCodeSystem",
  "title": "Desirability Code System",
  "status": "active",
  "experimental": false,
  "date": "2026-01-29T22:05:53+00:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "name": "HL7 International / Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Codes for use with the OutcomeImportance Profile, to provide values for the content.classifier element where content.type is Outcome Desirability.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "desirable",
      "display": "Desirable",
      "definition": "Desirable"
    },
    {
      "code": "undesirable",
      "display": "Undesirable",
      "definition": "Undesirable"
    }
  ]
}