FHIR Application Feature Framework Implementation Guide
1.0.0 - STU1 Ballot International flag

FHIR Application Feature Framework Implementation Guide, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/capstmt/ and changes regularly. See the Directory of published versions

: Favorite Color Example Code System - JSON Representation

Page standards status: Trial-use Maturity Level: 1

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "favorit-color-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem favorit-color-cs</b></p><a name=\"favorit-color-cs\"> </a><a name=\"hcfavorit-color-cs\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/application-feature/CodeSystem/favorit-color-cs</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\">blue<a name=\"favorit-color-cs-blue\"> </a></td><td>Blue</td><td>Blue</td></tr><tr><td style=\"white-space:nowrap\">yellow<a name=\"favorit-color-cs-yellow\"> </a></td><td>Yellow</td><td>Yellow</td></tr><tr><td style=\"white-space:nowrap\">blue-no-yelaaaaah<a name=\"favorit-color-cs-blue-no-yelaaaaah\"> </a></td><td>Blue, no YelAAAAAAH!</td><td>Said blue instead of yellow and was tossed from the Bridge of Death</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger" : 1,
      "_valueInteger" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature"
          }
        ]
      }
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "trial-use",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/uv/application-feature/ImplementationGuide/hl7.fhir.uv.application-feature"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/uv/application-feature/CodeSystem/favorit-color-cs",
  "version" : "1.0.0",
  "name" : "FavoriteColorCS",
  "title" : "Favorite Color Example Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-11-04T02:20:17+00:00",
  "publisher" : "HL7 International / FHIR Infrastructure",
  "contact" : [
    {
      "name" : "HL7 International / FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description" : "CodeSystem for FavoriteColor Feature Example",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "copyright" : "This CodeSystem is not copyrighted.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "blue",
      "display" : "Blue",
      "definition" : "Blue"
    },
    {
      "code" : "yellow",
      "display" : "Yellow",
      "definition" : "Yellow"
    },
    {
      "code" : "blue-no-yelaaaaah",
      "display" : "Blue, no YelAAAAAAH!",
      "definition" : "Said blue instead of yellow and was tossed from the Bridge of Death"
    }
  ]
}