FHIR IG analytics| Package | ca.on.oh-eforms |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-eforms-liquid-library.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot4&canonical=http://ontariohealth.ca/fhir/eforms/StructureDefinition/eforms-liquid-library |
| URL | http://ontariohealth.ca/fhir/eforms/StructureDefinition/eforms-liquid-library |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-02-12 |
| Name | OntarioEFormsLiquidLibrary |
| Title | Ontario eForms Liquid Library |
| Realm | ca |
| Description | A Library profile for Ontario eForms Liquid templates used to generate QuestionnaireResponse narrative. |
| Type | Library |
| Kind | resource |
| StructureDefinition | |
| sdc-responseRenderingLiquid | Response Rendering Liquid Template |
No resources found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "eforms-liquid-library",
"url": "http://ontariohealth.ca/fhir/eforms/StructureDefinition/eforms-liquid-library",
"version": "1.0.0",
"name": "OntarioEFormsLiquidLibrary",
"title": "Ontario eForms Liquid Library",
"status": "active",
"experimental": false,
"date": "2026-02-12",
"publisher": "Ontario Health",
"description": "A Library profile for Ontario eForms Liquid templates used to generate QuestionnaireResponse narrative.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Library",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Library",
"derivation": "constraint",
"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",
"path": "Library.id",
"min": 1,
"fixedId": "liquid"
},
{
"id": "Library.type",
"path": "Library.type",
"min": 1,
"patternCodeableConcept": {
"coding": [
{
"system": "http://ontariohealth.ca/fhir/eforms/CodeSystem/library-types",
"code": "qr-narrative-liquid"
}
]
}
},
{
"id": "Library.status",
"path": "Library.status",
"min": 1,
"patternCode": "active"
},
{
"id": "Library.experimental",
"path": "Library.experimental",
"min": 1,
"patternBoolean": false
},
{
"id": "Library.content",
"path": "Library.content",
"min": 1,
"max": "1",
"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",
"path": "Library.content.contentType",
"min": 1,
"patternCode": "text/html"
},
{
"id": "Library.content.data",
"path": "Library.content.data",
"min": 1,
"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"
}
]
}
]
}
]
}
}