PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2015@1.0.0
    http://nictiz.nl/fhir/StructureDefinition/oxygensat
description: 'FHIR Oxygen Saturation Profile - Copied FHIR Vital Sign Profile to remove .component.value quantity type constrain. More informatino can be found in GForge ticket #13796 or in the FHIR zulip chat https://chat.fhir.org/#narrow/stream/implementers/subject/Vital.20signs.20supporting.20observations.'
package_name: nictiz.fhir.nl.stu3.zib2015
derivation: constraint
name: Vital Signs Profile
type: Observation
elements:
  code:
    short: Oxygen Saturation
    index: 0
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: code, type: value}
          min: null
          slices:
            OxygenSatCode:
              match: {code: 59408-5}
              schema:
                index: 2
                elements:
                  system:
                    type: uri
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    index: 3
                  code:
                    type: code
                    pattern: {type: Code, value: 59408-5}
                    index: 4
  valueQuantity:
    index: 5
    elements:
      code:
        type: code
        pattern: {type: Code, value: '%'}
        index: 6
package_version: 1.0.0
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/oxygensat
base: http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns
version: '1.0'