http://hl7.org/fhir/StructureDefinition/Flag|5.0.0

Prospective warnings of potential issues when providing care to the patient.
description: Prospective warnings of potential issues when providing care to the patient.
derivation: specialization
name: Flag
type: Flag
elements:
  identifier: {isModifier: false, short: Business identifier, mustSupport: false, array: true, isSummary: true, index: 0}
  status:
    isModifier: true
    short: active | inactive | entered-in-error
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/flag-status|5.0.0'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 1
  category:
    isModifier: false
    short: Clinical, administrative, etc
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/flag-category'}
    isSummary: true
    index: 2
  code:
    isModifier: false
    short: Coded or textual message to display to user
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/flag-code'}
    isSummary: true
    index: 3
  subject: {isModifier: false, short: 'Who/What is flag about?', mustSupport: false, isSummary: true, index: 4}
  period: {isModifier: false, short: Time period when flag is active, mustSupport: false, isSummary: true, index: 5}
  encounter: {isModifier: false, short: Alert relevant during encounter, mustSupport: false, isSummary: true, index: 6}
  author: {isModifier: false, short: Flag creator, mustSupport: false, isSummary: true, index: 7}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Flag
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [status, subject, code]