FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.oh-eforms
Resource TypeStructureDefinition
IdStructureDefinition-eforms-liquid-library.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-eforms@1.0.0-ballot4&canonical=http://ontariohealth.ca/fhir/eforms/StructureDefinition/eforms-liquid-library
URLhttp://ontariohealth.ca/fhir/eforms/StructureDefinition/eforms-liquid-library
Version1.0.0
Statusactive
Date2026-02-12
NameOntarioEFormsLiquidLibrary
TitleOntario eForms Liquid Library
Realmca
DescriptionA Library profile for Ontario eForms Liquid templates used to generate QuestionnaireResponse narrative.
TypeLibrary
Kindresource

Resources that use this resource

StructureDefinition
sdc-responseRenderingLiquidResponse Rendering Liquid Template

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
              }
            ]
          }
        ]
      }
    ]
  }
}