PackagesCanonicalsLogsProblems
    Packages
    il.laniado.fhir.r4@0.3.2
    http://fhir.laniado.org.il/StructureDefinition/observation-triage
description: Laniado Proposed Triage Profile
package_name: il.laniado.fhir.r4
derivation: constraint
name: ObservationTriage
type: Observation
elements:
  identifier:
    index: 0
    slicing:
      slices:
        triage-er:
          match: {}
          schema:
            index: 0
            elements:
              system:
                pattern: {type: Uri, value: 'http://fhir.laniado.org.il/Identifier/miun-triage'}
                index: 1
  code:
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: 75636-1, system: 'http://loinc.org', display: 'Emergency severity index [ESI]'}
        index: 2
  encounter:
    type: Reference
    refers: ['http://fhir.laniado.org.il/StructureDefinition/encounter-admission']
    index: 3
  effective:
    choices: [effectiveDateTime]
    index: 5
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 6}
  value:
    choices: [valueInteger]
    index: 8
  valueInteger: {type: integer, choiceOf: value, index: 9}
package_version: 0.3.2
class: profile
kind: resource
url: http://fhir.laniado.org.il/StructureDefinition/observation-triage
base: http://fhir.laniado.org.il/StructureDefinition/laniado-observation
version: 0.3.1
required: [effectiveDateTime, encounter, value, effective, valueInteger]