PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.core@0.2.2-preview
    http://hl7.org.au/fhir/core/StructureDefinition/au-core-condition
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: 9
  category: {mustSupport: true, index: 2}
  clinicalStatus: {mustSupport: true, index: 0}
  abatementAge: {type: Age, mustSupport: true, choiceOf: abatement, index: 17}
  onsetRange: {type: Range, mustSupport: true, choiceOf: onset, index: 13}
  onsetAge: {type: Age, mustSupport: true, choiceOf: onset, index: 11}
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter']
    index: 7
  onsetPeriod: {type: Period, mustSupport: true, choiceOf: onset, index: 12}
  abatement:
    mustSupport: true
    choices: [abatementDateTime, abatementAge, abatementPeriod, abatementRange]
    index: 15
  abatementPeriod: {type: Period, mustSupport: true, choiceOf: abatement, index: 18}
  asserter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson']
    index: 21
  note: {mustSupport: true, index: 22}
  abatementRange: {type: Range, mustSupport: true, choiceOf: abatement, index: 19}
  recorder:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole', 'http://hl7.org.au/fhir/core/StructureDefinition/au-core-relatedperson']
    index: 20
  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: 10}
  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()'}
    mustSupport: true
    index: 5
  abatementDateTime: {type: dateTime, mustSupport: true, choiceOf: abatement, index: 16}
  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: 0.2.2-preview
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: 0.2.2-preview
required: [category, code]