PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2b.examples@1.4.0
    http://hl7.org/fhir/StructureDefinition/Flag
description: Base StructureDefinition for Flag Resource
package_name: hl7.fhir.r2b.examples
derivation: specialization
name: Flag
type: null
elements:
  identifier:
    isModifier: false
    short: Business identifier
    index: 0
    type: Identifier
    mustSupport: false
    array: true
    maxLength: 0
    base: {max: '*', min: 0, path: Flag.identifier}
    isSummary: true
  category:
    isModifier: false
    short: Clinical, administrative, etc.
    type: CodeableConcept
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: Flag.category}
    isSummary: true
    index: 1
  status:
    isModifier: true
    short: active | inactive | entered-in-error
    index: 2
    type: code
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: Flag.status}
    isSummary: true
  period:
    isModifier: false
    short: Time period when flag is active
    type: Period
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: Flag.period}
    isSummary: true
    index: 3
  subject:
    isModifier: false
    short: Who/What is flag about?
    index: 4
    type: Reference
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: Flag.subject}
    isSummary: true
  encounter:
    isModifier: false
    short: Alert relevant during encounter
    type: Reference
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: Flag.encounter}
    isSummary: true
    index: 5
  author:
    isModifier: false
    short: Flag creator
    type: Reference
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: Flag.author}
    isSummary: true
    index: 6
  code:
    isModifier: false
    short: Partially deaf, Requires easy open caps, No permanent address, etc.
    index: 7
    type: CodeableConcept
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: Flag.code}
    isSummary: true
package_version: 1.4.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Flag
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null
required: [status, subject, code]