http://hl7.org/fhir/StructureDefinition/fhirpathlibrary|5.0.0

Represents a computable/executable FHIRPath logic library
description: Represents a computable/executable FHIRPath logic library
derivation: constraint
name: FHIRPathLibrary
type: Library
elements:
  content:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: contentType, type: value}
      min: null
      slices:
        fhirPathContent:
          match: {contentType: text/fhirpath}
          schema:
            min: 1
            short: FHIRPath Content
            mustSupport: true
            array: true
            _required: true
            index: 1
            elements:
              id: {short: Referenced as, mustSupport: true, index: 2}
              contentType:
                pattern: {type: Code, value: text/fhirpath}
                mustSupport: true
                index: 3
              data: {mustSupport: true, index: 4}
            required: [id, contentType, data]
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/fhirpathlibrary
base: http://hl7.org/fhir/StructureDefinition/logiclibrary
version: 5.0.0