PackagesCanonicalsLogsProblems
    Packages
    ashmc.fhir@0.2.0
    http://fhir.ashmc.co.il/StructureDefinition/ashmc-site-org
description: Assuta Ashdod MC Site ID (hospital|remote)
package_name: ashmc.fhir
derivation: constraint
name: AshmcSiteOrg
type: Organization
elements:
  id: {index: 0}
  identifier:
    index: 1
    slicing:
      slices:
        internal:
          match: {}
          schema:
            _required: true
            index: 1
            elements:
              system:
                pattern: {type: uri, value: 'http://fhir.ashmc.co.il/identifier/site-id'}
                type: uri
                index: 2
  active:
    pattern: {type: boolean, value: true}
    type: boolean
    index: 3
  type:
    index: 4
    slicing:
      slices:
        moh-institute-type:
          match: {}
          schema:
            _required: true
            index: 4
            elements:
              coding:
                index: 5
                elements:
                  system:
                    pattern: {type: uri, value: 'http://fhir.health.gov.il/cs/institution-type-moh'}
                    type: uri
                    index: 6
                  code:
                    pattern: {type: code, value: '1'}
                    type: code
                    index: 7
                  display:
                    pattern: {type: string, value: אשפוז כללי}
                    type: string
                    index: 8
                required: [code, display, system]
            required: [coding]
package_version: 0.2.0
class: profile
kind: resource
url: http://fhir.ashmc.co.il/StructureDefinition/ashmc-site-org
base: http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-organization
version: 0.2.0
required: [id, identifier, type]