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

: FavoriteColor - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "FeatureDefinition",
  "id" : "FavoriteColor",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FeatureDefinition FavoriteColor</b></p><a name=\"FavoriteColor\"> </a><a name=\"hcFavoriteColor\"> </a><table class=\"grid\"><tr><td>Feature <code>http://hl7.org/fhir/uv/application-feature/FeatureDefinition/FavoriteColor</code></td></tr><tr><td><div><p>Allows an application to specify its favorite color from a predefined list.</p>\n</div></td></tr><tr><td><b>Type: </b>code</td></tr><tr><td><b>Contexts</b><ul/></td></tr><tr><td>This feature doesn't have any qualifiers</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/application-feature/FeatureDefinition/FavoriteColor",
  "name" : "FavoriteColor",
  "status" : "active",
  "description" : "Allows an application to specify its favorite color from a predefined list.",
  "valueType" : "code",
  "valueSet" : "http://hl7.org/fhir/uv/application-feature/StructureDefinition/favorite-color-vs",
  "contextDefinition" : "The context is the application as a whole"
}