PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sql-on-fhir@3.0.0-ballot
    http://hl7.org/fhir/uv/sql-on-fhir/StructureDefinition/ShareableViewDefinition
description: A profile for View Definitions intended to be shared between multiple systems. This requires that \nthe View Definition have a defined URL and name. It also requires declaration of the FHIR version \nthat the view is intended to be executed over, and the FHIR type of each column. This ensures \nconsistent interpretation of the view across different view runner implementations.
package_name: hl7.fhir.uv.sql-on-fhir
derivation: constraint
name: ShareableViewDefinition
type: ViewDefinition
elements:
  url: {index: 0}
  name: {index: 1}
  fhirVersion: {index: 2}
  select:
    elements:
      column:
        elements:
          type: {index: 3}
        required: [type]
package_version: 3.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/sql-on-fhir/StructureDefinition/ShareableViewDefinition
base: http://hl7.org/fhir/StructureDefinition/ViewDefinition|3.0.0-ballot
version: 3.0.0-ballot
required: [url, name, fhirVersion]