{
  "resourceType": "CodeSystem",
  "id": "library-types",
  "url": "http://ontariohealth.ca/fhir/eforms/CodeSystem/library-types",
  "version": "1.0.0",
  "name": "OntarioEFormsLibraryTypes",
  "title": "Ontario eForms Library Types",
  "status": "active",
  "experimental": false,
  "date": "2026-02-12",
  "publisher": "Ontario Health",
  "description": "Code system defining Library.type codes used by the Ontario eForms Implementation Guide.",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "qr-narrative-liquid",
      "display": "QuestionnaireResponse narrative Liquid template",
      "definition": "Indicates that the Library contains a Liquid template used to generate the narrative (QuestionnaireResponse.text) for a completed QuestionnaireResponse."
    }
  ]
}