This page is part of the FHIR Application Feature Framework Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "http://hl7.org/fhir/uv/application-feature/StructureDefinition/FeatureDefinition",
"id" : "FavoriteColor",
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Allows an application to specify its favorite color from a predefined list.</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/ValueSet/favorite-color-example-vs",
"contextDefinition" : "The context is the application as a whole"
}