PackagesCanonicalsLogsProblems
    Packages
    fmcna.caredata.fhir.ig.r4@1.1.9
    http://fkcfhir.org/fhir/StructureDefinition/fmc-insurance-organization-profile
description: Fresenius Insurance Organization Profile
package_name: fmcna.caredata.fhir.ig.r4
derivation: constraint
name: FreseniusInsuranceOrganization
type: Organization
elements:
  identifier:
    index: 0
    slicing:
      slices:
        ORGID:
          match: {}
          schema:
            mustSupport: true
            pattern:
              type: Identifier
              value: {system: 'urn:oid:2.16.840.1.113883.3.7418.1.2'}
            _required: true
            index: 1
            elements:
              type:
                binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v2-0203'}
                index: 2
        NIIP:
          match: {}
          schema:
            pattern:
              type: Identifier
              value: {system: 'urn:oid:2.16.840.1.113883.3.7418.1.3'}
            index: 3
            elements:
              type:
                binding: {strength: required, valueSet: 'http://terminology.hl7.org/ValueSet/v2-0203'}
                index: 4
  type:
    index: 5
    slicing:
      rules: open
      discriminator:
      - {path: coding, type: pattern}
      min: 1
      slices:
        ORGHIERARCHY:
          match: {coding: null}
          schema:
            mustSupport: true
            _required: true
            index: 6
            elements:
              coding:
                binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/organization-type'}
                index: 7
        PAYORCTNCUSETYPE:
          match: {coding: null}
          schema:
            index: 8
            elements:
              coding:
                binding: {strength: required, valueSet: 'http://fkcfhir.org/fhir/CodeSystem/fmc-insurance-contact-use-type-vs'}
                index: 9
package_version: 1.1.9
class: profile
kind: resource
url: http://fkcfhir.org/fhir/StructureDefinition/fmc-insurance-organization-profile
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization
version: 1.1.8
required: [identifier, type]