PackagesCanonicalsLogsProblems
    Packages
    il.laniado.fhir.r4@0.3.5
    http://fhir.laniado.org.il/StructureDefinition/laniado-observation
description: Laniado Proposed Observation Profile
package_name: il.laniado.fhir.r4
derivation: constraint
name: LaniadoObservation
type: Observation
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        valueAttachment:
          match: {url: null}
          schema: {type: Extension, url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.value', index: 1}
          min: 0
          max: 1
  identifier:
    index: 2
    elements:
      system: {index: 3}
      value: {short: The value that is unique within the system., index: 4}
    required: [value, system]
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: 1
      slices:
        strong-id:
          match: {system: 'http://fhir.laniado.org.il/Identifier/id-observation'}
          schema:
            short: Strong observation identification.
            mustSupport: true
            _required: true
            index: 5
            elements:
              type:
                index: 6
                elements:
                  coding:
                    index: 7
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://fhir.health.gov.il/cs/il-core-identifier-type'}
                        index: 8
                      code:
                        pattern: {type: Code, value: strong-id}
                        index: 9
                    required: [system, code]
                required: [coding]
              system:
                pattern: {type: Uri, value: 'http://fhir.laniado.org.il/Identifier/id-observation'}
                index: 10
              value: {short: Strong observation identification., index: 11}
            required: [type]
  subject:
    type: Reference
    refers: ['http://fhir.laniado.org.il/StructureDefinition/laniado-patient']
    index: 12
  encounter:
    type: Reference
    refers: ['http://fhir.laniado.org.il/StructureDefinition/encounter-admission', 'http://fhir.laniado.org.il/StructureDefinition/encounter-department']
    index: 13
  performer:
    type: Reference
    refers: ['http://fhir.laniado.org.il/StructureDefinition/laniado-practitioner']
    index: 14
package_version: 0.3.5
extensions:
  valueAttachment: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.value', min: 0, max: 1, type: Extension, index: 1}
class: profile
kind: resource
url: http://fhir.laniado.org.il/StructureDefinition/laniado-observation
base: http://fhir.health.gov.il/StructureDefinition/il-core-observation
version: 0.3.5
required: [identifier]