PackagesCanonicalsLogsProblems
    Packages
    ca.on.oh-eforms@1.0.0-ballot5
    http://ontariohealth.ca/fhir/eforms/StructureDefinition/eforms-liquid-library
{
  "description": "A Library profile for Ontario eForms Liquid templates used to generate QuestionnaireResponse narrative.",
  "_filename": "StructureDefinition-eforms-liquid-library.json",
  "package_name": "ca.on.oh-eforms",
  "date": "2026-02-12",
  "derivation": "constraint",
  "publisher": "Ontario Health",
  "fhirVersion": "4.0.1",
  "name": "OntarioEFormsLiquidLibrary",
  "abstract": false,
  "type": "Library",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "Ontario eForms Liquid Library",
  "package_version": "1.0.0-ballot5",
  "status": "active",
  "id": "4bc5bc22-af7c-4da7-b2c9-8d3da3069159",
  "kind": "resource",
  "url": "http://ontariohealth.ca/fhir/eforms/StructureDefinition/eforms-liquid-library",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Library",
      "path": "Library",
      "short": "Ontario eForms Liquid Library",
      "definition": "A Library resource carrying a Liquid template for QuestionnaireResponse narrative generation."
    }, {
      "id": "Library.id",
      "min": 1,
      "path": "Library.id",
      "fixedId": "liquid"
    }, {
      "id": "Library.type",
      "min": 1,
      "path": "Library.type",
      "patternCodeableConcept": {
        "coding": [ {
          "code": "qr-narrative-liquid",
          "system": "http://ontariohealth.ca/fhir/eforms/CodeSystem/library-types"
        } ]
      }
    }, {
      "id": "Library.status",
      "min": 1,
      "path": "Library.status",
      "patternCode": "active"
    }, {
      "id": "Library.experimental",
      "min": 1,
      "path": "Library.experimental",
      "patternBoolean": false
    }, {
      "id": "Library.content",
      "max": "1",
      "min": 1,
      "path": "Library.content",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/obligation",
        "extension": [ {
          "url": "actor",
          "valueCanonical": "http://ontariohealth.ca/fhir/eforms/ActorDefinition/qr-narrative-generator"
        }, {
          "url": "code",
          "valueCode": "SHALL:process"
        } ]
      } ]
    }, {
      "id": "Library.content.contentType",
      "min": 1,
      "path": "Library.content.contentType",
      "patternCode": "text/html"
    }, {
      "id": "Library.content.data",
      "min": 1,
      "path": "Library.content.data",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/obligation",
        "extension": [ {
          "url": "actor",
          "valueCanonical": "http://ontariohealth.ca/fhir/eforms/ActorDefinition/qr-narrative-generator"
        }, {
          "url": "code",
          "valueCode": "SHALL:process"
        } ]
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Library"
}