PackagesCanonicalsLogsProblems
    Packages
    fhir.outburn.co.il@0.1.0
    http://outburn.co.il/fhir/oncology/StructureDefinition/lrc-referral-group
description: הפניה מרכזת. להפניה הזו אין קוד בדיקה, אלא היא כוללת קישורים לכל הבדיקות הספציפיות שיש לבצע.\r\nפרופיל זה מהווה טריגר לתחילת הטיפול בתהליך מצד הארגון המבצע.
package_name: fhir.outburn.co.il
derivation: constraint
name: LrcReferralGroup
type: ServiceRequest
elements:
  identifier:
    index: 0
    elements:
      system: {index: 1}
      value: {index: 2}
    required: [system, value]
  basedOn:
    type: Reference
    refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-service-request']
    index: 3
  intent:
    pattern: {type: code, value: order}
    type: code
    index: 4
  category:
    index: 5
    slicing:
      rules: open
      description: Slice for SNOMED category codes
      discriminator:
      - {path: coding, type: pattern}
      min: null
      slices:
        snomed-lab:
          match: {coding: null}
          schema:
            _required: true
            index: 6
            elements:
              coding:
                index: 7
                slicing:
                  rules: open
                  description: Slice for SNOMED code for laboratory result
                  discriminator:
                  - {path: $this, type: pattern}
                  min: 1
                  slices:
                    snomed:
                      match: {}
                      schema:
                        _required: true
                        index: 8
                        elements:
                          system:
                            pattern: {type: uri, value: 'http://snomed.info/sct'}
                            type: uri
                            index: 9
                          code:
                            pattern: {type: code, value: '108252007'}
                            type: code
                            index: 10
                          display:
                            pattern: {type: string, value: Laboratory procedure}
                            type: string
                            index: 11
            required: [coding]
  priority:
    pattern: {type: code, value: urgent}
    type: code
    index: 12
  code:
    elements:
      coding:
        index: 13
        slicing:
          rules: open
          ordered: false
          description: Loinc Lab report
          discriminator:
          - {path: $this, type: value}
          min: 1
          slices:
            loinc-lab:
              match: {}
              schema:
                _required: true
                index: 14
                elements:
                  system:
                    pattern: {type: uri, value: 'http://loinc.org'}
                    type: uri
                    index: 15
                  code:
                    pattern: {type: code, value: 11502-2}
                    type: code
                    index: 16
                  display:
                    pattern: {type: string, value: Laboratory report}
                    type: string
                    index: 17
                required: [code, system]
    required: [coding]
  subject:
    type: Reference
    refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-patient']
    index: 18
  requester: {index: 19}
package_version: 0.1.0
class: profile
kind: resource
url: http://outburn.co.il/fhir/oncology/StructureDefinition/lrc-referral-group
base: http://fhir.health.gov.il/StructureDefinition/il-core-service-request
version: null
required: [basedOn, identifier, requester]