PackagesCanonicalsLogsProblems
    Packages
    gov.cdc.nhsn.dqm@1.0.0
    http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/nhsn-submitting-organization
description: This profile includes the name and identifier of the organization submitting the report Bundle, and may include other information about the organization.
package_name: gov.cdc.nhsn.dqm
derivation: constraint
name: SubmittingOrganization
type: Organization
elements:
  identifier:
    index: 0
    slicing:
      rules: open
      description: Slice based on system value
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        nhsn_org_id:
          match: {system: 'https://www.cdc.gov/nhsn/OrgID'}
          schema:
            short: NHSN Org ID
            mustSupport: true
            _required: true
            index: 1
            elements:
              system:
                pattern: {type: Uri, value: 'https://www.cdc.gov/nhsn/OrgID'}
                index: 2
              value: {mustSupport: true, index: 3}
            required: [value, system]
  name: {index: 4}
package_version: 1.0.0
class: profile
kind: resource
url: http://www.cdc.gov/nhsn/fhirportal/dqm/ig/StructureDefinition/nhsn-submitting-organization
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.0.0
required: [name, identifier]