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

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: {short: Business identifier, array: true, isSummary: true, index: 0}
  status:
    isModifier: true
    short: active | inactive | entered-in-error
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/flag-status|4.0.1'}
    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:
    short: Clinical, administrative, etc.
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/flag-category'}
    isSummary: true
    index: 2
  code:
    short: Coded or textual message to display to user
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/flag-code'}
    isSummary: true
    index: 3
  subject: {short: 'Who/What is flag about?', isSummary: true, index: 4}
  period: {short: Time period when flag is active, isSummary: true, index: 5}
  encounter: {short: Alert relevant during encounter, isSummary: true, index: 6}
  author: {short: Flag creator, isSummary: true, index: 7}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Flag
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [status, subject, code]