PackagesCanonicalsLogsProblems
    Packages
    fhir.trustedhealthapps.org@1.0.1
    https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppManufacturer
description: null
package_name: fhir.trustedhealthapps.org
derivation: constraint
name: HealthAppManufacturer
type: Organization
elements:
  identifier:
    mustSupport: true
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        iknr:
          match: {system: null}
          schema:
            type: Identifier
            mustSupport: true
            index: 1
            elements:
              type:
                elements:
                  coding:
                    mustSupport: true
                    index: 2
                    slicing:
                      slices:
                        XX-Type:
                          match: {}
                          schema:
                            mustSupport: true
                            index: 3
                            elements:
                              system: {mustSupport: true, index: 4}
                              code: {mustSupport: true, index: 5}
              system: {mustSupport: true, index: 6}
              value: {mustSupport: true, index: 7}
  active: {mustSupport: false, index: 8}
  name: {mustSupport: true, index: 9}
  telecom:
    mustSupport: true
    index: 10
    elements:
      system: {mustSupport: true, index: 11}
      value: {mustSupport: true, index: 12}
  address:
    mustSupport: true
    index: 13
    elements:
      line: {mustSupport: true, index: 14}
      city: {mustSupport: true, index: 15}
      postalCode: {mustSupport: true, index: 16}
      country: {mustSupport: true, index: 17}
package_version: 1.0.1
class: profile
kind: resource
url: https://fhir.trustedhealthapps.org/StructureDefinition/HealthAppManufacturer
base: http://hl7.org/fhir/StructureDefinition/Organization
version: 1.0.0
required: [name]