description: This profile sets minimum expectations for a Condition resource to record, search, and fetch problems, diagnoses, and health concerns associated with a patient. It is based on the [AU Base Condition](http://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-au-condition.html) profile and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Condition resource when conforming to this profile. It provides the floor for standards development for specific uses cases in an Australian context. package_name: hl7.fhir.au.core derivation: constraint name: AUCoreCondition type: Condition elements: onset: mustSupport: true choices: [onsetDateTime, onsetAge, onsetPeriod, onsetRange] index: 8 category: {mustSupport: true, index: 2} clinicalStatus: {mustSupport: true, index: 0} abatementAge: {type: Age, mustSupport: true, choiceOf: abatement, index: 16} onsetRange: {type: Range, mustSupport: true, choiceOf: onset, index: 12} onsetAge: {type: Age, mustSupport: true, choiceOf: onset, index: 10} onsetPeriod: {type: Period, mustSupport: true, choiceOf: onset, index: 11} abatement: mustSupport: true choices: [abatementDateTime, abatementAge, abatementPeriod, abatementRange] index: 14 abatementPeriod: {type: Period, mustSupport: true, choiceOf: abatement, index: 17} note: {mustSupport: true, index: 19} abatementRange: {type: Range, mustSupport: true, choiceOf: abatement, index: 18} severity: binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/condition-severity'} mustSupport: true index: 3 code: binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/clinical-condition-1'} mustSupport: true index: 4 onsetDateTime: {type: dateTime, mustSupport: true, choiceOf: onset, index: 9} bodySite: binding: {strength: extensible, valueSet: 'https://healthterminologies.gov.au/fhir/ValueSet/body-site-1'} constraint: au-core-cond-02: {human: 'If a coded body site is provided, at least one code shall be from SNOMED CT', source: 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-condition', severity: error, expression: 'coding.exists() implies coding.where(system=''http://snomed.info/sct'').exists()'} index: 5 abatementDateTime: {type: dateTime, mustSupport: true, choiceOf: abatement, index: 15} verificationStatus: {mustSupport: true, index: 1} subject: type: Reference mustSupport: true refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient'] index: 6 package_version: 1.0.0-ballot class: profile kind: resource url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-condition base: http://hl7.org.au/fhir/StructureDefinition/au-condition version: 1.0.0-ballot required: [category, code]