PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@4.2.2-preview
    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. no current medications or no history of vaccination), for a patient. An assertion of no relevant finding may be used in continuity of care or transfer or care related lists and composition sections.
package_name: hl7.fhir.au.base
derivation: constraint
name: AUAssertionNoRelevantFinding
type: Observation
elements:
  code:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: ASSERTION, system: 'http://terminology.hl7.org/CodeSystem/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}
  value:
    choices: [valueCodeableConcept]
    index: 4
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 5}
package_version: 4.2.2-preview
class: profile
kind: resource
url: http://hl7.org.au/fhir/StructureDefinition/au-norelevantfinding
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 4.2.2-preview
required: [value, subject, valueCodeableConcept]