http://hl7.org/fhir/StructureDefinition/vitalspanel|4.0.1

FHIR Vital Signs Panel Profile
description: FHIR Vital Signs Panel Profile
derivation: constraint
name: observation-vitalspanel
type: Observation
elements:
  code:
    short: Vital Signs Panel
    index: 0
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: code, type: value}
          - {path: system, type: value}
          min: null
          slices:
            VitalsPanelCode:
              match: {code: 85353-1, system: 'http://loinc.org'}
              schema:
                index: 2
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    index: 3
                  code:
                    pattern: {type: Code, value: 85353-1}
                    index: 4
  value:
    choices: []
    index: 6
  hasMember: {min: 1, mustSupport: true, array: true, index: 7}
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/vitalspanel
base: http://hl7.org/fhir/StructureDefinition/vitalsigns
version: 4.0.1
required: [hasMember]