PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@1.0.1
    http://hl7.org.au/fhir/StructureDefinition/au-norelevantfinding
description: Australian realm Observation profile for assertion of no relevant finding.
package_name: 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'}
    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.0.1
class: profile
kind: resource
url: http://hl7.org.au/fhir/StructureDefinition/au-norelevantfinding
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.0
required: [subject, valueCodeableConcept]