PackagesCanonicalsLogsProblems
    Packages
    laniado.test.fhir.r4@0.1.62
    http://fhir.laniado.org.il/StructureDefinition/observation-triage
description: Laniado Proposed Triage Profile
package_name: laniado.test.fhir.r4
derivation: constraint
name: ObservationTriage
type: Observation
elements:
  encounter:
    type: Reference
    refers: ['http://fhir.laniado.org.il/StructureDefinition/encounter-admission']
    index: 7
  value:
    choices: [valueInteger]
    index: 13
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 10}
  effective:
    choices: [effectiveDateTime]
    index: 9
  code:
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: 75636-1, system: 'http://loinc.org', display: 'Emergency severity index [ESI]'}
        index: 5
  identifier:
    index: 0
    elements:
      system: {index: 1}
      value: {short: The value that is unique within the system., index: 2}
    required: [value, system]
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        triage-er:
          match: {system: 'http://fhir.laniado.org.il/Identifier/miun-triage'}
          schema:
            index: 3
            elements:
              system:
                pattern: {type: Uri, value: 'http://fhir.laniado.org.il/Identifier/miun-triage'}
                index: 4
  valueInteger: {type: integer, choiceOf: value, index: 14}
  subject:
    type: Reference
    refers: ['http://fhir.laniado.org.il/StructureDefinition/laniado-patient']
    index: 6
  performer:
    type: Reference
    refers: ['http://fhir.laniado.org.il/StructureDefinition/laniado-practitioner']
    index: 11
package_version: 0.1.62
class: profile
kind: resource
url: http://fhir.laniado.org.il/StructureDefinition/observation-triage
base: http://fhir.laniado.org.il/StructureDefinition/laniado-observation
version: null
required: [effectiveDateTime, value, effective, valueInteger]