PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2017@1.3.16
    http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns
description: 'Copied FHIR Vital Signs Profile to remove .component.value quantity type constraint. More information can be found in the GForge ticket #13796.'
package_name: nictiz.fhir.nl.stu3.zib2017
derivation: constraint
name: Vital Signs Profile NL
type: Observation
elements:
  category:
    constraint:
      vs-4: {human: 'Must have a category of ''vital-signs'' and a code system ''http://hl7.org/fhir/observation-category''', severity: error, expression: 'where(coding.system=''http://hl7.org/fhir/observation-category'' and coding.code=''vital-signs'').exists()'}
    mustSupport: true
    index: 1
  valueQuantity:
    short: Vital Sign Value recorded with UCUM
    type: Quantity
    mustSupport: true
    index: 10
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema:
            short: Vital Sign Value recorded with UCUM
            type: Quantity
            mustSupport: true
            index: 10
            elements:
              value: {mustSupport: true, index: 11}
              unit: {mustSupport: true, index: 12}
              system:
                pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
                mustSupport: true
                index: 13
              code: {short: Coded responses from the common UCUM units for vital signs value set., mustSupport: true, index: 14}
            required: [value, unit, system, code]
  related:
    short: Used when reporting vital signs panel components
    mustSupport: true
    index: 17
    elements:
      type:
        pattern: {type: Code, value: has-member}
        mustSupport: true
        index: 18
      target:
        type: Reference
        mustSupport: true
        refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns']
        index: 19
    required: [type]
  component:
    constraint:
      vs-3: {human: If there is no a value a data absent reason must be present, severity: error, expression: value.exists() or dataAbsentReason.exists()}
    mustSupport: true
    index: 20
    elements:
      code: {mustSupport: true, index: 21}
      value:
        short: Vital Sign Value recorded with UCUM
        mustSupport: true
        choices: []
        index: 23
      dataAbsentReason: {mustSupport: true, index: 24}
  status: {mustSupport: true, index: 0}
  effective:
    short: Often just a dateTime for Vital Signs
    mustSupport: true
    choices: []
    index: 6
  code: {short: Coded Responses from Vital Signs Results, mustSupport: true, index: 2}
  context:
    type: Reference
    refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-episodeofcare', 'http://nictiz.nl/fhir/StructureDefinition/gp-Encounter', 'http://nictiz.nl/fhir/StructureDefinition/zib-Encounter']
    index: 4
  device:
    type: Reference
    refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDeviceProduct']
    index: 16
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-patient']
    index: 3
  performer:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.nl/fhir/StructureDefinition/nl-core-organization', 'http://fhir.nl/fhir/StructureDefinition/nl-core-patient', 'http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner', 'http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson']
    index: 7
    extensions:
      practitionerRole: {url: h, max: 1, type: Extension, index: 9}
    elements:
      extension:
        index: 8
        slicing:
          rules: open
          discriminator:
          - {path: url, type: value}
          min: null
          slices:
            practitionerRole:
              match: {url: null}
              schema: {type: Extension, url: h, index: 9}
              max: 1
  dataAbsentReason: {mustSupport: true, index: 15}
package_version: 1.3.16
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns
base: http://fhir.nl/fhir/StructureDefinition/nl-core-observation
version: 2.1.3
required: [subject, category, effective, performer]