Class Flag

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

public class Flag extends DomainResource
Prospective warnings of potential issues when providing care to the patient.
See Also:
  • Field Details

    • identifier

      Business identifiers assigned to this flag by the performer or other systems which remain constant as the resource is updated and propagates from server to server.
    • status

      Supports basic workflow.
    • category

      Allows a flag to be divided into different categories like clinical, administrative etc. Intended to be used as a means of filtering which flags are displayed to particular user or in a given context.
    • code

      protected CodeableConcept code
      The coded value or textual component of the flag to display to the user.
    • subject

      protected Reference subject
      The patient, location, group, organization, or practitioner etc. this is about record this flag is associated with.
    • subjectTarget

      The actual object that is the target of the reference (The patient, location, group, organization, or practitioner etc. this is about record this flag is associated with.)
    • period

      protected Period period
      The period of time from the activation of the flag to inactivation of the flag. If the flag is active, the end of the period should be unspecified.
    • encounter

      protected Reference encounter
      This alert is only relevant during the encounter.
    • encounterTarget

      The actual object that is the target of the reference (This alert is only relevant during the encounter.)
    • author

      protected Reference author
      The person, organization or device that created the flag.
    • authorTarget

      The actual object that is the target of the reference (The person, organization or device that created the flag.)
    • SP_DATE

      public static final String SP_DATE
      Search parameter: date

      Description: Time period when flag is active
      Type: date
      Path: Flag.period

      See Also:
    • DATE

      public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
      Fluent Client search parameter constant for date

      Description: Time period when flag is active
      Type: date
      Path: Flag.period

    • SP_IDENTIFIER

      public static final String SP_IDENTIFIER
      Search parameter: identifier

      Description: Business identifier
      Type: token
      Path: Flag.identifier

      See Also:
    • IDENTIFIER

      public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
      Fluent Client search parameter constant for identifier

      Description: Business identifier
      Type: token
      Path: Flag.identifier

    • SP_SUBJECT

      public static final String SP_SUBJECT
      Search parameter: subject

      Description: The identity of a subject to list flags for
      Type: reference
      Path: Flag.subject

      See Also:
    • SUBJECT

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
      Fluent Client search parameter constant for subject

      Description: The identity of a subject to list flags for
      Type: reference
      Path: Flag.subject

    • INCLUDE_SUBJECT

      public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Flag:subject".
    • SP_PATIENT

      public static final String SP_PATIENT
      Search parameter: patient

      Description: The identity of a subject to list flags for
      Type: reference
      Path: Flag.subject

      See Also:
    • PATIENT

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
      Fluent Client search parameter constant for patient

      Description: The identity of a subject to list flags for
      Type: reference
      Path: Flag.subject

    • INCLUDE_PATIENT

      public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Flag:patient".
    • SP_AUTHOR

      public static final String SP_AUTHOR
      Search parameter: author

      Description: Flag creator
      Type: reference
      Path: Flag.author

      See Also:
    • AUTHOR

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam AUTHOR
      Fluent Client search parameter constant for author

      Description: Flag creator
      Type: reference
      Path: Flag.author

    • INCLUDE_AUTHOR

      public static final ca.uhn.fhir.model.api.Include INCLUDE_AUTHOR
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Flag:author".
    • SP_ENCOUNTER

      public static final String SP_ENCOUNTER
      Search parameter: encounter

      Description: Alert relevant during encounter
      Type: reference
      Path: Flag.encounter

      See Also:
    • ENCOUNTER

      public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ENCOUNTER
      Fluent Client search parameter constant for encounter

      Description: Alert relevant during encounter
      Type: reference
      Path: Flag.encounter

    • INCLUDE_ENCOUNTER

      public static final ca.uhn.fhir.model.api.Include INCLUDE_ENCOUNTER
      Constant for fluent queries to be used to add include statements. Specifies the path value of "Flag:encounter".
  • Constructor Details

  • Method Details