PackagesCanonicalsLogsProblems
    Packages
    fhir.outburn.co.il@0.5.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:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: '108252007', system: 'http://snomed.info/sct', display: Laboratory procedure}
    type: CodeableConcept
    index: 5
    slicing:
      slices:
        il-core:
          match: {}
          schema:
            pattern:
              type: CodeableConcept
              value:
                coding:
                - {code: '108252007', system: 'http://snomed.info/sct', display: Laboratory procedure}
            type: CodeableConcept
            index: 5
  priority:
    pattern: {type: code, value: urgent}
    type: code
    index: 6
  code:
    elements:
      coding:
        index: 7
        slicing:
          rules: open
          ordered: false
          description: Loinc Lab report
          discriminator:
          - {path: $this, type: value}
          min: 1
          slices:
            loinc-lab:
              match: {}
              schema:
                _required: true
                index: 8
                elements:
                  system:
                    pattern: {type: uri, value: 'http://loinc.org'}
                    type: uri
                    index: 9
                  code:
                    pattern: {type: code, value: 11502-2}
                    type: code
                    index: 10
                  display:
                    pattern: {type: string, value: Laboratory report}
                    type: string
                    index: 11
                required: [code, system]
    required: [coding]
  subject:
    type: Reference
    refers: ['http://fhir.health.gov.il/StructureDefinition/il-core-patient']
    index: 12
  requester: {index: 13}
package_version: 0.5.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]