2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension-styleSensitive.json

Raw JSON (canonical form)

Are styles important for processing?

{
  "resourceType": "ExtensionDefinition",
  "id": "styleSensitive",
  "url": "http://hl7.org/fhir/ExtensionDefinition/styleSensitive",
  "name": "Are styles important for processing?",
  "publisher": "HL7 FHIR project",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "Indicates that the style extensions in this resource are essential to the interpretation of the styled text and that it cannot be rendered without the style without losing essential information.",
  "status": "draft",
  "date": "2014-04-23",
  "contextType": "resource",
  "context": [
    "*"
  ],
  "element": [
    {
      "path": "Extension",
      "short": "Are styles important for processing?",
      "definition": "Indicates that the style extensions in this resource are essential to the interpretation of the styled text and that it cannot be rendered without the style without losing essential information.",
      "comments": "If set to true, all systems that claim to support this extension and which render elements of the resource containing this extension SHALL either render the content as required by the style extensions defined by this profile that are present in the resource or shall (if safe to do so based on their own rules), omit entirely the styled content they cannot render in accordance with the extensions.",
      "min": 0,
      "max": "1",
      "type": [
        {
          "code": "boolean"
        }
      ]
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.