PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.examples@5.0.0-ballot
    http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice
description: Mark that an invariant represents 'best practice' rule - a rule that implementers may choose to enforce at error level in some or all circumstances.
package_name: hl7.fhir.r5.examples
derivation: constraint
name: bestpractice
type: Extension
elements:
  extension: {index: 0}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice'}
    index: 1
  value:
    choices: [valueBoolean, valueCodeableConcept]
    index: 3
  valueBoolean: {type: boolean, choiceOf: value, index: 4}
  valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 5}
package_version: 5.0.0-ballot
extensions: {}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.0.0-ballot
required: [value, valueBoolean, valueCodeableConcept]