PackagesCanonicalsLogsProblems
    Packages
    PGO.02@1.02.1
    http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns
description: 'Copied FHIR Vital Signs Profile to remove .component.value quantity type constrain. More information can be found in the GForge ticket #13796.'
package_name: PGO.02
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: 7
    elements:
      value: {mustSupport: true, index: 8}
      unit: {mustSupport: true, index: 9}
      system:
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        mustSupport: true
        index: 10
      code: {short: Coded responses from the common UCUM units for vital signs value set., mustSupport: true, index: 11}
    required: [value, unit, system, code]
  related:
    short: Used when reporting vital signs panel components
    mustSupport: true
    index: 14
    elements:
      type:
        pattern: {type: Code, value: has-member}
        mustSupport: true
        index: 15
      target:
        type: Reference
        mustSupport: true
        refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns']
        index: 16
    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: 17
    elements:
      code: {mustSupport: true, index: 18}
      value:
        short: Vital Sign Value recorded with UCUM
        mustSupport: true
        choices: []
        index: 20
      dataAbsentReason: {mustSupport: true, index: 21}
  status: {mustSupport: true, index: 0}
  effective:
    short: Often just a dateTime for Vital Signs
    mustSupport: true
    choices: []
    index: 5
  code: {short: Coded Responses from Vital Signs Results, mustSupport: true, index: 2}
  device:
    type: Reference
    refers: ['http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDeviceProduct']
    index: 13
  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: 6
  dataAbsentReason: {mustSupport: true, index: 12}
package_version: 1.02.1
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns
base: http://hl7.org/fhir/StructureDefinition/Observation
version: '2.0'
required: [subject, category, effective, performer]