PackagesCanonicalsLogsProblems
    Packages
    il.tasmc.fhir.r4@0.4.9
    http://fhir.tasmc.org.il/StructureDefinition/tasmc-service-request-lab
description: tasmc ServiceRequest Lab profile, based on ILCoreServiceRequest
package_name: il.tasmc.fhir.r4
derivation: constraint
name: TasmcServiceRequestLab
type: ServiceRequest
elements:
  id: {index: 0}
  identifier:
    elements:
      system:
        pattern: {type: Uri, value: 'http://fhir.tasmc.org.il/identifier/labos-request'}
        index: 1
      value: {index: 2}
    required: [value, system]
  requisition:
    elements:
      system:
        pattern: {type: Uri, value: 'http://fhir.tasmc.org.il/identifier/labos-order'}
        index: 3
      value: {index: 4}
    required: [value, system]
  intent:
    pattern: {type: Code, value: order}
    index: 5
  code:
    elements:
      coding:
        index: 6
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            tasmc:
              match: {system: 'http://fhir.tasmc.org.il/CodeSystem/labos-request-code'}
              schema:
                _required: true
                index: 7
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://fhir.tasmc.org.il/CodeSystem/labos-request-code'}
                    index: 8
                  code: {index: 9}
                  display: {index: 10}
                required: [display, system, code]
  subject:
    elements:
      identifier:
        index: 11
        elements:
          system:
            pattern: {type: Uri, value: 'http://fhir.tasmc.health.gov.il/identifier/nmr-pat-int-num'}
            index: 12
          value: {index: 13}
        required: [value, system]
    required: [identifier]
  authoredOn: {index: 14}
  requester:
    elements:
      identifier:
        index: 15
        elements:
          system:
            pattern: {type: Uri, value: 'http://fhir.tasmc.org.il/identifier/tasmc-lab-unit'}
            index: 16
          value: {index: 17}
        required: [value, system]
      display: {index: 18}
    required: [identifier, display]
package_version: 0.4.9
class: profile
kind: resource
url: http://fhir.tasmc.org.il/StructureDefinition/tasmc-service-request-lab
base: http://fhir.health.gov.il/StructureDefinition/il-core-service-request-lab
version: null
required: [authoredOn, id]