PackagesCanonicalsLogsProblems
    Packages
    il.fhir.r4.dgmc@0.1.5
    http://fhir.dgmc.health.gov.il/StructureDefinition/dgmc-hospital-organization
description: Profile of DGMC Hospital Organization
package_name: il.fhir.r4.dgmc
derivation: constraint
name: DgmcHospitalOrganization
type: Organization
elements:
  id: {index: 0}
  identifier:
    array: true
    min: 2
    index: 1
    slicing:
      slices:
        moh-inst-symbol:
          match: {}
          schema: {_required: true, index: 2}
          min: 1
        cml-hosp-code:
          match: {}
          schema:
            _required: true
            index: 3
            elements:
              system:
                binding: {strength: required, valueSet: 'http://fhir.dgmc.health.gov.il/ValueSet/cml-hosp-code-uri'}
                index: 4
  active: {index: 5}
  type:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: HO, system: 'http://fhir.dgmc.health.gov.il/cs/nmr-unit-type', display: בית חולים}
    index: 6
    slicing:
      slices:
        moh-institute-type:
          match: {}
          schema: {index: 7}
          max: 0
        moh-department-type:
          match: {}
          schema: {index: 8}
          max: 0
  alias: {index: 9}
  telecom:
    index: 10
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        phone:
          match: {system: phone}
          schema:
            array: true
            index: 11
            elements:
              system:
                pattern: {type: Code, value: phone}
                index: 12
        fax:
          match: {system: fax}
          schema:
            array: true
            index: 13
            elements:
              system:
                pattern: {type: Code, value: fax}
                index: 14
        email:
          match: {system: email}
          schema:
            array: true
            index: 15
            elements:
              system:
                pattern: {type: Code, value: email}
                index: 16
        url:
          match: {system: url}
          schema:
            array: true
            index: 17
            elements:
              system:
                pattern: {type: Code, value: url}
                index: 18
  address:
    elements:
      text: {index: 19}
    required: [text]
package_version: 0.1.5
class: profile
kind: resource
url: http://fhir.dgmc.health.gov.il/StructureDefinition/dgmc-hospital-organization
base: http://fhir.health.gov.il/StructureDefinition/il-core-organization
version: 0.1.5
required: [id, alias, active]