PackagesCanonicalsLogsProblems
    Packages
    rs/hl7.fhir.au.base@1.1.1
    http://hl7.org.au/fhir/StructureDefinition/au-norelevantfinding
description: This profile provides an observation information structure for asserting a clinical judgement that there are no items of specific interest, e.g. allergies, no medications, for a patient.
package_name: rs/hl7.fhir.au.base
derivation: constraint
name: AUAssertionNoRelevantFinding
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: ASSERTION, system: 'http://hl7.org/fhir/v3/ActCode'}
    type: CodeableConcept
    index: 0
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    index: 1
  performer: {short: Asserter of the statement, index: 2}
  valueCodeableConcept:
    type: CodeableConcept
    short: Coded value of the observation
    index: 3
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, short: Coded value of the observation, _required: true, index: 3}
          min: 1
  dataAbsentReason: {index: 4}
package_version: 1.1.1
class: profile
kind: resource
url: http://hl7.org.au/fhir/StructureDefinition/au-norelevantfinding
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.1.1
required: [subject, valueCodeableConcept]