PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-eforms@1.0.0-interim3
    http://ontariohealth.ca/fhir/eforms/StructureDefinition/eforms-liquid-library
description: A Library profile for Ontario eForms Liquid templates used to generate QuestionnaireResponse narrative.
package_name: ca.on.oh-eforms
derivation: constraint
name: OntarioEFormsLiquidLibrary
type: Library
elements:
  id:
    pattern: {type: Id, value: liquid}
    index: 0
  type:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: qr-narrative-liquid, system: 'http://ontariohealth.ca/fhir/eforms/CodeSystem/library-types'}
    index: 1
  status:
    pattern: {type: Code, value: active}
    index: 2
  experimental:
    pattern: {type: Boolean, value: false}
    index: 3
  content:
    index: 4
    elements:
      contentType:
        pattern: {type: Code, value: text/html}
        index: 5
      data: {index: 6}
    required: [contentType, data]
package_version: 1.0.0-interim3
class: profile
kind: resource
url: http://ontariohealth.ca/fhir/eforms/StructureDefinition/eforms-liquid-library
base: http://hl7.org/fhir/StructureDefinition/Library
version: 1.0.0
required: [experimental, id, status, content, type]