description: This profile sets minimum expectations for an Observation resource to record, search, and fetch lipids observations associated with a patient and with standard coding and units of measure. It is based on the [AU Core Pathology Result Observation](https://build.fhir.org/ig/hl7au/au-fhir-core/StructureDefinition-au-core-diagnosticresult-path.html) and identifies the *additional* mandatory core elements, extensions, vocabularies and value sets that **SHALL** be present in the Observation 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: AUCoreLipidResult type: Observation elements: category: array: true min: 2 index: 0 slicing: slices: specificDiscipline: match: {} schema: short: Chemistry _required: true index: 1 elements: coding: elements: system: pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0074'} index: 2 code: pattern: {type: Code, value: CH} index: 3 required: [system, code] code: short: Individual Lipid Test binding: {strength: required, valueSet: 'http://hl7.org.au/fhir/core/ValueSet/lipid-result-reporting'} index: 4 valueQuantity: index: 5 elements: value: {index: 6} system: pattern: {type: Uri, value: 'http://unitsofmeasure.org'} index: 7 code: pattern: {type: Code, value: mmol/L} index: 8 required: [value] package_version: 0.2.2-preview class: profile kind: resource url: http://hl7.org.au/fhir/core/StructureDefinition/au-core-lipid-result base: http://hl7.org.au/fhir/core/StructureDefinition/au-core-diagnosticresult-path version: 0.2.2-preview