PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.crmi@1.0.0-ballot
    http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-modelinfolibrary
description: The CRMI Model Information Library profile defines the must support elements for a computable Model Definition library used to support declaration and distribution of CQL ModelInfo such as the FHIR Model Info Library
package_name: hl7.fhir.uv.crmi
derivation: constraint
name: CRMIModelInfoLibrary
type: Library
elements:
  type:
    type: CodeableConcept
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: model-definition, system: 'http://terminology.hl7.org/CodeSystem/library-type'}
    index: 0
  content:
    mustSupport: true
    index: 1
    elements:
      contentType:
        type: code
        pattern: {type: Code, value: application/xml}
        mustSupport: true
        index: 2
      data: {mustSupport: true, index: 3}
    required: [contentType, data]
package_version: 1.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-modelinfolibrary
base: http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablelibrary
version: 1.0.0-ballot
required: [content, type]