Evidence Based Medicine on FHIR Implementation Guide
1.0.0-ballot2 - STU 1 ballot International flag

Evidence Based Medicine on FHIR Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/ebm/ and changes regularly. See the Directory of published versions

: Desirability Code System - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "desirability-codesystem",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem desirability-codesystem</b></p><a name=\"desirability-codesystem\"> </a><a name=\"hcdesirability-codesystem\"> </a><p>This case-insensitive code system <code>http://hl7.org/fhir/uv/ebm/CodeSystem/desirability-codesystem</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">desirable<a name=\"desirability-codesystem-desirable\"> </a></td><td>Desirable</td><td>Desirable</td></tr><tr><td style=\"white-space:nowrap\">undesirable<a name=\"desirability-codesystem-undesirable\"> </a></td><td>Undesirable</td><td>Undesirable</td></tr></table></div>"
  },
  "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-ballot2",
  "name" : "DesirabilityCodeSystem",
  "title" : "Desirability Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-11-10T15:38:18+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"
    }
  ]
}