PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.ecr@1.1.0
    http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-triggering-valueset-library
description: Defines the library containing the US Public Health triggering value sets.
package_name: hl7.fhir.us.ecr
derivation: constraint
name: USPublicHealthTriggeringValuesetLibrary
type: Library
elements:
  identifier:
    mustSupport: true
    index: 0
    elements:
      system:
        short: The namespace for Object Identifiers
        pattern: {type: Uri, value: 'urn:ietf:rfc:3986'}
        mustSupport: true
        index: 1
      value: {short: The Value Sets RCTC OID, mustSupport: true, index: 2}
    required: [value, system]
  version: {short: Value Sets RCTC Definition Definition Version, mustSupport: true, index: 3}
  title: {short: Value Sets Name, mustSupport: true, index: 4}
  type:
    short: asset-collection
    mustSupport: true
    index: 5
    elements:
      coding:
        index: 6
        elements:
          system:
            pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/library-type'}
            index: 7
          code:
            pattern: {type: Code, value: asset-collection}
            index: 8
        required: [system, code]
    required: [coding]
  description: {short: Value Sets Release Description, mustSupport: true, index: 9}
  purpose: {short: Value Sets Purpose, mustSupport: true, index: 10}
  effectivePeriod:
    mustSupport: true
    index: 11
    elements:
      start: {short: Value Sets Effective Start Date, mustSupport: true, index: 12}
    required: [start]
  relatedArtifact:
    index: 13
    slicing:
      rules: open
      discriminator:
      - {path: resource.resolve(), type: profile}
      min: 1
      slices:
        sliceUSPHTriggeringValueSet:
          match: {}
          schema:
            short: US Public Health Triggering Value Set
            mustSupport: true
            _required: true
            index: 14
            elements:
              type:
                short: composed-of
                pattern: {type: Code, value: composed-of}
                index: 15
              resource: {type: canonical, mustSupport: true, index: 16}
            required: [resource]
package_version: 1.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-triggering-valueset-library
base: http://hl7.org/fhir/StructureDefinition/Library
version: 1.1.0
required: [relatedArtifact, effectivePeriod, title, version, description, purpose]