PackagesCanonicalsLogsProblems
    Packages
    laniado.test.fhir.r4@0.1.72
    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:
  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
  code:
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: 75636-1, system: 'http://loinc.org', display: 'Emergency severity index [ESI]'}
        index: 5
  encounter:
    type: Reference
    refers: ['http://fhir.laniado.org.il/StructureDefinition/encounter-admission']
    index: 6
  effective:
    choices: [effectiveDateTime]
    index: 8
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 9}
  value:
    choices: [valueInteger]
    index: 11
  valueInteger: {type: integer, choiceOf: value, index: 12}
package_version: 0.1.72
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, encounter, value, effective, valueInteger]