FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/view-hint

Packagehl7.fhir.uv.tools
Resource TypeCodeSystem
Idview-hint
FHIR VersionR5
Sourcehttp://hl7.org/fhir/tools/https://build.fhir.org/ig/FHIR/fhir-tools-ig/CodeSystem-view-hint.html
URLhttp://hl7.org/fhir/tools/CodeSystem/view-hint
Version0.6.0-cibuild
Statusdraft
Date2025-07-20T10:49:18+00:00
NameRenderingEngineViewHintsCS
TitleViewing Hints for Rendering Engines (CodeSystem)
Realmuv
Authorityhl7
DescriptionCodes that drive Rendering Engine behaviour, to assist profiles and profile-based renderers to provide more useful human rendering
Contentcomplete

Resources that use this resource

ValueSet
view-hintViewing Hints for Rendering Engines (ValueSet)

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: CodeSystem view-hint

This case-sensitive code system http://hl7.org/fhir/tools/CodeSystem/view-hint defines the following codes in a Is-A hierarchy:

LvlCodeDisplayDefinition
1profile Profile HintsHints that help rendering profiles themselves
2  element-view-hints Hints relating to the element ViewHints relating to the element View.
3    element-view-ready Element View ReadyThe logical model that contains this code has the metadata internally to enable rendering the element based view
3    element-view-group Element View GroupThe logical model element that has this tag is treated as a group of elements. The value is the name of the group (string)
3    element-view-order Element View OrderThe group for this logical model element is ordered by the value of this tag (integer)
3    element-view-as-leaf Element View As LeafFor logical model, indicates that a type is to be treated as a 'leaf node' and treated as a group entry
3    element-view-defns-parent Element View Parent has DefinitionsFor logical model, indicates the leaf node gets definitional materials from the parent (an openEHR pattern)
3    element-view-replace-cardinality Replace cardinality in Element ViewReplace cardinality with Required, Optional etc in Element View
1instance Instance HintsHints that help render instances based on profiles

Spanish


Generated Narrative: CodeSystem view-hint

This case-sensitive code system http://hl7.org/fhir/tools/CodeSystem/view-hint defines the following codes in a Is-A hierarchy:

LvlCodeDisplayDefinition
1profile Profile HintsHints that help rendering profiles themselves
2  element-view-hints Hints relating to the element ViewHints relating to the element View.
3    element-view-ready Element View ReadyThe logical model that contains this code has the metadata internally to enable rendering the element based view
3    element-view-group Element View GroupThe logical model element that has this tag is treated as a group of elements. The value is the name of the group (string)
3    element-view-order Element View OrderThe group for this logical model element is ordered by the value of this tag (integer)
3    element-view-as-leaf Element View As LeafFor logical model, indicates that a type is to be treated as a 'leaf node' and treated as a group entry
3    element-view-defns-parent Element View Parent has DefinitionsFor logical model, indicates the leaf node gets definitional materials from the parent (an openEHR pattern)
3    element-view-replace-cardinality Replace cardinality in Element ViewReplace cardinality with Required, Optional etc in Element View
1instance Instance HintsHints that help render instances based on profiles

Source

{
  "resourceType": "CodeSystem",
  "id": "view-hint",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/tools/ImplementationGuide/hl7.fhir.uv.tools"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/tools/CodeSystem/view-hint",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.1.16.13"
    }
  ],
  "version": "0.6.0-cibuild",
  "name": "RenderingEngineViewHintsCS",
  "title": "Viewing Hints for Rendering Engines (CodeSystem)",
  "status": "draft",
  "experimental": true,
  "date": "2025-07-20T10:49:18+00:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Codes that drive Rendering Engine behaviour, to assist profiles and profile-based renderers to provide more useful human rendering",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "hierarchyMeaning": "is-a",
  "content": "complete",
  "concept": [
    {
      "code": "profile",
      "display": "Profile Hints",
      "definition": "Hints that help rendering profiles themselves",
      "concept": [
        {
          "code": "element-view-hints",
          "display": "Hints relating to the element View",
          "definition": "Hints relating to the element View.",
          "concept": [
            {
              "code": "element-view-ready",
              "display": "Element View Ready",
              "definition": "The logical model that contains this code has the metadata internally to enable rendering the element based view"
            },
            {
              "code": "element-view-group",
              "display": "Element View Group",
              "definition": "The logical model element that has this tag is treated as a group of elements. The value is the name of the group (string)"
            },
            {
              "code": "element-view-order",
              "display": "Element View Order",
              "definition": "The group for this logical model element is ordered by the value of this tag (integer)"
            },
            {
              "code": "element-view-as-leaf",
              "display": "Element View As Leaf",
              "definition": "For logical model, indicates that a type is to be treated as a 'leaf node' and treated as a group entry"
            },
            {
              "code": "element-view-defns-parent",
              "display": "Element View Parent has Definitions",
              "definition": "For logical model, indicates the leaf node gets definitional materials from the parent (an openEHR pattern)"
            },
            {
              "code": "element-view-replace-cardinality",
              "display": "Replace cardinality in Element View",
              "definition": "Replace cardinality with Required, Optional etc in Element View"
            }
          ]
        }
      ]
    },
    {
      "code": "instance",
      "display": "Instance Hints",
      "definition": "Hints that help render instances based on profiles"
    }
  ]
}